Searched refs:mbedtls_hmac_drbg_update (Results 1 – 5 of 5) sorted by relevance
/mbedtls-3.6.0/library/ |
D | hmac_drbg.c | 43 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/ |
D | compat-2.x.h | 24 #define mbedtls_hmac_drbg_update_ret mbedtls_hmac_drbg_update
|
D | hmac_drbg.h | 285 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx,
|
/mbedtls-3.6.0/docs/ |
D | 3.0-migration-guide.md | 330 | `mbedtls_hmac_drbg_update_ret` | `mbedtls_hmac_drbg_update` |
|
/mbedtls-3.6.0/ |
D | ChangeLog | 1396 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
|