mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Document BAD_FUNC_ARG return value for wc_PKCS7_DecodeEncryptedKeyPackage()
This commit is contained in:
@@ -675,6 +675,7 @@ int wc_PKCS7_DecodeEncryptedData(PKCS7* pkcs7, byte* pkiMsg,
|
|||||||
|
|
||||||
\return On successfully extracting the information from the message,
|
\return On successfully extracting the information from the message,
|
||||||
returns the bytes written to output
|
returns the bytes written to output
|
||||||
|
\return BAD_FUNC_ARG Returned if one of the input parameters is invalid
|
||||||
\return ASN_PARSE_E Returned if there is an error parsing the given pkiMsg
|
\return ASN_PARSE_E Returned if there is an error parsing the given pkiMsg
|
||||||
or if the wrapped content type is EncryptedData and support for
|
or if the wrapped content type is EncryptedData and support for
|
||||||
EncryptedData is not compiled in (e.g. NO_PKCS7_ENCRYPTED_DATA is set)
|
EncryptedData is not compiled in (e.g. NO_PKCS7_ENCRYPTED_DATA is set)
|
||||||
|
Reference in New Issue
Block a user