Home
last modified time | relevance | path

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

/mbedtls-3.5.0/include/mbedtls/
Dpsa_util.h275 typedef int mbedtls_f_rng_t(void *p_rng, unsigned char *output, size_t output_size); typedef
335 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_ctr_drbg_random;
339 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_hmac_drbg_random;
/mbedtls-3.5.0/library/
Dpsa_crypto_random_impl.h137 static mbedtls_f_rng_t *const mbedtls_psa_get_random;