Home
last modified time | relevance | path

Searched refs:mbedtls_ctr_drbg_update (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcompat-2.x.h23 #define mbedtls_ctr_drbg_update_ret mbedtls_ctr_drbg_update
Dctr_drbg.h469 int mbedtls_ctr_drbg_update(mbedtls_ctr_drbg_context *ctx,
/openthread-latest/third_party/mbedtls/repo/library/
Dctr_drbg.c411 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()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ctr_drbg.function320 TEST_ASSERT(mbedtls_ctr_drbg_update(
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md329 | `mbedtls_ctr_drbg_update_ret` | `mbedtls_ctr_drbg_update` |
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1656 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()