/freebsd/crypto/openssl/test/ |
H A D | hmactest.c | 148 || !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 D | HMAC.pod | 12 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 D | hmac.h | 47 OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | wrapped.sym | 69 HMAC_Final
|
H A D | wrap.c | 470 HMAC_Final,
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | pbkdf2.c | 341 || !HMAC_Final(hctx, digtmp, NULL)) in pbkdf2_derive() 348 || !HMAC_Final(hctx, digtmp, NULL)) in pbkdf2_derive()
|
H A D | hkdf.c | 562 if (!HMAC_Final(hmac, prev, NULL)) in HKDF_Expand()
|
/freebsd/crypto/openssl/ssl/ |
H A D | tls_depr.c | 129 if (HMAC_Final(ctx->old_ctx, md, &l) > 0) { in ssl_hmac_old_final()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | kx509.c | 89 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 D | hmac.c | 117 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in HMAC_Final() function
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_hmac.c | 281 HMAC_Final(*ctx, out, &len); in __hmac_sha1_final()
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 166 || !HMAC_Final(hmac, mac, maclen)) { in pkcs12_gen_mac()
|
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 238 if (!HMAC_Final(macctx->ctx, out, &hlen)) in hmac_final()
|
/freebsd/crypto/heimdal/lib/ntlm/ |
H A D | ntlm.c | 1188 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 D | radlib.c | 169 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 D | eng_openssl.c | 551 if (!HMAC_Final(hctx->ctx, sig, &hlen)) in ossl_hmac_signctx()
|
/freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | crypto.c | 161 HMAC_Final(c, hmac, &hmaclen); in v2_sign_message()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 1497 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 D | cbor.c | 764 HMAC_Final(ctx, dgst, &dgst_len) == 0 || in cbor_encode_change_pin_auth()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1823 HMAC_Final;
|
/freebsd/tests/sys/kern/ |
H A D | ktls_test.c | 395 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 D | migration_guide.pod | 1844 HMAC_Init_ex(), HMAC_Update(), HMAC_Final(), HMAC_size()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2519 MLINKS+= HMAC.3 HMAC_Final.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 397 HMAC_Final 405 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|