Searched refs:mbedtls_ctr_drbg_random (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ctr_drbg.c | 696 int mbedtls_ctr_drbg_random(void *p_rng, unsigned char *output, in mbedtls_ctr_drbg_random() function 734 if ((ret = mbedtls_ctr_drbg_random(ctx, buf, in mbedtls_ctr_drbg_write_seed_file() 971 CHK(mbedtls_ctr_drbg_random(&ctx, buf, SELF_TEST_OUTPUT_DISCARD_LENGTH)); in mbedtls_ctr_drbg_self_test() 972 CHK(mbedtls_ctr_drbg_random(&ctx, buf, sizeof(result_pr))); in mbedtls_ctr_drbg_self_test() 998 CHK(mbedtls_ctr_drbg_random(&ctx, buf, SELF_TEST_OUTPUT_DISCARD_LENGTH)); in mbedtls_ctr_drbg_self_test() 999 CHK(mbedtls_ctr_drbg_random(&ctx, buf, sizeof(result_nopr))); in mbedtls_ctr_drbg_self_test()
|
| H A D | psa_crypto.c | 4421 ret = mbedtls_ctr_drbg_random(&global_data.rng.drbg, output, request_size); in psa_generate_random_internal()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ctr_drbg.h | 547 int mbedtls_ctr_drbg_random(void *p_rng,
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | rsa.c | 304 lmd_res = mbedtls_rsa_gen_key(&rsa, mbedtls_ctr_drbg_random, &rngctx, in sw_crypto_acipher_gen_rsa_key()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2950 * Catch failure of AES functions in mbedtls_ctr_drbg_random(). Uncaught 4926 * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now
|