Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Dhmac_drbg.c85 mbedtls_md_hmac_update( &ctx->md_ctx, ctx->V, md_len ); in mbedtls_hmac_drbg_update()
86 mbedtls_md_hmac_update( &ctx->md_ctx, sep, 1 ); in mbedtls_hmac_drbg_update()
88 mbedtls_md_hmac_update( &ctx->md_ctx, additional, add_len ); in mbedtls_hmac_drbg_update()
93 mbedtls_md_hmac_update( &ctx->md_ctx, ctx->V, md_len ); in mbedtls_hmac_drbg_update()
288 mbedtls_md_hmac_update( &ctx->md_ctx, ctx->V, md_len ); in mbedtls_hmac_drbg_random_with_add()
Dpkcs5.c244 if( ( ret = mbedtls_md_hmac_update( ctx, salt, slen ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
247 if( ( ret = mbedtls_md_hmac_update( ctx, counter, 4 ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
262 if( ( ret = mbedtls_md_hmac_update( ctx, md1, md_size ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
Dssl_cookie.c144 mbedtls_md_hmac_update( hmac_ctx, time, 4 ) != 0 || in ssl_cookie_hmac()
145 mbedtls_md_hmac_update( hmac_ctx, cli_id, cli_id_len ) != 0 || in ssl_cookie_hmac()
Dmd.c369 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input, size_t ilen ) in mbedtls_md_hmac_update() function
429 mbedtls_md_hmac_update( &ctx, input, ilen ); in mbedtls_md_hmac()
Dssl_tls.c307 mbedtls_md_hmac_update( &md_ctx, tmp + 20, nb ); in tls1_prf()
313 mbedtls_md_hmac_update( &md_ctx, 4 + tmp, 16 + nb ); in tls1_prf()
317 mbedtls_md_hmac_update( &md_ctx, 4 + tmp, 16 ); in tls1_prf()
338 mbedtls_md_hmac_update( &md_ctx, tmp + 20, nb ); in tls1_prf()
344 mbedtls_md_hmac_update( &md_ctx, tmp, 20 + nb ); in tls1_prf()
348 mbedtls_md_hmac_update( &md_ctx, tmp, 20 ); in tls1_prf()
403 mbedtls_md_hmac_update( &md_ctx, tmp + md_len, nb ); in tls_prf_generic()
409 mbedtls_md_hmac_update( &md_ctx, tmp, md_len + nb ); in tls_prf_generic()
413 mbedtls_md_hmac_update( &md_ctx, tmp, md_len ); in tls_prf_generic()
1296 mbedtls_md_hmac_update( &ssl->transform_out->md_ctx_enc, ssl->out_ctr, 8 ); in ssl_encrypt_buf()
[all …]
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/
Dtest_suite_md.function80 TEST_ASSERT( mbedtls_md_hmac_update( NULL, buf, 1 )
82 TEST_ASSERT( mbedtls_md_hmac_update( &ctx, buf, 1 )
356 TEST_ASSERT ( 0 == mbedtls_md_hmac_update( &ctx, src_str, halfway ) );
357 TEST_ASSERT ( 0 == mbedtls_md_hmac_update( &ctx, src_str + halfway, src_len - halfway ) );
368 TEST_ASSERT ( 0 == mbedtls_md_hmac_update( &ctx, src_str, halfway ) );
369 TEST_ASSERT ( 0 == mbedtls_md_hmac_update( &ctx, src_str + halfway, src_len - halfway ) );
/net-tools-2.7.6/mbedtls-2.4.0/programs/aes/
Dcrypt_and_hash.c347 mbedtls_md_hmac_update( &md_ctx, output, olen ); in main()
361 mbedtls_md_hmac_update( &md_ctx, output, olen ); in main()
485 mbedtls_md_hmac_update( &md_ctx, buffer, ilen ); in main()
Daescrypt2.c297 mbedtls_md_hmac_update( &sha_ctx, buffer, 16 ); in main()
394 mbedtls_md_hmac_update( &sha_ctx, buffer, 16 ); in main()
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/
Dmd.h301 int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *input,
Dcompat-1.3.h2092 #define md_hmac_update mbedtls_md_hmac_update
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1637 md_hmac_update mbedtls_md_hmac_update