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

Return value

\c 0 on success. An `MBEDTLS_ERR_ENTROPY_xxx`, `MBEDTLS_ERR_PLATFORM_xxx, `MBEDTLS_ERR_CTR_DRBG_xxx` or `MBEDTLS_ERR_HMAC_DRBG_xxx` on error.

Notes

This function may only be used if the PSA crypto subsystem is active. This means that you must call psa_crypto_init() before any call to this function, and you must not call this function after calling mbedtls_psa_crypto_free().

References