Searched refs:EVP_Q_mac (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | HMAC.pod | 75 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 D | EVP_MAC.pod | 10 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 D | crmf_pbm.c | 208 if (EVP_Q_mac(libctx, "HMAC", propq, hmac_mdname, NULL, basekey, bklen, in OSSL_CRMF_pbm_new()
|
/freebsd/crypto/openssl/crypto/hmac/ |
H A D | hmac.c | 231 ret = EVP_Q_mac(NULL, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL, in HMAC()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | mac_lib.c | 242 unsigned char *EVP_Q_mac(OSSL_LIB_CTX *libctx, in EVP_Q_mac() function
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | hkdf.c | 469 EVP_Q_mac(libctx, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL, salt,
|
/freebsd/crypto/openssl/ssl/ |
H A D | tls13_enc.c | 295 if (!EVP_Q_mac(s->ctx->libctx, "HMAC", s->ctx->propq, mdname, in tls13_final_finish_mac()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 800 if (EVP_Q_mac(NULL, "HMAC", NULL, "SHA1", NULL, in generate_stateless_cookie_callback()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 909 L<EVP_Q_mac(3)> and L<EVP_Q_digest(3)> 1106 L<EVP_Q_mac(3)>.
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1217 unsigned char *EVP_Q_mac(OSSL_LIB_CTX *libctx, const char *name, const char *propq,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4757 EVP_Q_mac;
|
/freebsd/crypto/openssl/test/ |
H A D | evp_test.c | 1650 /* 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 D | Makefile | 2272 MLINKS+= EVP_MAC.3 EVP_Q_mac.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4411 EVP_Q_mac 4539 3_0_0 EXIST::FUNCTION:
|