/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | peer.c | 170 ath11k_peer_rhash_insert(struct ath11k_base *ab, struct rhashtable *rtbl, struct rhash_head *rhead, struct rhashtable_params *params, void *key) ath11k_peer_rhash_insert() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_cmds.c | 34 unsigned long key; member 251 static bool check_is_responsed(struct vpu_inst *inst, unsigned long key) in check_is_responsed() argument 163 vpu_request_cmd(struct vpu_inst *inst, u32 id, void *data, unsigned long *key, int *sync) vpu_request_cmd() argument 261 sync_session_response(struct vpu_inst *inst, unsigned long key, long timeout, int try) sync_session_response() argument 304 unsigned long key; vpu_session_send_cmd() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_entity.c | 615 static struct lock_class_key key; in vsp1_entity_init() local
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_wx.c | 305 int i, key, key_provided, len; in libipw_wx_set_encode() local 467 int len, key; libipw_wx_get_encode() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
H A D | mac.c | 474 struct carl9170_set_key_cmd key = { }; in carl9170_upload_key() local 493 struct carl9170_disable_key_cmd key in carl9170_disable_key() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A D | key.c | 339 ath_setkey_tkip(struct ath_common *common, u16 keyix, const u8 *key, struct ath_keyval *hk, const u8 *addr, bool authenticator) ath_setkey_tkip() argument 473 ath_key_config(struct ath_common *common, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) ath_key_config() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_mmio.c | 368 mt76x02_key_sync(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, void *data) mt76x02_key_sync() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | usb_sdio.c | 189 struct ieee80211_key_conf *key = info->control.hw_key; in mt7663_usb_sdio_tx_prepare_skb() local 44 mt7663_usb_sdio_write_txwi(struct mt7615_dev *dev, struct mt76_wcid *wcid, enum mt76_txq_id qid, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, int pid, struct sk_buff *skb) mt7663_usb_sdio_write_txwi() argument
|
H A D | pci_mac.c | 23 struct ieee80211_key_conf *key = info->control.hw_key; in mt7615_write_fw_txp() local 67 struct ieee80211_key_conf *key = info->control.hw_key; in mt7615_tx_prepare_skb() local
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00lib.h | 330 static inline enum cipher rt2x00crypto_key_to_cipher(struct ieee80211_key_conf *key) in rt2x00crypto_key_to_cipher() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
H A D | main.c | 292 mt7601u_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) mt7601u_set_key() argument
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | pr.c | 142 static int nvme_pr_reserve(struct block_device *bdev, u64 key, in nvme_pr_reserve() argument 163 static int nvme_pr_clear(struct block_device *bdev, u64 key) in nvme_pr_clear() argument 170 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release() argument 108 nvme_pr_command(struct block_device *bdev, u32 cdw10, u64 key, u64 sa_key, u8 op) nvme_pr_command() argument [all...] |
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | security.c | 27 static void *key_data(struct key *key) in key_data() argument 36 static void nvdimm_put_key(struct key *key) in nvdimm_put_key() argument 52 struct key *key = NULL; nvdimm_request_key() local 80 nvdimm_get_key_payload(struct nvdimm *nvdimm, struct key **key) nvdimm_get_key_payload() argument 94 struct key *key; nvdimm_lookup_user_key() local 120 nvdimm_get_user_key_payload(struct nvdimm *nvdimm, key_serial_t id, int subclass, struct key **key) nvdimm_get_user_key_payload() argument 141 struct key *key; nvdimm_key_revalidate() local 169 struct key *key; __nvdimm_security_unlock() local 253 struct key *key; security_disable() local 302 struct key *key, *newkey; security_update() local 351 struct key *key = NULL; security_erase() local 394 struct key *key = NULL; security_overwrite() local 527 unsigned int key, newkey; nvdimm_security_store() local [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | authenc.c | 46 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key, in crypto_authenc_extractkeys() argument 84 static int crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key, in crypto_authenc_setkey() argument
|
H A D | serpent_generic.c | 269 int __serpent_setkey(struct serpent_ctx *ctx, const u8 *key, in __serpent_setkey() argument 452 int serpent_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in serpent_setkey() argument
|
H A D | lrw.c | 68 static int lrw_setkey(struct crypto_skcipher *parent, const u8 *key, in lrw_setkey() argument
|
H A D | aead.c | 32 static int setkey_unaligned(struct crypto_aead *tfm, const u8 *key, in setkey_unaligned() argument 53 crypto_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) crypto_aead_setkey() argument
|
H A D | authencesn.c | 58 static int crypto_authenc_esn_setkey(struct crypto_aead *authenc_esn, const u8 *key, in crypto_authenc_esn_setkey() argument
|
H A D | akcipher.c | 150 akcipher_default_set_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) akcipher_default_set_key() argument
|
H A D | sm2.c | 268 sm2_compute_z_digest(struct shash_desc *desc, const void *key, unsigned int keylen, void *dgst) sm2_compute_z_digest() argument 420 sm2_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) sm2_set_pub_key() argument 429 __sm2_set_pub_key(struct mpi_ec_ctx *ec, const void *key, unsigned int keylen) __sm2_set_pub_key() argument
|
H A D | simd.c | 50 static int simd_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in simd_skcipher_setkey() argument 290 static int simd_aead_setkey(struct crypto_aead *tfm, const u8 *key, in simd_aead_setkey() argument
|
H A D | cts.c | 76 static int crypto_cts_setkey(struct crypto_skcipher *parent, const u8 *key, in crypto_cts_setkey() argument
|
H A D | ctr.c | 169 crypto_rfc3686_setkey(struct crypto_skcipher *parent, const u8 *key, unsigned int keylen) crypto_rfc3686_setkey() argument
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-rq-qos.c | 206 rq_qos_wake_function(struct wait_queue_entry *curr, unsigned int mode, int wake_flags, void *key) rq_qos_wake_function() argument
|
/kernel/linux/linux-6.6/certs/ |
H A D | blacklist.c | 86 static int blacklist_key_instantiate(struct key *key, in blacklist_key_instantiate() argument 127 blacklist_key_update(struct key *key, struct key_preparsed_payload *prep) blacklist_key_update() argument 133 blacklist_describe(const struct key *key, struct seq_file *m) blacklist_describe() argument 184 key_ref_t key; mark_raw_hash_blacklisted() local 264 key_ref_t key; add_key_to_revocation_list() local [all...] |