Searched refs:mbedtls_ctr_drbg_update (Results 1 – 6 of 6) sorted by relevance
35 #define mbedtls_ctr_drbg_update_ret mbedtls_ctr_drbg_update
466 int mbedtls_ctr_drbg_update( mbedtls_ctr_drbg_context *ctx,
315 int mbedtls_ctr_drbg_update( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update() function657 ret = mbedtls_ctr_drbg_update( ctx, buf, n ); in mbedtls_ctr_drbg_update_seed_file()
291 TEST_ASSERT( mbedtls_ctr_drbg_update(
301 | `mbedtls_ctr_drbg_update_ret` | `mbedtls_ctr_drbg_update` |
206 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(),1493 mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret()1511 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update1574 mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update()
Completed in 13 milliseconds