Searched refs:mbedtls_hmac_drbg_seed (Results 1 – 9 of 9) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_hmac_drbg.function | 64 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 D | test_suite_random.function | 72 TEST_EQUAL( 0, mbedtls_hmac_drbg_seed( &drbg, md_info, 83 TEST_EQUAL( 0, mbedtls_hmac_drbg_seed( &drbg, md_info,
|
A D | test_suite_psa_crypto_init.function | 18 * entropy length is 256 per the documentation of mbedtls_hmac_drbg_seed(),
|
/mbedtls-development/library/ |
A D | hmac_drbg.c | 235 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 D | psa_crypto_random_impl.h | 195 return( mbedtls_hmac_drbg_seed( MBEDTLS_PSA_RANDOM_STATE, in mbedtls_psa_drbg_seed()
|
/mbedtls-development/include/mbedtls/ |
A D | hmac_drbg.h | 199 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx,
|
/mbedtls-development/programs/test/ |
A D | benchmark.c | 949 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 D | ssl_test_lib.c | 132 int ret = mbedtls_hmac_drbg_seed( &rng->drbg, in rng_seed()
|
/mbedtls-development/ |
A D | ChangeLog | 1148 mbedtls_ctr_drbg_seed() or mbedtls_hmac_drbg_seed(). 2943 mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()
|
Completed in 15 milliseconds