Searched refs:mbedtls_hmac_drbg_random (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | hmac_drbg.c | 399 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 D | ecdsa.c | 476 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 D | ecp.c | 168 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 D | hmac_drbg.h | 394 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len );
|
A D | psa_util.h | 502 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_hmac_drbg_random;
|
A D | compat-1.3.h | 1974 #define hmac_drbg_random mbedtls_hmac_drbg_random
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 3037 * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now
|
Completed in 33 milliseconds