Home
last modified time | relevance | path

Searched refs:mbedtls_f_rng_t (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.4.0/include/mbedtls/
Dpsa_util.h295 typedef int mbedtls_f_rng_t( void *p_rng, unsigned char *output, size_t output_size ); typedef
355 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_ctr_drbg_random;
359 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_hmac_drbg_random;
/mbedtls-3.4.0/library/
Dpsa_crypto_random_impl.h138 static mbedtls_f_rng_t *const mbedtls_psa_get_random;