Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A Dtest_suite_hmac_drbg.function64 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_test_entropy_func, &entropy,
136 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info,
212 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
243 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
275 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
A Dtest_suite_random.function72 TEST_EQUAL( 0, mbedtls_hmac_drbg_seed( &drbg, md_info,
83 TEST_EQUAL( 0, mbedtls_hmac_drbg_seed( &drbg, md_info,
A Dtest_suite_psa_crypto_init.function18 * entropy length is 256 per the documentation of mbedtls_hmac_drbg_seed(),
/mbedtls-development/library/
A Dhmac_drbg.c235 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed() function
575 CHK( mbedtls_hmac_drbg_seed( &ctx, md_info, in mbedtls_hmac_drbg_self_test()
598 CHK( mbedtls_hmac_drbg_seed( &ctx, md_info, in mbedtls_hmac_drbg_self_test()
A Dpsa_crypto_random_impl.h195 return( mbedtls_hmac_drbg_seed( MBEDTLS_PSA_RANDOM_STATE, in mbedtls_psa_drbg_seed()
/mbedtls-development/include/mbedtls/
A Dhmac_drbg.h199 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx,
/mbedtls-development/programs/test/
A Dbenchmark.c949 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in main()
954 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in main()
966 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in main()
971 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in main()
/mbedtls-development/programs/ssl/
A Dssl_test_lib.c132 int ret = mbedtls_hmac_drbg_seed( &rng->drbg, in rng_seed()
/mbedtls-development/
A DChangeLog1148 mbedtls_ctr_drbg_seed() or mbedtls_hmac_drbg_seed().
2943 mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()

Completed in 17 milliseconds