mbedtls_psa_aead_set_nonce() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

#PSA_SUCCESS Success. #PSA_ERROR_INVALID_ARGUMENT The size of \p nonce is not acceptable for the chosen algorithm. #PSA_ERROR_NOT_SUPPORTED Algorithm previously set is not supported in this configuration of the library.

Notes

The signature of this function is that of a PSA driver aead_set_nonce entry point. This function behaves as an aead_set_nonce entry point as defined in the PSA driver interface specification for transparent drivers.

References