mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Updated doxygen documentation in header files and HTML pages
This commit is contained in:
parent
6ec34fb53d
commit
dcbfdcc177
21 changed files with 120 additions and 90 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* \file pkcs#5.h
|
||||
* \file pkcs5.h
|
||||
*
|
||||
* \brief PKCS#5 functions
|
||||
*
|
||||
|
|
@ -59,7 +59,7 @@ extern "C" {
|
|||
* \param pbe_params the ASN.1 algorithm parameters
|
||||
* \param mode either PKCS5_DECRYPT or PKCS5_ENCRYPT
|
||||
* \param pwd password to use when generating key
|
||||
* \param plen length of password
|
||||
* \param pwdlen length of password
|
||||
* \param data data to process
|
||||
* \param datalen length of data
|
||||
* \param output output buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue