Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dctr_drbg.c93 int mbedtls_ctr_drbg_set_nonce_len( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_nonce_len() function
838 mbedtls_ctr_drbg_set_nonce_len( &ctx, MBEDTLS_CTR_DRBG_KEYSIZE / 2 ); in mbedtls_ctr_drbg_self_test()
863 mbedtls_ctr_drbg_set_nonce_len( &ctx, MBEDTLS_CTR_DRBG_KEYSIZE / 2 ); in mbedtls_ctr_drbg_self_test()
/third_party/mbedtls/include/mbedtls/
Dctr_drbg.h405 int mbedtls_ctr_drbg_set_nonce_len( mbedtls_ctr_drbg_context *ctx,
/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function48 mbedtls_ctr_drbg_set_nonce_len( &ctx, 0 );
241 TEST_ASSERT( mbedtls_ctr_drbg_set_nonce_len( &ctx, entropy_nonce_len ) == 0 );
/third_party/mbedtls/
DChangeLog699 mbedtls_ctr_drbg_set_nonce_len(), if they called
1263 grab entropy, you can call mbedtls_ctr_drbg_set_nonce_len() to force the
1301 change it with mbedtls_ctr_drbg_set_nonce_len().