mbedtls_psa_ecp_generate_key() is only used within mbedTLS.
 
Symbols
loading (1/5)...
Files
loading (1/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

#PSA_SUCCESS The key was successfully generated. #PSA_ERROR_NOT_SUPPORTED Key length 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