Searched refs:mbedtls_ctr_drbg_set_entropy_len (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ctr_drbg.function | 47 mbedtls_ctr_drbg_set_entropy_len(&ctx, entropy_chunk_len); 126 mbedtls_ctr_drbg_set_entropy_len(&ctx, ~0); 300 mbedtls_ctr_drbg_set_entropy_len(&ctx, 42); 305 mbedtls_ctr_drbg_set_entropy_len(&ctx, 13);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ctr_drbg.function | 50 mbedtls_ctr_drbg_set_entropy_len(&ctx, entropy_chunk_len); 142 mbedtls_ctr_drbg_set_entropy_len(&ctx, ~0); 330 mbedtls_ctr_drbg_set_entropy_len(&ctx, 42); 335 mbedtls_ctr_drbg_set_entropy_len(&ctx, 13); 377 mbedtls_ctr_drbg_set_entropy_len(&ctx, entropy_len);
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ctr_drbg.c | 71 void mbedtls_ctr_drbg_set_entropy_len(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_entropy_len() function 829 mbedtls_ctr_drbg_set_entropy_len(&ctx, MBEDTLS_CTR_DRBG_KEYSIZE); in mbedtls_ctr_drbg_self_test() 856 mbedtls_ctr_drbg_set_entropy_len(&ctx, MBEDTLS_CTR_DRBG_KEYSIZE); in mbedtls_ctr_drbg_self_test()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ctr_drbg.c | 121 void mbedtls_ctr_drbg_set_entropy_len(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_set_entropy_len() function 964 mbedtls_ctr_drbg_set_entropy_len(&ctx, MBEDTLS_CTR_DRBG_KEYSIZE); in mbedtls_ctr_drbg_self_test() 991 mbedtls_ctr_drbg_set_entropy_len(&ctx, MBEDTLS_CTR_DRBG_KEYSIZE); in mbedtls_ctr_drbg_self_test()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ctr_drbg.h | 368 void mbedtls_ctr_drbg_set_entropy_len(mbedtls_ctr_drbg_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ctr_drbg.h | 386 void mbedtls_ctr_drbg_set_entropy_len(mbedtls_ctr_drbg_context *ctx,
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1712 mbedtls_ctr_drbg_set_entropy_len() with a size that was 3/2 times the key 2337 * mbedtls_ctr_drbg_set_entropy_len() and
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1972 mbedtls_ctr_drbg_set_entropy_len() with a size that was 3/2 times the key 2597 * mbedtls_ctr_drbg_set_entropy_len() and
|