Searched refs:mbedtls_ctr_drbg_update_ret (Results 1 – 3 of 3) sorted by relevance
253 int mbedtls_ctr_drbg_update_ret( mbedtls_ctr_drbg_context *ctx,
334 int mbedtls_ctr_drbg_update_ret( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update_ret() function363 (void) mbedtls_ctr_drbg_update_ret( ctx, additional, add_len ); in mbedtls_ctr_drbg_update()593 ret = mbedtls_ctr_drbg_update_ret( ctx, buf, n ); in mbedtls_ctr_drbg_update_seed_file()
21 mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret()83 * The new functions mbedtls_ctr_drbg_update_ret() and
Completed in 8 milliseconds