Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/crypto/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
/freebsd/crypto/openssl/include/openssl/
H A Dhmac.h47 OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
/freebsd/contrib/libfido2/fuzz/
H A Dwrapped.sym69 HMAC_Final
H A Dwrap.c470 HMAC_Final,
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c341 || !HMAC_Final(hctx, digtmp, NULL)) in pbkdf2_derive()
348 || !HMAC_Final(hctx, digtmp, NULL)) in pbkdf2_derive()
H A Dhkdf.c562 if (!HMAC_Final(hmac, prev, NULL)) in HKDF_Expand()
/freebsd/crypto/openssl/ssl/
H A Dtls_depr.c129 if (HMAC_Final(ctx->old_ctx, md, &l) > 0) { in ssl_hmac_old_final()
/freebsd/crypto/heimdal/kdc/
H A Dkx509.c89 HMAC_Final(ctx, digest, 0); in verify_req_hash()
138 HMAC_Final(ctx, rep->hash->data, 0); in calculate_reply_hash()
/freebsd/crypto/openssl/crypto/hmac/
H A Dhmac.c117 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in HMAC_Final() function
/freebsd/contrib/libarchive/libarchive/
H A Darchive_hmac.c281 HMAC_Final(*ctx, out, &len); in __hmac_sha1_final()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_mutl.c166 || !HMAC_Final(hmac, mac, maclen)) { in pkcs12_gen_mac()
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dhmac_prov.c238 if (!HMAC_Final(macctx->ctx, out, &hlen)) in hmac_final()
/freebsd/crypto/heimdal/lib/ntlm/
H A Dntlm.c1188 HMAC_Final(c, session->data, &hmaclen); in heim_ntlm_v2_base_session()
1410 HMAC_Final(c, ntlmv2, &hmaclen); in heim_ntlm_ntlmv2_key()
1853 HMAC_Final(c, derivedkey, &hmaclen); in heim_ntlm_derive_ntlm2_sess()
/freebsd/lib/libradius/
H A Dradlib.c169 HMAC_Final(ctx, md, &md_len); in insert_message_authenticator()
255 HMAC_Final(hctx, md, &md_len); in is_valid_response()
346 HMAC_Final(hctx, md, &md_len); in is_valid_request()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_openssl.c551 if (!HMAC_Final(hctx->ctx, sig, &hlen)) in ossl_hmac_signctx()
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c161 HMAC_Final(c, hmac, &hmaclen); in v2_sign_message()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1497 res = HMAC_Final(ctx->ctx, mac, &mdlen); in crypto_hash_finish()
1678 res = HMAC_Final(ctx, mac, &mdlen); in openssl_hmac_vector()
4827 res = HMAC_Final(hctx, prk, &mdlen); in hpke_labeled_extract()
4934 if (HMAC_Final(hctx, hash, &mdlen) != 1) in hpke_labeled_expand()
/freebsd/contrib/libfido2/src/
H A Dcbor.c764 HMAC_Final(ctx, dgst, &dgst_len) == 0 || in cbor_encode_change_pin_auth()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1823 HMAC_Final;
/freebsd/tests/sys/kern/
H A Dktls_test.c395 if (HMAC_Final(ctx, digest, digest_len) != 1) { in compute_hash()
396 warnx("HMAC_Final failed: %s", in compute_hash()
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1844 HMAC_Init_ex(), HMAC_Update(), HMAC_Final(), HMAC_size()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2519 MLINKS+= HMAC.3 HMAC_Final.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num397 HMAC_Final 405 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0