/freebsd/crypto/openssl/doc/man3/ |
H A D | HMAC.pod | 6 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 D | hmactest.c | 112 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 D | archive_openssl_hmac_private.h | 40 static inline HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
|
H A D | archive_hmac.c | 250 *ctx = HMAC_CTX_new(); in __hmac_sha1_init()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | hmac.h | 33 OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | wrapped.sym | 68 HMAC_CTX_new
|
H A D | wrap.c | 445 HMAC_CTX_new,
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | pbkdf2.c | 314 hctx_tpl = HMAC_CTX_new(); in pbkdf2_derive() 321 hctx = HMAC_CTX_new(); in pbkdf2_derive()
|
H A D | hkdf.c | 537 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_Expand()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | kx509.c | 76 ctx = HMAC_CTX_new(); in verify_req_hash() 108 ctx = HMAC_CTX_new(); in calculate_reply_hash()
|
/freebsd/crypto/openssl/ssl/ |
H A D | tls_depr.c | 103 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new()
|
/freebsd/crypto/openssl/crypto/hmac/ |
H A D | hmac.c | 145 HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 162 if ((hmac = HMAC_CTX_new()) == NULL in pkcs12_gen_mac()
|
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 81 || (macctx->ctx = HMAC_CTX_new()) == NULL) { in hmac_new()
|
/freebsd/crypto/heimdal/lib/ntlm/ |
H A D | ntlm.c | 1181 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 D | radlib.c | 160 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 D | eng_openssl.c | 458 hctx->ctx = HMAC_CTX_new(); in ossl_hmac_init()
|
/freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | crypto.c | 153 c = HMAC_CTX_new(); in v2_sign_message()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 55 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 D | cbor.c | 759 if ((ctx = HMAC_CTX_new()) == NULL || in cbor_encode_change_pin_auth()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1820 HMAC_CTX_new;
|
/freebsd/tests/sys/kern/ |
H A D | ktls_test.c | 371 ctx = HMAC_CTX_new(); in compute_hash() 373 warnx("HMAC_CTX_new failed: %s", in compute_hash()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1850 HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_copy(), HMAC_CTX_reset(),
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2516 MLINKS+= HMAC.3 HMAC_CTX_new.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2915 HMAC_CTX_new 2980 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|