Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dhkdf.c153 ret = mbedtls_md_hmac_update( &ctx, t, t_len ); in mbedtls_hkdf_expand()
159 ret = mbedtls_md_hmac_update( &ctx, info, info_len ); in mbedtls_hkdf_expand()
167 ret = mbedtls_md_hmac_update( &ctx, &c, 1 ); in mbedtls_hkdf_expand()
A Dhmac_drbg.c84 if( ( ret = mbedtls_md_hmac_update( &ctx->md_ctx, in mbedtls_hmac_drbg_update_ret()
87 if( ( ret = mbedtls_md_hmac_update( &ctx->md_ctx, in mbedtls_hmac_drbg_update_ret()
92 if( ( ret = mbedtls_md_hmac_update( &ctx->md_ctx, in mbedtls_hmac_drbg_update_ret()
102 if( ( ret = mbedtls_md_hmac_update( &ctx->md_ctx, in mbedtls_hmac_drbg_update_ret()
327 if( ( ret = mbedtls_md_hmac_update( &ctx->md_ctx, in mbedtls_hmac_drbg_random_with_add()
A Dpkcs5.c249 if( ( ret = mbedtls_md_hmac_update( ctx, salt, slen ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
252 if( ( ret = mbedtls_md_hmac_update( ctx, counter, 4 ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
267 if( ( ret = mbedtls_md_hmac_update( ctx, md1, md_size ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
A Dssl_cookie.c140 mbedtls_md_hmac_update( hmac_ctx, time, 4 ) != 0 || in ssl_cookie_hmac()
141 mbedtls_md_hmac_update( hmac_ctx, cli_id, cli_id_len ) != 0 || in ssl_cookie_hmac()
A Dmd.c366 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input, size_t ilen ) in mbedtls_md_hmac_update() function
432 if( ( ret = mbedtls_md_hmac_update( &ctx, input, ilen ) ) != 0 ) in mbedtls_md_hmac()
A Dssl_tls.c433 mbedtls_md_hmac_update( &md_ctx, tmp + 20, nb ); in tls1_prf()
439 mbedtls_md_hmac_update( &md_ctx, 4 + tmp, 16 + nb ); in tls1_prf()
443 mbedtls_md_hmac_update( &md_ctx, 4 + tmp, 16 ); in tls1_prf()
464 mbedtls_md_hmac_update( &md_ctx, tmp + 20, nb ); in tls1_prf()
470 mbedtls_md_hmac_update( &md_ctx, tmp, 20 + nb ); in tls1_prf()
474 mbedtls_md_hmac_update( &md_ctx, tmp, 20 ); in tls1_prf()
529 mbedtls_md_hmac_update( &md_ctx, tmp + md_len, nb ); in tls_prf_generic()
535 mbedtls_md_hmac_update( &md_ctx, tmp, md_len + nb ); in tls_prf_generic()
539 mbedtls_md_hmac_update( &md_ctx, tmp, md_len ); in tls_prf_generic()
1493 mbedtls_md_hmac_update( &ssl->transform_out->md_ctx_enc, in ssl_encrypt_buf()
[all …]
/AliOS-Things-master/components/mbedtls/programs/aes/
A Dcrypt_and_hash.c367 mbedtls_md_hmac_update( &md_ctx, output, olen ); in main()
381 mbedtls_md_hmac_update( &md_ctx, output, olen ); in main()
503 mbedtls_md_hmac_update( &md_ctx, buffer, ilen ); in main()
A Daescrypt2.c320 mbedtls_md_hmac_update( &sha_ctx, buffer, 16 ); in main()
414 mbedtls_md_hmac_update( &sha_ctx, buffer, 16 ); in main()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dmd.h395 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input,
A Dcompat-1.3.h2024 #define md_hmac_update mbedtls_md_hmac_update
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmpv3_mbedtls.c88 if (mbedtls_md_hmac_update(&ctx, &byte, 1) != 0) { in snmpv3_auth()

Completed in 36 milliseconds