Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A Dpmeth_gn.c206 EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key, int keylen) in EVP_PKEY_new_mac_key() function
/dragonfly/crypto/libressl/ssl/
H A Dt1_enc.c179 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, secret, secret_len); in tls1_P_hash()
H A Dtls12_record_layer.c510 if ((mac_pkey = EVP_PKEY_new_mac_key(mac_type, NULL, CBS_data(mac_key), in tls12_record_layer_ccs_cipher()
/dragonfly/crypto/libressl/apps/openssl/
H A Ddgst.c467 sigkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, in dgst_main()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h1050 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key,