Home
last modified time | relevance | path

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

/openssl/test/
H A Dhmactest.c148 || !TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_run()
161 || !TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_run()
170 || !TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_run()
179 || !TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_run()
191 || !TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_run()
234 || !TEST_true(HMAC_Final(ctx2, buf, &len))) in test_hmac_copy()
418 if (!TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_chunks()
/openssl/doc/man3/
H A DHMAC.pod12 HMAC_Final,
37 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
113 HMAC_Final() places the message authentication code in I<md>, which
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/include/openssl/
H A Dhmac.h47 OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
/openssl/crypto/rsa/
H A Drsa_pk1.c356 if (HMAC_Final(hmac, hmac_out, &md_len) <= 0) { in ossl_rsa_prf()
362 if (HMAC_Final(hmac, to + pos, &md_len) <= 0) { in ossl_rsa_prf()
H A Drsa_ossl.c507 if (HMAC_Final(hmac, kdk, &md_len) <= 0) { in derive_kdk()
/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c445 || !HMAC_Final(hctx, digtmp, NULL)) in pbkdf2_derive()
452 || !HMAC_Final(hctx, digtmp, NULL)) in pbkdf2_derive()
H A Dhkdf.c614 if (!HMAC_Final(hmac, prev, NULL)) in HKDF_Expand()
/openssl/ssl/
H A Dtls_depr.c133 if (HMAC_Final(ctx->old_ctx, md, &l) > 0) { in ssl_hmac_old_final()
/openssl/crypto/hmac/
H A Dhmac.c129 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in HMAC_Final() function
/openssl/providers/implementations/macs/
H A Dhmac_prov.c263 if (!HMAC_Final(macctx->ctx, out, &hlen)) in hmac_final()
/openssl/crypto/engine/
H A Deng_openssl.c549 if (!HMAC_Final(hctx->ctx, sig, &hlen)) in ossl_hmac_signctx()
/openssl/crypto/pkcs12/
H A Dp12_mutl.c276 || !HMAC_Final(hmac, mac, maclen)) { 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.num397 HMAC_Final 405 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

Completed in 43 milliseconds