Home
last modified time | relevance | path

Searched refs:HMAC_Update (Results 1 – 12 of 12) sorted by relevance

/openssl-master/test/
A Dhmactest.c116 || !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len)) in test_hmac_bad()
118 || !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len))) in test_hmac_bad()
142 || !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len)) in test_hmac_run()
147 || !TEST_true(HMAC_Update(ctx, test[4].data, test[4].data_len)) in test_hmac_run()
160 || !TEST_true(HMAC_Update(ctx, test[5].data, test[5].data_len)) in test_hmac_run()
169 || !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len)) in test_hmac_run()
178 || !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len)) in test_hmac_run()
190 || !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len)) in test_hmac_run()
232 || !TEST_true(HMAC_Update(ctx, test[7].data, test[7].data_len)) in test_hmac_copy()
/openssl-master/doc/man3/
A DHMAC.pod11 HMAC_Update,
36 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
107 HMAC_Update() can be called repeatedly with chunks of the message to
131 HMAC_CTX_reset(), HMAC_Init_ex(), HMAC_Update(), HMAC_Final() and
158 HMAC_Init_ex(), HMAC_Update() and HMAC_Final() did not return values in
/openssl-master/providers/implementations/kdfs/
A Dpbkdf2.c337 if (!HMAC_Update(hctx, salt, saltlen) in pbkdf2_derive()
338 || !HMAC_Update(hctx, itmp, 4) in pbkdf2_derive()
345 if (!HMAC_Update(hctx, digtmp, mdlen) in pbkdf2_derive()
A Dhkdf.c502 if (!HMAC_Update(hmac, prev, dig_len)) in HKDF_Expand()
506 if (!HMAC_Update(hmac, info, info_len)) in HKDF_Expand()
509 if (!HMAC_Update(hmac, &ctr, 1)) in HKDF_Expand()
/openssl-master/include/openssl/
A Dhmac.h45 OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
/openssl-master/ssl/
A Dtls_depr.c122 return HMAC_Update(ctx->old_ctx, data, len); in ssl_hmac_old_update()
/openssl-master/crypto/hmac/
A Dhmac.c110 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() function
/openssl-master/crypto/pkcs12/
A Dp12_mutl.c154 || !HMAC_Update(hmac, p12->authsafes->d.data->data, in pkcs12_gen_mac()
/openssl-master/providers/implementations/macs/
A Dhmac_prov.c216 return HMAC_Update(macctx->ctx, data, datalen); in hmac_update()
/openssl-master/crypto/engine/
A Deng_openssl.c526 if (!HMAC_Update(hctx->ctx, data, count)) in ossl_int_update()
/openssl-master/doc/man7/
A Dmigration_guide.pod1787 HMAC_Init_ex(), HMAC_Update(), HMAC_Final(), HMAC_size()
/openssl-master/util/
A Dlibcrypto.num116 HMAC_Update 118 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

Completed in 29 milliseconds