Home
last modified time | relevance | path

Searched refs:HMAC_CTX_new (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/crypto/openssl/doc/man3/
H A DHMAC.pod6 HMAC_CTX_new,
31 HMAC_CTX *HMAC_CTX_new(void);
82 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.
86 created with HMAC_CTX_new().
99 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use
131 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or
159 HMAC_CTX_new(), HMAC_CTX_free() and HMAC_CTX_get_md() are new in OpenSSL 1.1.0.
/freebsd/crypto/openssl/test/
H A Dhmactest.c112 ctx = HMAC_CTX_new(); in test_hmac_bad()
135 if (!TEST_ptr(ctx = HMAC_CTX_new())) in test_hmac_run()
226 ctx = HMAC_CTX_new(); in test_hmac_copy()
227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_openssl_hmac_private.h40 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
H A Darchive_hmac.c250 *ctx = HMAC_CTX_new(); in __hmac_sha1_init()
/freebsd/crypto/openssl/include/openssl/
H A Dhmac.h33 OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
/freebsd/contrib/libfido2/fuzz/
H A Dwrapped.sym68 HMAC_CTX_new
H A Dwrap.c445 HMAC_CTX_new,
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c314 hctx_tpl = HMAC_CTX_new(); in pbkdf2_derive()
321 hctx = HMAC_CTX_new(); in pbkdf2_derive()
H A Dhkdf.c537 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_Expand()
/freebsd/crypto/heimdal/kdc/
H A Dkx509.c76 ctx = HMAC_CTX_new(); in verify_req_hash()
108 ctx = HMAC_CTX_new(); in calculate_reply_hash()
/freebsd/crypto/openssl/ssl/
H A Dtls_depr.c103 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new()
/freebsd/crypto/openssl/crypto/hmac/
H A Dhmac.c145 HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_mutl.c162 if ((hmac = HMAC_CTX_new()) == NULL in pkcs12_gen_mac()
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dhmac_prov.c81 || (macctx->ctx = HMAC_CTX_new()) == NULL) { in hmac_new()
/freebsd/crypto/heimdal/lib/ntlm/
H A Dntlm.c1181 c = HMAC_CTX_new(); in heim_ntlm_v2_base_session()
1391 c = HMAC_CTX_new(); in heim_ntlm_ntlmv2_key()
1847 c = HMAC_CTX_new(); in heim_ntlm_derive_ntlm2_sess()
/freebsd/lib/libradius/
H A Dradlib.c160 ctx = HMAC_CTX_new(); in insert_message_authenticator()
233 hctx = HMAC_CTX_new(); in is_valid_response()
320 hctx = HMAC_CTX_new(); in is_valid_request()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_openssl.c458 hctx->ctx = HMAC_CTX_new(); in ossl_hmac_init()
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c153 c = HMAC_CTX_new(); in v2_sign_message()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c55 static HMAC_CTX * HMAC_CTX_new(void) in HMAC_CTX_new() function
1412 ctx->ctx = HMAC_CTX_new(); in crypto_hash_init()
1668 ctx = HMAC_CTX_new(); in openssl_hmac_vector()
4814 hctx = HMAC_CTX_new(); in hpke_labeled_extract()
4892 hctx = HMAC_CTX_new(); in hpke_labeled_expand()
/freebsd/contrib/libfido2/src/
H A Dcbor.c759 if ((ctx = HMAC_CTX_new()) == NULL || in cbor_encode_change_pin_auth()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1820 HMAC_CTX_new;
/freebsd/tests/sys/kern/
H A Dktls_test.c371 ctx = HMAC_CTX_new(); in compute_hash()
373 warnx("HMAC_CTX_new failed: %s", in compute_hash()
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1850 HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_copy(), HMAC_CTX_reset(),
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2516 MLINKS+= HMAC.3 HMAC_CTX_new.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2915 HMAC_CTX_new 2980 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

12