Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DHMAC.pod75 Use L<EVP_Q_mac(3)> instead if a library context is required.
80 or the 'quick' single-shot MAC function L<EVP_Q_mac(3)>.
149 L<SHA1(3)>, EVP_Q_mac(3), L<evp(7)>
H A DEVP_MAC.pod10 EVP_MAC_CTX_get_mac_size, EVP_MAC_CTX_get_block_size, EVP_Q_mac,
45 unsigned char *EVP_Q_mac(OSSL_LIB_CTX *libctx, const char *name, const char *propq,
128 EVP_Q_mac() computes the message authentication code
383 EVP_Q_mac() returns a pointer to the computed MAC value, or NULL on error.
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_pbm.c208 if (EVP_Q_mac(libctx, "HMAC", propq, hmac_mdname, NULL, basekey, bklen, in OSSL_CRMF_pbm_new()
/freebsd/crypto/openssl/crypto/hmac/
H A Dhmac.c231 ret = EVP_Q_mac(NULL, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL, in HMAC()
/freebsd/crypto/openssl/crypto/evp/
H A Dmac_lib.c242 unsigned char *EVP_Q_mac(OSSL_LIB_CTX *libctx, in EVP_Q_mac() function
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dhkdf.c469 EVP_Q_mac(libctx, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL, salt,
/freebsd/crypto/openssl/ssl/
H A Dtls13_enc.c295 if (!EVP_Q_mac(s->ctx->libctx, "HMAC", s->ctx->propq, mdname, in tls13_final_finish_mac()
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c800 if (EVP_Q_mac(NULL, "HMAC", NULL, "SHA1", NULL, in generate_stateless_cookie_callback()
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod909 L<EVP_Q_mac(3)> and L<EVP_Q_digest(3)>
1106 L<EVP_Q_mac(3)>.
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1217 unsigned char *EVP_Q_mac(OSSL_LIB_CTX *libctx, const char *name, const char *propq,
/freebsd/secure/lib/libcrypto/
H A DVersion.map4757 EVP_Q_mac;
/freebsd/crypto/openssl/test/
H A Devp_test.c1650 /* Test the EVP_Q_mac interface as well */ in mac_test_run_mac()
1653 if (!TEST_true(EVP_Q_mac(libctx, expected->mac_name, NULL, in mac_test_run_mac()
1660 t->err = "EVP_Q_mac failed"; in mac_test_run_mac()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2272 MLINKS+= EVP_MAC.3 EVP_Q_mac.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4411 EVP_Q_mac 4539 3_0_0 EXIST::FUNCTION: