Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/dig/lib/isc/
Dhmacsha.c36 ctx->ctx = HMAC_CTX_new(); in isc_hmacsha1_init()
74 ctx->ctx = HMAC_CTX_new(); in isc_hmacsha224_init()
112 ctx->ctx = HMAC_CTX_new(); in isc_hmacsha256_init()
150 ctx->ctx = HMAC_CTX_new(); in isc_hmacsha384_init()
188 ctx->ctx = HMAC_CTX_new(); in isc_hmacsha512_init()
/openbsd/src/lib/libcrypto/hmac/
Dhmac.c173 HMAC_CTX_new(void) in HMAC_CTX_new() function
177 LCRYPTO_ALIAS(HMAC_CTX_new);
Dhmac.h77 HMAC_CTX *HMAC_CTX_new(void);
/openbsd/src/regress/lib/libcrypto/hmac/
Dhmactest.c169 if ((ctx = HMAC_CTX_new()) == NULL) { in main()
295 if ((ctx2 = HMAC_CTX_new()) == NULL) { in main()
/openbsd/src/regress/lib/libradius/
Dtest23.c45 ctx = HMAC_CTX_new(); in test23()
/openbsd/src/lib/libradius/
Dradius_msgauth.c57 if ((ctx = HMAC_CTX_new()) == NULL) in radius_calc_message_authenticator()
/openbsd/src/lib/libcrypto/hkdf/
Dhkdf.c88 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_expand()
/openbsd/src/lib/libcrypto/pkcs12/
Dp12_mutl.c159 if ((hmac = HMAC_CTX_new()) == NULL) in PKCS12_gen_mac()
/openbsd/src/libexec/spamd/
Dsync.c443 if ((ctx = HMAC_CTX_new()) == NULL) in sync_update()
537 if ((ctx = HMAC_CTX_new()) == NULL) in sync_addr()
/openbsd/src/usr.sbin/nsd/
Dtsig-openssl.c193 HMAC_CTX *context = HMAC_CTX_new(); in create_context()
Dconfig.h.in214 /* Define to 1 if you have the `HMAC_CTX_new' function. */
Dconfigure.ac1079 …AC_CHECK_FUNCS([HMAC_CTX_reset HMAC_CTX_new EVP_cleanup ERR_load_crypto_strings OPENSSL_init_crypt…
/openbsd/src/lib/libssl/
Dtls13_client.c735 if ((hmac_ctx = HMAC_CTX_new()) == NULL) in tls13_server_finished_recv()
1019 if ((hmac_ctx = HMAC_CTX_new()) == NULL) in tls13_client_finished_send()
Dtls13_server.c815 if ((hmac_ctx = HMAC_CTX_new()) == NULL) in tls13_server_finished_send()
1049 if ((hmac_ctx = HMAC_CTX_new()) == NULL) in tls13_client_finished_recv()
Dt1_lib.c989 if ((hctx = HMAC_CTX_new()) == NULL) in tls_decrypt_ticket()
Dssl_srvr.c2221 if ((hctx = HMAC_CTX_new()) == NULL) in ssl3_send_newsession_ticket()
/openbsd/src/sbin/iked/
Dcrypto.c296 hash->hash_ctx = HMAC_CTX_new(); in hash_new()
730 if ((dsap->dsa_ctx = HMAC_CTX_new()) == NULL) { in dsa_new()
/openbsd/src/usr.sbin/dhcpd/
Dsync.c406 if ((ctx = HMAC_CTX_new()) == NULL) in sync_lease()
/openbsd/src/lib/libfido2/src/
Dcbor.c758 if ((ctx = HMAC_CTX_new()) == NULL || in cbor_encode_change_pin_auth()
/openbsd/src/lib/libcrypto/
DSymbols.list1432 HMAC_CTX_new
/openbsd/src/usr.bin/openssl/
Dspeed.c1663 if ((hctx = HMAC_CTX_new()) == NULL) { in speed_main()
/openbsd/src/usr.sbin/nsd/doc/
DRELNOTES377 HMAC_CTX_new is deprecated in 3.0.0.
DChangeLog715 HMAC_CTX_new is deprecated in 3.0.0.