mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:55:42 +01:00
- Fixed documentation typos..
This commit is contained in:
parent
619467aff8
commit
592457c0ad
@ -241,7 +241,7 @@ int rsa_private( rsa_context *ctx,
|
||||
*
|
||||
* \param ctx RSA context
|
||||
* \param mode RSA_PUBLIC or RSA_PRIVATE
|
||||
* \param ilen contains the the plaintext length
|
||||
* \param ilen contains the plaintext length
|
||||
* \param input buffer holding the data to be encrypted
|
||||
* \param output buffer that will hold the ciphertext
|
||||
*
|
||||
|
@ -214,7 +214,7 @@ extern "C" {
|
||||
*
|
||||
* \return 0 if successful, or a specific X509 error code
|
||||
*/
|
||||
int x509parse_crt( x509_cert *crt, unsigned char *buf, int buflen );
|
||||
int x509parse_crt( x509_cert *chain, unsigned char *buf, int buflen );
|
||||
|
||||
/**
|
||||
* \brief Load one or more certificates and add them
|
||||
@ -225,7 +225,7 @@ int x509parse_crt( x509_cert *crt, unsigned char *buf, int buflen );
|
||||
*
|
||||
* \return 0 if successful, or a specific X509 error code
|
||||
*/
|
||||
int x509parse_crtfile( x509_cert *crt, char *path );
|
||||
int x509parse_crtfile( x509_cert *chain, char *path );
|
||||
|
||||
/**
|
||||
* \brief Parse a private RSA key
|
||||
|
Loading…
Reference in New Issue
Block a user