Searched refs:mbedtls_hmac_drbg_update (Results 1 – 5 of 5) sorted by relevance
/mbedtls-development/library/ |
A D | hmac_drbg.c | 62 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()
|
/mbedtls-development/include/mbedtls/ |
A D | compat-2.x.h | 36 #define mbedtls_hmac_drbg_update_ret mbedtls_hmac_drbg_update
|
A D | hmac_drbg.h | 298 int mbedtls_hmac_drbg_update( mbedtls_hmac_drbg_context *ctx,
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 302 | `mbedtls_hmac_drbg_update_ret` | `mbedtls_hmac_drbg_update` |
|
/mbedtls-development/ |
A D | ChangeLog | 206 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(), 1494 mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret() 1511 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update 1575 and mbedtls_hmac_drbg_update() respectively, but the new functions
|
Completed in 12 milliseconds