Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dhmac_drbg.c62 int mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update() function
133 if( ( ret = mbedtls_hmac_drbg_update( ctx, data, data_len ) ) != 0 ) in mbedtls_hmac_drbg_seed_buf()
208 if( ( ret = mbedtls_hmac_drbg_update( ctx, seed, seedlen ) ) != 0 ) in hmac_drbg_reseed_core()
351 if( ( ret = mbedtls_hmac_drbg_update( ctx, in mbedtls_hmac_drbg_random_with_add()
375 if( ( ret = mbedtls_hmac_drbg_update( ctx, in mbedtls_hmac_drbg_random_with_add()
482 ret = mbedtls_hmac_drbg_update( ctx, buf, n ); in mbedtls_hmac_drbg_update_seed_file()
/third_party/mbedtls/include/mbedtls/
Dcompat-2.x.h36 #define mbedtls_hmac_drbg_update_ret mbedtls_hmac_drbg_update
Dhmac_drbg.h298 int mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx,
/third_party/mbedtls/docs/
D3.0-migration-guide.md302 | `mbedtls_hmac_drbg_update_ret` | `mbedtls_hmac_drbg_update` |
/third_party/mbedtls/
DChangeLog385 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(),
1673 mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret()
1690 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update
1754 and mbedtls_hmac_drbg_update() respectively, but the new functions