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

Return value

#PSA_SUCCESS The key was generated successfully. #PSA_ERROR_INVALID_ARGUMENT \emptydescription #PSA_ERROR_NOT_SUPPORTED Key size in bits or type not supported. #PSA_ERROR_BUFFER_TOO_SMALL The size of \p key_buffer is too small.

Notes

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

References