Home
last modified time | relevance | path

Searched refs:mbedtls_ctr_drbg_set_entropy_len (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function47 mbedtls_ctr_drbg_set_entropy_len( &ctx, entropy_chunk_len );
127 mbedtls_ctr_drbg_set_entropy_len( &ctx, ~0 );
301 mbedtls_ctr_drbg_set_entropy_len( &ctx, 42 );
306 mbedtls_ctr_drbg_set_entropy_len( &ctx, 13 );
/third_party/mbedtls/library/
Dctr_drbg.c87 void mbedtls_ctr_drbg_set_entropy_len( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_entropy_len() function
837 mbedtls_ctr_drbg_set_entropy_len( &ctx, MBEDTLS_CTR_DRBG_KEYSIZE ); in mbedtls_ctr_drbg_self_test()
862 mbedtls_ctr_drbg_set_entropy_len( &ctx, MBEDTLS_CTR_DRBG_KEYSIZE); in mbedtls_ctr_drbg_self_test()
/third_party/mbedtls/include/mbedtls/
Dctr_drbg.h383 void mbedtls_ctr_drbg_set_entropy_len( mbedtls_ctr_drbg_context *ctx,
/third_party/mbedtls/
DChangeLog700 mbedtls_ctr_drbg_set_entropy_len() with a size that was 3/2 times the key
1325 * mbedtls_ctr_drbg_set_entropy_len() and