Searched refs:mbedtls_ctr_drbg_update (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | compat-2.x.h | 23 #define mbedtls_ctr_drbg_update_ret mbedtls_ctr_drbg_update
|
H A D | ctr_drbg.h | 469 int mbedtls_ctr_drbg_update(mbedtls_ctr_drbg_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | compat-2.x.h | 23 #define mbedtls_ctr_drbg_update_ret mbedtls_ctr_drbg_update
|
H A D | ctr_drbg.h | 451 int mbedtls_ctr_drbg_update(mbedtls_ctr_drbg_context *ctx,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ctr_drbg.c | 294 int mbedtls_ctr_drbg_update(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update() function 646 ret = mbedtls_ctr_drbg_update(ctx, buf, n); in mbedtls_ctr_drbg_update_seed_file()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ctr_drbg.c | 411 int mbedtls_ctr_drbg_update(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update() function 781 ret = mbedtls_ctr_drbg_update(ctx, buf, n); in mbedtls_ctr_drbg_update_seed_file()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ctr_drbg.function | 290 TEST_ASSERT(mbedtls_ctr_drbg_update(
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ctr_drbg.function | 320 TEST_ASSERT(mbedtls_ctr_drbg_update(
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | 3.0-migration-guide.md | 329 | `mbedtls_ctr_drbg_update_ret` | `mbedtls_ctr_drbg_update` |
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 329 | `mbedtls_ctr_drbg_update_ret` | `mbedtls_ctr_drbg_update` |
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1396 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(), 2684 mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret() 2702 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update 2765 mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1656 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(), 2944 mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret() 2962 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update 3025 mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update()
|