Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_random_with_add (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hmac_drbg.function75 TEST_ASSERT( mbedtls_hmac_drbg_random_with_add( &ctx, out, sizeof( out ) - 4,
98 TEST_ASSERT( mbedtls_hmac_drbg_random_with_add( &ctx, out, sizeof( out ) ,
201 TEST_ASSERT( mbedtls_hmac_drbg_random_with_add( &ctx, my_output, output->len,
203 TEST_ASSERT( mbedtls_hmac_drbg_random_with_add( &ctx, my_output, output->len,
214 TEST_ASSERT( mbedtls_hmac_drbg_random_with_add( &ctx, my_output, output->len,
216 TEST_ASSERT( mbedtls_hmac_drbg_random_with_add( &ctx, my_output, output->len,
246 TEST_ASSERT( mbedtls_hmac_drbg_random_with_add( &ctx, my_output, output->len,
248 TEST_ASSERT( mbedtls_hmac_drbg_random_with_add( &ctx, my_output, output->len,
278 TEST_ASSERT( mbedtls_hmac_drbg_random_with_add( &ctx, my_output, output->len,
280 TEST_ASSERT( mbedtls_hmac_drbg_random_with_add( &ctx, my_output, output->len,
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dhmac_drbg.h315 int mbedtls_hmac_drbg_random_with_add( void *p_rng,
Dcompat-1.3.h1975 #define hmac_drbg_random_with_add mbedtls_hmac_drbg_random_with_add
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dhmac_drbg.c323 int mbedtls_hmac_drbg_random_with_add( void *p_rng, in mbedtls_hmac_drbg_random_with_add() function
404 ret = mbedtls_hmac_drbg_random_with_add( ctx, output, out_len, NULL, 0 ); in mbedtls_hmac_drbg_random()
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1564 hmac_drbg_random_with_add mbedtls_hmac_drbg_random_with_add