Symbol: HMAC_CTX_new
crypto/heimdal/kdc/kx509.c
108
ctx = HMAC_CTX_new();
crypto/heimdal/kdc/kx509.c
76
ctx = HMAC_CTX_new();
crypto/heimdal/lib/gssapi/ntlm/crypto.c
153
c = HMAC_CTX_new();
crypto/heimdal/lib/ntlm/ntlm.c
1181
c = HMAC_CTX_new();
crypto/heimdal/lib/ntlm/ntlm.c
1391
c = HMAC_CTX_new();
crypto/heimdal/lib/ntlm/ntlm.c
1847
c = HMAC_CTX_new();
crypto/krb5/src/lib/crypto/openssl/hmac.c
199
ctx = HMAC_CTX_new();
crypto/openssl/crypto/engine/eng_openssl.c
462
hctx->ctx = HMAC_CTX_new();
crypto/openssl/crypto/pkcs12/p12_mutl.c
287
if ((hmac = HMAC_CTX_new()) == NULL
crypto/openssl/crypto/rsa/rsa_ossl.c
479
hmac = HMAC_CTX_new();
crypto/openssl/crypto/rsa/rsa_pk1.c
301
hmac = HMAC_CTX_new();
crypto/openssl/include/openssl/hmac.h
33
OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
crypto/openssl/providers/implementations/kdfs/hkdf.c
587
if ((hmac = HMAC_CTX_new()) == NULL)
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
418
hctx_tpl = HMAC_CTX_new();
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
425
hctx = HMAC_CTX_new();
crypto/openssl/providers/implementations/macs/hmac_prov.c
84
|| (macctx->ctx = HMAC_CTX_new()) == NULL) {
crypto/openssl/ssl/tls_depr.c
108
ret->old_ctx = HMAC_CTX_new();
crypto/openssl/test/hmactest.c
112
ctx = HMAC_CTX_new();
crypto/openssl/test/hmactest.c
135
if (!TEST_ptr(ctx = HMAC_CTX_new()))
crypto/openssl/test/hmactest.c
226
if (!TEST_ptr(ctx = HMAC_CTX_new()))
crypto/openssl/test/hmactest.c
249
ctx = HMAC_CTX_new();
crypto/openssl/test/hmactest.c
250
ctx2 = HMAC_CTX_new();
crypto/openssl/test/hmactest.c
401
if (!TEST_ptr(ctx = HMAC_CTX_new()))
lib/libradius/radlib.c
160
ctx = HMAC_CTX_new();
lib/libradius/radlib.c
233
hctx = HMAC_CTX_new();
lib/libradius/radlib.c
320
hctx = HMAC_CTX_new();
tests/sys/kern/ktls_test.c
371
ctx = HMAC_CTX_new();