Home
last modified time | relevance | path

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

/openssl/test/
H 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()
414 if (!TEST_true(HMAC_Update(ctx, buf, test_chunks[idx].chunk_size[i]))) in test_hmac_chunks()
/openssl/doc/man3/
H A DHMAC.pod11 HMAC_Update,
36 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
110 HMAC_Update() can be called repeatedly with chunks of the message to
134 HMAC_CTX_reset(), HMAC_Init_ex(), HMAC_Update(), HMAC_Final() and
161 HMAC_Init_ex(), HMAC_Update() and HMAC_Final() did not return values in
/openssl/crypto/rsa/
H A Drsa_pk1.c336 if (HMAC_Update(hmac, be_iter, sizeof(be_iter)) <= 0) { in ossl_rsa_prf()
340 if (HMAC_Update(hmac, (unsigned char *)label, llen) <= 0) { in ossl_rsa_prf()
344 if (HMAC_Update(hmac, be_bitlen, sizeof(be_bitlen)) <= 0) { in ossl_rsa_prf()
H A Drsa_ossl.c496 if (HMAC_Update(hmac, buf, num - flen) <= 0) { in derive_kdk()
501 if (HMAC_Update(hmac, from, flen) <= 0) { in derive_kdk()
/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c443 if (!HMAC_Update(hctx, salt, saltlen) in pbkdf2_derive()
444 || !HMAC_Update(hctx, itmp, 4) in pbkdf2_derive()
451 if (!HMAC_Update(hctx, digtmp, mdlen) in pbkdf2_derive()
H A Dhkdf.c604 if (!HMAC_Update(hmac, prev, dig_len)) in HKDF_Expand()
608 if (!HMAC_Update(hmac, info, info_len)) in HKDF_Expand()
611 if (!HMAC_Update(hmac, &ctr, 1)) in HKDF_Expand()
/openssl/include/openssl/
H A Dhmac.h45 OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
/openssl/ssl/
H A Dtls_depr.c126 return HMAC_Update(ctx->old_ctx, data, len); in ssl_hmac_old_update()
/openssl/crypto/hmac/
H A Dhmac.c116 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() function
/openssl/providers/implementations/macs/
H A Dhmac_prov.c244 return HMAC_Update(macctx->ctx, data, datalen); in hmac_update()
/openssl/crypto/engine/
H A Deng_openssl.c524 if (!HMAC_Update(hctx->ctx, data, count)) in ossl_int_update()
/openssl/crypto/pkcs12/
H A Dp12_mutl.c274 || !HMAC_Update(hmac, p12->authsafes->d.data->data, in pkcs12_gen_mac()
/openssl/doc/man7/
H A Dossl-guide-migration.pod1865 HMAC_Init_ex(), HMAC_Update(), HMAC_Final(), HMAC_size()
/openssl/util/
H A Dlibcrypto.num116 HMAC_Update 118 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

Completed in 50 milliseconds