Searched refs:mbedtls_ctr_drbg_set_nonce_len (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | ctr_drbg.c | 77 int mbedtls_ctr_drbg_set_nonce_len(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_nonce_len() function 830 mbedtls_ctr_drbg_set_nonce_len(&ctx, MBEDTLS_CTR_DRBG_KEYSIZE / 2); in mbedtls_ctr_drbg_self_test() 857 mbedtls_ctr_drbg_set_nonce_len(&ctx, MBEDTLS_CTR_DRBG_KEYSIZE / 2); in mbedtls_ctr_drbg_self_test()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ctr_drbg.c | 127 int mbedtls_ctr_drbg_set_nonce_len(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_nonce_len() function 965 mbedtls_ctr_drbg_set_nonce_len(&ctx, MBEDTLS_CTR_DRBG_KEYSIZE / 2); in mbedtls_ctr_drbg_self_test() 992 mbedtls_ctr_drbg_set_nonce_len(&ctx, MBEDTLS_CTR_DRBG_KEYSIZE / 2); in mbedtls_ctr_drbg_self_test()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ctr_drbg.function | 48 mbedtls_ctr_drbg_set_nonce_len(&ctx, 0); 240 TEST_ASSERT(mbedtls_ctr_drbg_set_nonce_len(&ctx, entropy_nonce_len) == 0);
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ctr_drbg.h | 390 int mbedtls_ctr_drbg_set_nonce_len(mbedtls_ctr_drbg_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ctr_drbg.h | 408 int mbedtls_ctr_drbg_set_nonce_len(mbedtls_ctr_drbg_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ctr_drbg.function | 51 mbedtls_ctr_drbg_set_nonce_len(&ctx, 0); 270 TEST_ASSERT(mbedtls_ctr_drbg_set_nonce_len(&ctx, entropy_nonce_len) == 0);
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1711 mbedtls_ctr_drbg_set_nonce_len(), if they called 2275 grab entropy, you can call mbedtls_ctr_drbg_set_nonce_len() to force the 2313 change it with mbedtls_ctr_drbg_set_nonce_len().
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1971 mbedtls_ctr_drbg_set_nonce_len(), if they called 2535 grab entropy, you can call mbedtls_ctr_drbg_set_nonce_len() to force the 2573 change it with mbedtls_ctr_drbg_set_nonce_len().
|