Home
last modified time | relevance | path

Searched refs:mbedtls_ctr_drbg_random (Results 1 – 18 of 18) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dctr_drbg.c594 int mbedtls_ctr_drbg_random( void *p_rng, unsigned char *output, in mbedtls_ctr_drbg_random() function
626 if( ( ret = mbedtls_ctr_drbg_random( ctx, buf, in mbedtls_ctr_drbg_write_seed_file()
860 CHK( mbedtls_ctr_drbg_random( &ctx, buf, SELF_TEST_OUPUT_DISCARD_LENGTH ) ); in mbedtls_ctr_drbg_self_test()
861 CHK( mbedtls_ctr_drbg_random( &ctx, buf, sizeof( result_pr ) ) ); in mbedtls_ctr_drbg_self_test()
885 CHK( mbedtls_ctr_drbg_random( &ctx, buf, SELF_TEST_OUPUT_DISCARD_LENGTH ) ); in mbedtls_ctr_drbg_self_test()
886 CHK( mbedtls_ctr_drbg_random( &ctx, buf, sizeof( result_nopr ) ) ); in mbedtls_ctr_drbg_self_test()
A Decp.c219 return( mbedtls_ctr_drbg_random( p_rng, output, output_len ) ); in ecp_drbg_random()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dctr_drbg.h528 int mbedtls_ctr_drbg_random( void *p_rng,
A Dpsa_util.h495 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_ctr_drbg_random;
A Dcompat-1.3.h1833 #define ctr_drbg_random mbedtls_ctr_drbg_random
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dctr_drbg.h528 int mbedtls_ctr_drbg_random( void *p_rng,
A Dpsa_util.h495 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_ctr_drbg_random;
A Dcompat-1.3.h1833 #define ctr_drbg_random mbedtls_ctr_drbg_random
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dctr_drbg.h528 int mbedtls_ctr_drbg_random( void *p_rng,
A Dpsa_util.h495 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_ctr_drbg_random;
A Dcompat-1.3.h1833 #define ctr_drbg_random mbedtls_ctr_drbg_random
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dctr_drbg.h528 int mbedtls_ctr_drbg_random( void *p_rng,
A Dpsa_util.h495 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_ctr_drbg_random;
A Dcompat-1.3.h1833 #define ctr_drbg_random mbedtls_ctr_drbg_random
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dctr_drbg.h528 int mbedtls_ctr_drbg_random( void *p_rng,
A Dpsa_util.h495 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_ctr_drbg_random;
A Dcompat-1.3.h1833 #define ctr_drbg_random mbedtls_ctr_drbg_random
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog846 * Catch failure of AES functions in mbedtls_ctr_drbg_random(). Uncaught
2822 * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now

Completed in 143 milliseconds