Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_random (Results 1 – 7 of 7) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dhmac_drbg.c399 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len ) in mbedtls_hmac_drbg_random() function
448 if( ( ret = mbedtls_hmac_drbg_random( ctx, buf, sizeof( buf ) ) ) != 0 ) in mbedtls_hmac_drbg_write_seed_file()
588 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
589 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
611 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
612 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
A Decdsa.c476 mbedtls_hmac_drbg_random, p_rng ); in ecdsa_sign_det_restartable()
480 mbedtls_hmac_drbg_random, p_rng, in ecdsa_sign_det_restartable()
533 mbedtls_hmac_drbg_random, p_rng, in ecdsa_sign_det_restartable()
534 mbedtls_hmac_drbg_random, p_rng_blind_det, in ecdsa_sign_det_restartable()
A Decp.c168 return( mbedtls_hmac_drbg_random( p_rng, output, output_len ) ); in ecp_drbg_random()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dhmac_drbg.h394 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len );
A Dpsa_util.h502 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_hmac_drbg_random;
A Dcompat-1.3.h1974 #define hmac_drbg_random mbedtls_hmac_drbg_random
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog3037 * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now

Completed in 33 milliseconds