Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_update_ret (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dhmac_drbg.c62 int mbedtls_hmac_drbg_update_ret( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update_ret() function
112 (void) mbedtls_hmac_drbg_update_ret( ctx, additional, add_len ); in mbedtls_hmac_drbg_update()
142 if( ( ret = mbedtls_hmac_drbg_update_ret( ctx, data, data_len ) ) != 0 ) in mbedtls_hmac_drbg_seed_buf()
217 if( ( ret = mbedtls_hmac_drbg_update_ret( ctx, seed, seedlen ) ) != 0 ) in hmac_drbg_reseed_core()
360 if( ( ret = mbedtls_hmac_drbg_update_ret( ctx, in mbedtls_hmac_drbg_random_with_add()
384 if( ( ret = mbedtls_hmac_drbg_update_ret( ctx, in mbedtls_hmac_drbg_random_with_add()
491 ret = mbedtls_hmac_drbg_update_ret( ctx, buf, n ); in mbedtls_hmac_drbg_update_seed_file()
A Decdsa.c500 ret = mbedtls_hmac_drbg_update_ret( p_rng_blind_det, in ecdsa_sign_det_restartable()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dhmac_drbg.h301 int mbedtls_hmac_drbg_update_ret( mbedtls_hmac_drbg_context *ctx,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1444 mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret()
1524 mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update()

Completed in 15 milliseconds