forked from wolfSSL/wolfssl
Fix more Doxygen typos
This commit is contained in:
@@ -240,15 +240,15 @@ WOLFSSL_API int wc_DhSetKey(DhKey* key, const byte* p, word32 pSz, const byte* g
|
|||||||
\return BUFFER_E Returned if there is inadequate space in p or g to
|
\return BUFFER_E Returned if there is inadequate space in p or g to
|
||||||
store the parsed parameters
|
store the parsed parameters
|
||||||
|
|
||||||
\parma input pointer to a buffer containing a DER formatted
|
\param input pointer to a buffer containing a DER formatted
|
||||||
Diffie-Hellman certificate to parse
|
Diffie-Hellman certificate to parse
|
||||||
\parma inSz size of the input buffer
|
\param inSz size of the input buffer
|
||||||
\parma p pointer to a buffer in which to store the parsed prime
|
\param p pointer to a buffer in which to store the parsed prime
|
||||||
\parma pInOutSz pointer to a word32 object containing the available
|
\param pInOutSz pointer to a word32 object containing the available
|
||||||
size in the p buffer. Will be overwritten with the number of bytes
|
size in the p buffer. Will be overwritten with the number of bytes
|
||||||
written to the buffer after completing the function call
|
written to the buffer after completing the function call
|
||||||
\parma g pointer to a buffer in which to store the parsed base
|
\param g pointer to a buffer in which to store the parsed base
|
||||||
\parma gInOutSz pointer to a word32 object containing the available size
|
\param gInOutSz pointer to a word32 object containing the available size
|
||||||
in the g buffer. Will be overwritten with the number of bytes written to
|
in the g buffer. Will be overwritten with the number of bytes written to
|
||||||
the buffer after completing the function call
|
the buffer after completing the function call
|
||||||
|
|
||||||
|
@@ -5226,7 +5226,7 @@ WOLFSSL_API int wolfSSL_CTX_use_psk_identity_hint(WOLFSSL_CTX*, const char*);
|
|||||||
\return SSL_FAILURE returned if the WOLFSSL or Arrays structures are NULL.
|
\return SSL_FAILURE returned if the WOLFSSL or Arrays structures are NULL.
|
||||||
|
|
||||||
\param ssl a pointer to a WOLFSSL structure, created using wolfSSL_new().
|
\param ssl a pointer to a WOLFSSL structure, created using wolfSSL_new().
|
||||||
\para hint a constant character pointer that holds the hint to be saved
|
\param hint a constant character pointer that holds the hint to be saved
|
||||||
in memory.
|
in memory.
|
||||||
|
|
||||||
_Example_
|
_Example_
|
||||||
|
@@ -141,7 +141,7 @@ WOLFSSL_API int wc_Des_CbcEncryptWithKey(byte* out,
|
|||||||
a Des structure.
|
a Des structure.
|
||||||
\return <0 Returned on any error during encryption.
|
\return <0 Returned on any error during encryption.
|
||||||
|
|
||||||
\parma out Final encrypted data
|
\param out Final encrypted data
|
||||||
\param in Data to be encrypted, must be padded to Des block size.
|
\param in Data to be encrypted, must be padded to Des block size.
|
||||||
\param sz Size of input buffer.
|
\param sz Size of input buffer.
|
||||||
\param key Pointer to the key to use for encryption.
|
\param key Pointer to the key to use for encryption.
|
||||||
|
Reference in New Issue
Block a user