Searched refs:cipher (Results 251 - 274 of 274) sorted by relevance

<<11

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dmain.c4175 (key->cipher == WLAN_CIPHER_SUITE_TKIP ||
4176 key->cipher == WLAN_CIPHER_SUITE_CCMP) &&
4202 switch (key->cipher) {
/linux-master/arch/x86/crypto/
H A Dcamellia_glue.c21 /* regular block cipher functions */
28 /* 2-way parallel cipher functions */
1319 .cipher = {
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h1535 __le16 cipher; member in struct:wmi_connect_event::__anon1634::__anon1636
H A Dwmi.c877 "%s: aid %u mac_addr %pM auth=%u keymgmt=%u cipher=%u apsd_info=%u (STA connected)\n",
882 le16_to_cpu(ev->u.ap_sta.cipher),
888 le16_to_cpu(ev->u.ap_sta.cipher),
/linux-master/crypto/
H A Dserpent_generic.c584 .cra_u = { .cipher = {
H A Dfcrypt.c396 .cra_u = { .cipher = {
H A Dcamellia_generic.c1047 .cipher = {
H A Daes_generic.c1294 .cipher = {
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c678 key->cipher == WLAN_CIPHER_SUITE_AES_CMAC) {
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c878 switch (key->cipher) {
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c1033 if (key->cipher != WLAN_CIPHER_SUITE_CCMP)
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c907 rxdesc->cipher = rt2x00_get_field32(word, RXWI_W0_UDF);
1726 * Both the cipher as the BSS Idx numbers are split in a main
1731 (crypto->cipher & 0x7));
1733 (crypto->cipher & 0x8) >> 3);
1734 rt2x00_set_field32(&reg, MAC_WCID_ATTRIBUTE_RX_WIUDF, crypto->cipher);
1737 /* Delete the cipher without touching the bssidx */
1752 if ((crypto->cipher == CIPHER_TKIP) ||
1753 (crypto->cipher == CIPHER_TKIP_NO_MIC) ||
1754 (crypto->cipher == CIPHER_AES))
1786 * The cipher type
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c1747 cmd->cipher = cpu_to_le32(params->cipher);
/linux-master/arch/powerpc/crypto/
H A Daesp8-ppc.pl494 v${n}cipher v0,v0,v2
498 v${n}cipher v0,v0,v1
504 v${n}cipher v0,v0,v2
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h651 u32 cipher; member in struct:il_hw_key
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c4559 * This is a bit of a hack - the lower bits of the cipher
4560 * suite selector happens to match the cipher index in the CAM
4563 ctrl = (key->cipher & 0x0f) << 2 | key->keyidx | CAM_WRITE_VALID;
5612 switch (tx_info->control.hw_key->cipher) {
7058 dev_dbg(dev, "%s: cmd %02x, cipher %08x, index %i\n",
7059 __func__, cmd, key->cipher, key->keyidx);
7064 switch (key->cipher) {
/linux-master/include/net/
H A Dmac80211.h2155 * @cipher: The key's cipher suite selector.
2172 u32 cipher; member in struct:ieee80211_key_conf
2200 * @hw: data for HW-only (e.g. cipher scheme) keys
2648 * supported cipher suites.
H A Dcfg80211.h785 * @cipher: cipher suite selector
799 u32 cipher; member in struct:key_params
1225 * @cipher_group: group key cipher suite (or 0 if unset)
1227 * @ciphers_pairwise: unicast key cipher suites
5410 * @cipher_suites: supported cipher suites
5411 * @n_cipher_suites: number of supported cipher suites
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c525 switch (key->cipher) {
548 rtw89_warn(rtwdev, "key cipher not supported %d\n", key->cipher);
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c16 #include <crypto/internal/cipher.h>
2388 /* Set fallback cipher HMAC key */
2766 * first using our fallback cipher
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1122 switch (key->cipher) {
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c770 key->cipher == WLAN_CIPHER_SUITE_AES_CMAC) {
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c6527 static int wext_cipher2level(int cipher) argument
6529 switch (cipher) {
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1189 switch (key->cipher) {

Completed in 524 milliseconds

<<11