Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dcompat-2.x.h35 #define mbedtls_ctr_drbg_update_ret mbedtls_ctr_drbg_update
A Dctr_drbg.h466 int mbedtls_ctr_drbg_update( mbedtls_ctr_drbg_context *ctx,
/mbedtls-development/library/
A Dctr_drbg.c315 int mbedtls_ctr_drbg_update( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update() function
657 ret = mbedtls_ctr_drbg_update( ctx, buf, n ); in mbedtls_ctr_drbg_update_seed_file()
/mbedtls-development/tests/suites/
A Dtest_suite_ctr_drbg.function291 TEST_ASSERT( mbedtls_ctr_drbg_update(
/mbedtls-development/docs/
A D3.0-migration-guide.md301 | `mbedtls_ctr_drbg_update_ret` | `mbedtls_ctr_drbg_update` |
/mbedtls-development/
A DChangeLog206 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(),
1493 mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret()
1511 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update
1574 mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update()

Completed in 13 milliseconds