Home
last modified time | relevance | path

Searched refs:NID_hmac (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/ssl/record/methods/
H A Dtls13_meth.c44 if (EVP_CIPHER_is_a(ciph, "NULL") && mactype == NID_hmac && md != NULL) { in tls13_set_crypto_state()
/freebsd/crypto/openssl/ssl/
H A Dtls13_enc.c380 && mac_type == NID_hmac) { in derive_secret_key_and_iv()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h2210 {"HMAC", "hmac", NID_hmac},
/freebsd/crypto/openssl/include/openssl/
H A Devp.h75 # define EVP_PKEY_HMAC NID_hmac
H A Dobj_mac.h5419 #define NID_hmac 855 macro