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

Return value

#PSA_SUCCESS The key was generated successfully. #PSA_ERROR_NOT_SUPPORTED Key size in bits is invalid. #PSA_ERROR_BUFFER_TOO_SMALL The size of \p key_buffer is too small. #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription #PSA_ERROR_CORRUPTION_DETECTED \emptydescription

Notes

The signature of the function is that of a PSA driver generate_key entry point.

References