Home
last modified time | relevance | path

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

/mbedtls-latest/include/mbedtls/
Dcompat-2.x.h23 #define mbedtls_ctr_drbg_update_ret mbedtls_ctr_drbg_update
Dctr_drbg.h484 int mbedtls_ctr_drbg_update(mbedtls_ctr_drbg_context *ctx,
/mbedtls-latest/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()
/mbedtls-latest/tests/suites/
Dtest_suite_ctr_drbg.function321 TEST_ASSERT(mbedtls_ctr_drbg_update(
/mbedtls-latest/docs/
D3.0-migration-guide.md329 | `mbedtls_ctr_drbg_update_ret` | `mbedtls_ctr_drbg_update` |
/mbedtls-latest/
DChangeLog1851 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(),
3139 mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret()
3157 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update
3220 mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update()