Home
last modified time | relevance | path

Searched refs:xauth (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_xauth.c69 static const struct ieee80211_authenticator xauth = { variable
77 IEEE80211_AUTH_MODULE(xauth, 1);
78 IEEE80211_AUTH_ALG(x8021x, IEEE80211_AUTH_8021X, xauth);
79 IEEE80211_AUTH_ALG(wpa, IEEE80211_AUTH_WPA, xauth);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c387 struct auth_hash *xauth; in freebsd_crypt_newsession() local
426 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() local
531 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 …]