Searched refs:HMAC_Update (Results 1 – 14 of 14) sorted by relevance
/openssl/test/ |
H A D | hmactest.c | 116 || !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 D | HMAC.pod | 11 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 D | rsa_pk1.c | 336 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 D | rsa_ossl.c | 496 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 D | pbkdf2.c | 443 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 D | hkdf.c | 604 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 D | hmac.h | 45 OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
|
/openssl/ssl/ |
H A D | tls_depr.c | 126 return HMAC_Update(ctx->old_ctx, data, len); in ssl_hmac_old_update()
|
/openssl/crypto/hmac/ |
H A D | hmac.c | 116 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() function
|
/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 244 return HMAC_Update(macctx->ctx, data, datalen); in hmac_update()
|
/openssl/crypto/engine/ |
H A D | eng_openssl.c | 524 if (!HMAC_Update(hctx->ctx, data, count)) in ossl_int_update()
|
/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 274 || !HMAC_Update(hmac, p12->authsafes->d.data->data, in pkcs12_gen_mac()
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1865 HMAC_Init_ex(), HMAC_Update(), HMAC_Final(), HMAC_size()
|
/openssl/util/ |
H A D | libcrypto.num | 116 HMAC_Update 118 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
Completed in 50 milliseconds