psa_generate_random() is only used within mbedTLS.
 
Symbols
loading (1/5)...
Files
loading (2/5)...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

#PSA_SUCCESS \emptydescription #PSA_ERROR_NOT_SUPPORTED \emptydescription #PSA_ERROR_INSUFFICIENT_ENTROPY \emptydescription #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription #PSA_ERROR_COMMUNICATION_FAILURE \emptydescription #PSA_ERROR_HARDWARE_FAILURE \emptydescription #PSA_ERROR_CORRUPTION_DETECTED \emptydescription #PSA_ERROR_BAD_STATE The library has not been previously initialized by psa_crypto_init(). It is implementation-dependent whether a failure to initialize results in this error code.

Notes

To generate a key, use psa_generate_key() instead.

References