Searched refs:xauth (Results 1 – 2 of 2) sorted by relevance
69 static const struct ieee80211_authenticator xauth = { variable77 IEEE80211_AUTH_MODULE(xauth, 1);78 IEEE80211_AUTH_ALG(x8021x, IEEE80211_AUTH_8021X, xauth);79 IEEE80211_AUTH_ALG(wpa, IEEE80211_AUTH_WPA, xauth);
387 struct auth_hash *xauth; in freebsd_crypt_newsession() local426 xauth = &auth_hash_ccm_cbc_mac_128; in freebsd_crypt_newsession()429 xauth = &auth_hash_ccm_cbc_mac_192; in freebsd_crypt_newsession()432 xauth = &auth_hash_ccm_cbc_mac_256; in freebsd_crypt_newsession()450 xauth->name, xauth->keysize); in freebsd_crypt_newsession()460 cria.cri_alg = xauth->type; in freebsd_crypt_newsession()503 struct auth_hash *xauth; in freebsd_crypt_uio() local531 xauth = &auth_hash_ccm_cbc_mac_128; in freebsd_crypt_uio()534 xauth = &auth_hash_ccm_cbc_mac_192; in freebsd_crypt_uio()556 xauth->name, xauth->keysize); in freebsd_crypt_uio()[all …]