Lines Matching refs:algorithm
831 u8 index, u8 algorithm, const u8 *key) in key_write() argument
840 value = ((kidx << 4) | algorithm); in key_write()
968 u8 index, u8 algorithm, in do_key_write() argument
982 if (algorithm == B43_SEC_ALGO_TKIP) { in do_key_write()
997 key_write(dev, index, algorithm, buf); in do_key_write()
1001 dev->key[index].algorithm = algorithm; in do_key_write()
1005 int index, u8 algorithm, in b43_key_write() argument
1020 if (algorithm == B43_SEC_ALGO_TKIP && key_len == 32) in b43_key_write()
1051 do_key_write(dev, index, algorithm, key, key_len, mac_addr); in b43_key_write()
1055 do_key_write(dev, index + 4, algorithm, key, key_len, NULL); in b43_key_write()
1125 printk(" Algo: %04X/%02X", algo, key->algorithm); in b43_dump_keymemory()
1128 if (key->algorithm == B43_SEC_ALGO_TKIP) { in b43_dump_keymemory()
4178 u8 algorithm; in b43_op_set_key() local
4217 algorithm = B43_SEC_ALGO_WEP40; in b43_op_set_key()
4220 algorithm = B43_SEC_ALGO_WEP104; in b43_op_set_key()
4223 algorithm = B43_SEC_ALGO_TKIP; in b43_op_set_key()
4226 algorithm = B43_SEC_ALGO_AES; in b43_op_set_key()
4238 if (algorithm == B43_SEC_ALGO_TKIP && in b43_op_set_key()
4252 err = b43_key_write(dev, -1, algorithm, in b43_op_set_key()
4257 err = b43_key_write(dev, index, algorithm, in b43_op_set_key()
4263 if (algorithm == B43_SEC_ALGO_WEP40 || in b43_op_set_key()
4264 algorithm == B43_SEC_ALGO_WEP104) { in b43_op_set_key()
4271 if (algorithm == B43_SEC_ALGO_TKIP) in b43_op_set_key()