Searched refs:mbedtls_md_hmac_update (Results 1 – 18 of 18) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | hkdf.c | 150 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 D | hmac_drbg.c | 77 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 D | pkcs5.c | 248 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 D | ssl_cookie.c | 134 mbedtls_md_hmac_update( hmac_ctx, time, 4 ) != 0 || in ssl_cookie_hmac() 135 mbedtls_md_hmac_update( hmac_ctx, cli_id, cli_id_len ) != 0 || in ssl_cookie_hmac()
|
A D | md.c | 749 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 D | ssl_tls.c | 445 mbedtls_md_hmac_update( &md_ctx, tmp + 20, nb ); in tls1_prf() 451 mbedtls_md_hmac_update( &md_ctx, 4 + tmp, 16 + nb ); in tls1_prf() 455 mbedtls_md_hmac_update( &md_ctx, 4 + tmp, 16 ); in tls1_prf() 481 mbedtls_md_hmac_update( &md_ctx, tmp + 20, nb ); in tls1_prf() 487 mbedtls_md_hmac_update( &md_ctx, tmp, 20 + nb ); in tls1_prf() 491 mbedtls_md_hmac_update( &md_ctx, tmp, 20 ); in tls1_prf() 683 mbedtls_md_hmac_update( &md_ctx, tmp + md_len, nb ); in tls_prf_generic() 689 mbedtls_md_hmac_update( &md_ctx, tmp, md_len + nb ); in tls_prf_generic() 693 mbedtls_md_hmac_update( &md_ctx, tmp, md_len ); in tls_prf_generic()
|
A D | ssl_msg.c | 735 mbedtls_md_hmac_update( &transform->md_ctx_enc, add_data, in mbedtls_ssl_encrypt_buf() 737 mbedtls_md_hmac_update( &transform->md_ctx_enc, in mbedtls_ssl_encrypt_buf() 1015 mbedtls_md_hmac_update( &transform->md_ctx_enc, add_data, in mbedtls_ssl_encrypt_buf() 1017 mbedtls_md_hmac_update( &transform->md_ctx_enc, in mbedtls_ssl_encrypt_buf() 1534 mbedtls_md_hmac_update( &transform->md_ctx_dec, add_data, in mbedtls_ssl_decrypt_buf() 1536 mbedtls_md_hmac_update( &transform->md_ctx_dec, in mbedtls_ssl_decrypt_buf()
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | md.h | 401 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input,
|
A D | compat-1.3.h | 2028 #define md_hmac_update mbedtls_md_hmac_update
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | md.h | 401 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input,
|
A D | compat-1.3.h | 2028 #define md_hmac_update mbedtls_md_hmac_update
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | md.h | 401 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input,
|
A D | compat-1.3.h | 2028 #define md_hmac_update mbedtls_md_hmac_update
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | md.h | 401 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input,
|
A D | compat-1.3.h | 2028 #define md_hmac_update mbedtls_md_hmac_update
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | md.h | 401 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input,
|
A D | compat-1.3.h | 2028 #define md_hmac_update mbedtls_md_hmac_update
|
/optee_os/lib/libmbedtls/core/ |
A D | hmac.c | 45 if (mbedtls_md_hmac_update(&to_hmac_ctx(ctx)->md_ctx, data, len)) in mbed_hmac_update()
|
Completed in 101 milliseconds