Home
last modified time | relevance | path

Searched refs:mbedtls_md_hmac_update (Results 1 – 10 of 10) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dhkdf.c150 ret = mbedtls_md_hmac_update( &ctx, t, t_len ); in mbedtls_hkdf_expand()
156 ret = mbedtls_md_hmac_update( &ctx, info, info_len ); in mbedtls_hkdf_expand()
164 ret = mbedtls_md_hmac_update( &ctx, &c, 1 ); in mbedtls_hkdf_expand()
A Dhmac_drbg.c77 if( ( ret = mbedtls_md_hmac_update( &ctx->md_ctx, in mbedtls_hmac_drbg_update_ret()
80 if( ( ret = mbedtls_md_hmac_update( &ctx->md_ctx, in mbedtls_hmac_drbg_update_ret()
85 if( ( ret = mbedtls_md_hmac_update( &ctx->md_ctx, in mbedtls_hmac_drbg_update_ret()
95 if( ( ret = mbedtls_md_hmac_update( &ctx->md_ctx, in mbedtls_hmac_drbg_update_ret()
372 if( ( ret = mbedtls_md_hmac_update( &ctx->md_ctx, in mbedtls_hmac_drbg_random_with_add()
A Dpkcs5.c248 if( ( ret = mbedtls_md_hmac_update( ctx, salt, slen ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
251 if( ( ret = mbedtls_md_hmac_update( ctx, counter, 4 ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
266 if( ( ret = mbedtls_md_hmac_update( ctx, md1, md_size ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
A Dssl_cookie.c136 mbedtls_md_hmac_update( hmac_ctx, time, 4 ) != 0 || in ssl_cookie_hmac()
137 mbedtls_md_hmac_update( hmac_ctx, cli_id, cli_id_len ) != 0 || in ssl_cookie_hmac()
A Dmd.c749 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input, size_t ilen ) in mbedtls_md_hmac_update() function
814 if( ( ret = mbedtls_md_hmac_update( &ctx, input, ilen ) ) != 0 ) in mbedtls_md_hmac()
A Dssl_tls.c455 ret = mbedtls_md_hmac_update( &md_ctx, tmp + 20, nb ); in tls1_prf()
467 ret = mbedtls_md_hmac_update( &md_ctx, 4 + tmp, 16 + nb ); in tls1_prf()
477 ret = mbedtls_md_hmac_update( &md_ctx, 4 + tmp, 16 ); in tls1_prf()
509 ret = mbedtls_md_hmac_update( &md_ctx, tmp + 20, nb ); in tls1_prf()
521 ret = mbedtls_md_hmac_update( &md_ctx, tmp, 20 + nb ); in tls1_prf()
531 ret = mbedtls_md_hmac_update( &md_ctx, tmp, 20 ); in tls1_prf()
731 ret = mbedtls_md_hmac_update( &md_ctx, tmp + md_len, nb ); in tls_prf_generic()
743 ret = mbedtls_md_hmac_update( &md_ctx, tmp, md_len + nb ); in tls_prf_generic()
753 ret = mbedtls_md_hmac_update( &md_ctx, tmp, md_len ); in tls_prf_generic()
A Dssl_msg.c779 ret = mbedtls_md_hmac_update( &transform->md_ctx_enc, in mbedtls_ssl_encrypt_buf()
783 ret = mbedtls_md_hmac_update( &transform->md_ctx_enc, in mbedtls_ssl_encrypt_buf()
1075 ret = mbedtls_md_hmac_update( &transform->md_ctx_enc, add_data, in mbedtls_ssl_encrypt_buf()
1079 ret = mbedtls_md_hmac_update( &transform->md_ctx_enc, in mbedtls_ssl_encrypt_buf()
1374 ret = mbedtls_md_hmac_update( &transform->md_ctx_dec, add_data, in mbedtls_ssl_decrypt_buf()
1378 ret = mbedtls_md_hmac_update( &transform->md_ctx_dec, in mbedtls_ssl_decrypt_buf()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dmd.h416 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input,
A Dcompat-1.3.h2028 #define md_hmac_update mbedtls_md_hmac_update
/optee_os-3.20.0/lib/libmbedtls/core/
A Dhmac.c45 if (mbedtls_md_hmac_update(&to_hmac_ctx(ctx)->md_ctx, data, len)) in mbed_hmac_update()

Completed in 38 milliseconds