Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_update (Results 1 – 5 of 5) sorted by relevance

/mbedtls-3.6.0/library/
Dhmac_drbg.c43 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update() function
122 if ((ret = mbedtls_hmac_drbg_update(ctx, data, data_len)) != 0) { in mbedtls_hmac_drbg_seed_buf()
194 if ((ret = mbedtls_hmac_drbg_update(ctx, seed, seedlen)) != 0) { in hmac_drbg_reseed_core()
339 if ((ret = mbedtls_hmac_drbg_update(ctx, in mbedtls_hmac_drbg_random_with_add()
366 if ((ret = mbedtls_hmac_drbg_update(ctx, in mbedtls_hmac_drbg_random_with_add()
484 ret = mbedtls_hmac_drbg_update(ctx, buf, n); in mbedtls_hmac_drbg_update_seed_file()
/mbedtls-3.6.0/include/mbedtls/
Dcompat-2.x.h24 #define mbedtls_hmac_drbg_update_ret mbedtls_hmac_drbg_update
Dhmac_drbg.h285 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx,
/mbedtls-3.6.0/docs/
D3.0-migration-guide.md330 | `mbedtls_hmac_drbg_update_ret` | `mbedtls_hmac_drbg_update` |
/mbedtls-3.6.0/
DChangeLog1396 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(),
2685 mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret()
2702 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update
2766 and mbedtls_hmac_drbg_update() respectively, but the new functions