Searched refs:mbedtls_hmac_drbg_update (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A 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()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | compat-2.x.h | 24 #define mbedtls_hmac_drbg_update_ret mbedtls_hmac_drbg_update
|
| H A D | hmac_drbg.h | 285 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2044 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(), 3333 mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret() 3350 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update 3414 and mbedtls_hmac_drbg_update() respectively, but the new functions
|