/mbedtls-latest/tests/suites/ |
D | test_suite_random.function | 40 mbedtls_entropy_func, &entropy, 51 mbedtls_entropy_func, &entropy, 87 mbedtls_entropy_func, &entropy, 98 mbedtls_entropy_func, &entropy,
|
D | test_suite_entropy.function | 216 TEST_EQUAL(mbedtls_entropy_func(&ctx, buf, sizeof(buf)), 267 TEST_ASSERT(mbedtls_entropy_func(&ctx, buf, len) == ret); 305 TEST_ASSERT(mbedtls_entropy_func(&ctx, buf, sizeof(buf)) 348 ret = mbedtls_entropy_func(&ctx, buf, sizeof(buf)); 375 * if result < 0: result = expected return code from mbedtls_entropy_func() 396 ret = mbedtls_entropy_func(&ctx, buf, sizeof(buf)); 507 TEST_ASSERT(mbedtls_entropy_func(&ctx, entropy, sizeof(entropy)) == 0);
|
/mbedtls-latest/library/ |
D | psa_crypto_random_impl.h | 117 return mbedtls_ctr_drbg_seed(drbg_ctx, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed() 120 return mbedtls_hmac_drbg_seed(drbg_ctx, md_info, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed()
|
D | entropy.c | 270 int mbedtls_entropy_func(void *data, unsigned char *output, size_t len) in mbedtls_entropy_func() function 389 if ((ret = mbedtls_entropy_func(ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE)) != 0) { in mbedtls_entropy_update_nv_seed() 412 if ((ret = mbedtls_entropy_func(ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE)) != 0) { in mbedtls_entropy_write_seed_file() 641 if ((ret = mbedtls_entropy_func(&ctx, buf, sizeof(buf))) != 0) { in mbedtls_entropy_self_test()
|
/mbedtls-latest/programs/random/ |
D | gen_entropy.c | 48 ret = mbedtls_entropy_func(&entropy, buf, sizeof(buf)); in main()
|
D | gen_random_ctr_drbg.c | 53 mbedtls_entropy_func, in main()
|
/mbedtls-latest/programs/ssl/ |
D | ssl_test_lib.c | 55 ret = mbedtls_entropy_func(data, output, len); in dummy_entropy() 104 (reproducible ? dummy_entropy : mbedtls_entropy_func); in rng_seed()
|
D | mini_client.c | 176 if (mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | ssl_client1.c | 97 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | dtls_client.c | 115 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | ssl_server.c | 115 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | ssl_fork_server.c | 113 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
/mbedtls-latest/include/mbedtls/ |
D | entropy.h | 186 int mbedtls_entropy_func(void *data, unsigned char *output, size_t len);
|
/mbedtls-latest/programs/pkey/ |
D | pk_decrypt.c | 80 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
|
D | pk_encrypt.c | 76 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
|
D | pk_sign.c | 76 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | rsa_encrypt.c | 67 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
|
D | rsa_sign_pss.c | 77 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | dh_genprime.c | 95 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | ecdh_curve25519.c | 62 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
|
D | rsa_genkey.c | 62 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | ecdsa.c | 117 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | rsa_decrypt.c | 74 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
|
D | dh_client.c | 91 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | dh_server.c | 87 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|