Home
last modified time | relevance | path

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

/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hmac_drbg.function67 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &entropy,
140 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info,
223 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
257 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
292 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
Dtest_suite_random.function86 TEST_EQUAL(0, mbedtls_hmac_drbg_seed(&drbg, md_info,
97 TEST_EQUAL(0, mbedtls_hmac_drbg_seed(&drbg, md_info,
Dtest_suite_psa_crypto_init.function19 * entropy length is 256 per the documentation of mbedtls_hmac_drbg_seed(),
/external/mbedtls/tests/suites/
Dtest_suite_hmac_drbg.function67 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &entropy,
140 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info,
223 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
257 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
292 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
Dtest_suite_random.function77 TEST_EQUAL(0, mbedtls_hmac_drbg_seed(&drbg, md_info,
88 TEST_EQUAL(0, mbedtls_hmac_drbg_seed(&drbg, md_info,
Dtest_suite_psa_crypto_init.function18 * entropy length is 256 per the documentation of mbedtls_hmac_drbg_seed(),
/external/mbedtls/library/
Dhmac_drbg.c222 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed() function
584 CHK(mbedtls_hmac_drbg_seed(&ctx, md_info, in mbedtls_hmac_drbg_self_test()
609 CHK(mbedtls_hmac_drbg_seed(&ctx, md_info, in mbedtls_hmac_drbg_self_test()
Dpsa_crypto_random_impl.h182 return mbedtls_hmac_drbg_seed(MBEDTLS_PSA_RANDOM_STATE, in mbedtls_psa_drbg_seed()
/external/openthread/third_party/mbedtls/repo/library/
Dhmac_drbg.c222 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed() function
584 CHK(mbedtls_hmac_drbg_seed(&ctx, md_info, in mbedtls_hmac_drbg_self_test()
609 CHK(mbedtls_hmac_drbg_seed(&ctx, md_info, in mbedtls_hmac_drbg_self_test()
Dpsa_crypto_random_impl.h129 return mbedtls_hmac_drbg_seed(drbg_ctx, md_info, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed()
/external/mbedtls/include/mbedtls/
Dhmac_drbg.h186 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx,
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dhmac_drbg.h186 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx,
/external/mbedtls/programs/test/
Dbenchmark.c924 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
930 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
944 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
950 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
/external/openthread/third_party/mbedtls/repo/programs/test/
Dbenchmark.c1005 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
1011 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
1025 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
1031 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
/external/mbedtls/programs/ssl/
Dssl_test_lib.c124 int ret = mbedtls_hmac_drbg_seed(&rng->drbg, in rng_seed()
/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dssl_test_lib.c123 int ret = mbedtls_hmac_drbg_seed(&rng->drbg, in rng_seed()
/external/openthread/third_party/mbedtls/repo/
DChangeLog2599 mbedtls_ctr_drbg_seed() or mbedtls_hmac_drbg_seed().
4394 mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()
/external/mbedtls/
DChangeLog2339 mbedtls_ctr_drbg_seed() or mbedtls_hmac_drbg_seed().
4134 mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()