Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDHMAC.pod6 HMAC_CTX_new,
27 HMAC_CTX *HMAC_CTX_new(void);
70 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.
74 created with HMAC_CTX_new().
87 reused. B<ctx> must have been created with HMAC_CTX_new() before the first use
119 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or
145 HMAC_CTX_new(), HMAC_CTX_free() and HMAC_CTX_get_md() are new in OpenSSL 1.1.0.
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_openssl_hmac_private.h40 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
HDarchive_hmac.c250 *ctx = HMAC_CTX_new(); in __hmac_sha1_init()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDhmac.h26 HMAC_CTX *HMAC_CTX_new(void);
/freebsd-13-stable/crypto/openssl/crypto/evp/
HDp5_crpt2.c45 hctx_tpl = HMAC_CTX_new(); in PKCS5_PBKDF2_HMAC()
60 hctx = HMAC_CTX_new(); in PKCS5_PBKDF2_HMAC()
/freebsd-13-stable/crypto/openssl/crypto/hmac/
HDhmac.c135 HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
221 if ((c = HMAC_CTX_new()) == NULL) in HMAC()
HDhm_pmeth.c36 hctx->ctx = HMAC_CTX_new(); in pkey_hmac_init()
/freebsd-13-stable/contrib/libfido2/fuzz/
HDwrapped.sym68 HMAC_CTX_new
HDwrap.c445 HMAC_CTX_new,
/freebsd-13-stable/crypto/heimdal/kdc/
HDkx509.c76 ctx = HMAC_CTX_new(); in verify_req_hash()
108 ctx = HMAC_CTX_new(); in calculate_reply_hash()
/freebsd-13-stable/crypto/openssl/crypto/pkcs12/
HDp12_mutl.c128 if ((hmac = HMAC_CTX_new()) == NULL in pkcs12_gen_mac()
/freebsd-13-stable/crypto/openssl/crypto/kdf/
HDhkdf.c311 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_Expand()
/freebsd-13-stable/lib/libradius/
HDradlib.c161 ctx = HMAC_CTX_new(); in insert_message_authenticator()
234 hctx = HMAC_CTX_new(); in is_valid_response()
321 hctx = HMAC_CTX_new(); in is_valid_request()
/freebsd-13-stable/crypto/heimdal/lib/ntlm/
HDntlm.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-13-stable/crypto/openssl/crypto/engine/
HDeng_openssl.c441 hctx->ctx = HMAC_CTX_new(); in ossl_hmac_init()
/freebsd-13-stable/crypto/heimdal/lib/gssapi/ntlm/
HDcrypto.c153 c = HMAC_CTX_new(); in v2_sign_message()
/freebsd-13-stable/contrib/wpa/src/crypto/
HDcrypto_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-13-stable/contrib/libfido2/src/
HDcbor.c759 if ((ctx = HMAC_CTX_new()) == NULL || in cbor_encode_change_pin_auth()
/freebsd-13-stable/tests/sys/kern/
HDktls_test.c325 ctx = HMAC_CTX_new(); in verify_hash()
/freebsd-13-stable/crypto/openssl/ssl/
HDt1_lib.c1397 hctx = HMAC_CTX_new(); in tls_decrypt_ticket()
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map1860 HMAC_CTX_new;
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem_srvr.c3901 hctx = HMAC_CTX_new(); in construct_stateless_ticket()
/freebsd-13-stable/crypto/openssl/apps/
HDspeed.c2207 loopargs[i].hctx = HMAC_CTX_new(); in speed_main()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile1884 MLINKS+= HMAC.3 HMAC_CTX_new.3
/freebsd-13-stable/crypto/openssl/
HDCHANGES2261 HMAC_CTX *HMAC_CTX_new(void);