Home
last modified time | relevance | path

Searched refs:mac_type (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dt1_enc.c346 int mac_type = NID_undef, mac_secret_size = 0; in tls1_setup_key_block() local
369 &mac_type, &mac_secret_size)) { in tls1_setup_key_block()
H A Dtls12_record_layer.c472 int mac_type; in tls12_record_layer_ccs_cipher() local
478 mac_type = EVP_PKEY_HMAC; in tls12_record_layer_ccs_cipher()
492 mac_type = EVP_PKEY_GOSTIMIT; in tls12_record_layer_ccs_cipher()
510 if ((mac_pkey = EVP_PKEY_new_mac_key(mac_type, NULL, CBS_data(mac_key), in tls12_record_layer_ccs_cipher()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_mac_ctxt.c265 cmd->mac_type = htole32(IWM_FW_MAC_TYPE_BSS_STA); in iwm_mac_ctxt_cmd_common()
H A Dif_iwmreg.h4077 uint32_t mac_type; member