/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | lru_cache.c | 23 static struct btrfs_lru_cache_entry *match_entry(struct list_head *head, u64 key, in match_entry() argument 45 btrfs_lru_cache_lookup(struct btrfs_lru_cache *cache, u64 key, u64 gen) btrfs_lru_cache_lookup() argument 110 const u64 key = new_entry->key; btrfs_lru_cache_store() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/tests/ |
H A D | extent-buffer-tests.c | 25 struct btrfs_key key; in test_btrfs_split_item() local [all...] |
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | kdf_selftest.h | 14 unsigned char *key; member 24 kdf_test(const struct kdf_testvec *test, const char *name, int (*crypto_kdf_setkey)(struct crypto_shash *kmd, const u8 *key, size_t keylen, const u8 *ikm, size_t ikmlen), int (*crypto_kdf_generate)(struct crypto_shash *kmd, const struct kvec *info, unsigned int info_nvec, u8 *dst, unsigned int dlen)) kdf_test() argument
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | acl.c | 17 char *key = NULL, *value = NULL; in orangefs_get_acl() local
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ipc.h | 16 key_t key; member
|
/kernel/linux/linux-6.6/include/dfx/ |
H A D | hiview_hisysevent.h | 49 hisysevent_put_integer(struct hiview_hisysevent *event, const char *key, long long value) in hisysevent_put_integer() argument 55 hisysevent_put_string(struct hiview_hisysevent *event, const char *key, const char *value) in hisysevent_put_string() argument
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | auth.h | 50 struct sctp_auth_bytes *key; member 62 static inline void sctp_auth_key_hold(struct sctp_auth_bytes *key) in sctp_auth_key_hold() argument
|
/kernel/linux/linux-6.6/drivers/staging/vt6656/ |
H A D | key.c | 34 vnt_set_keymode(struct ieee80211_hw *hw, u8 *mac_addr, struct ieee80211_key_conf *key, u32 key_type, u32 mode) vnt_set_keymode() argument 96 vnt_set_keys(struct ieee80211_hw *hw, struct ieee80211_sta *sta, struct ieee80211_vif *vif, struct ieee80211_key_conf *key) vnt_set_keys() argument [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_ua.c | 193 bool core_scsi3_ua_for_check_condition(struct se_cmd *cmd, u8 *key, u8 *asc, in core_scsi3_ua_for_check_condition() argument
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | p80211wep.c | 46 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen) in wep_change_key() argument 73 u8 s[256], key[64], c_crc[4]; in wep_decrypt() local 144 u8 s[256], key[64]; wep_encrypt() local [all...] |
/kernel/linux/linux-6.6/drivers/firmware/google/ |
H A D | vpd_decode.c | 66 const u8 *key; in vpd_decode_string() local
|
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
H A D | nf_conntrack_tuple_common.h | 40 __be16 key; /* GRE key is 32bit, PPtP only uses 16bit */ member
|
/kernel/linux/linux-6.6/drivers/crypto/vmx/ |
H A D | aes.c | 61 static int p8_aes_setkey(struct crypto_tfm *tfm, const u8 *key, in p8_aes_setkey() argument
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | camellia_aesni_avx_glue.c | 30 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey() argument
|
H A D | serpent_sse2_glue.c | 27 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) serpent_setkey_skcipher() argument
|
H A D | serpent_avx_glue.c | 35 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) serpent_setkey_skcipher() argument
|
H A D | twofish_avx_glue.c | 30 twofish_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) twofish_setkey_skcipher() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | pci_mac.c | 15 struct ieee80211_key_conf *key = info->control.hw_key; in mt7921e_tx_prepare_skb() local
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | cmd.c | 126 wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, u8 key_len, u8 *key) wl18xx_cmd_smart_config_set_group_key() argument
|
/kernel/linux/linux-6.6/crypto/ |
H A D | aegis.h | 60 crypto_aegis_aesenc(union aegis_block *dst, const union aegis_block *src, const union aegis_block *key) crypto_aegis_aesenc() argument
|
H A D | aegis128-neon.c | 23 crypto_aegis128_init_simd(struct aegis_state *state, const union aegis_block *key, const u8 *iv) crypto_aegis128_init_simd() argument
|
H A D | rsa_helper.c | 19 struct rsa_key *key = context; in rsa_get_n() local 49 struct rsa_key *key = context; in rsa_get_e() local 64 struct rsa_key *key = context; rsa_get_d() local 79 struct rsa_key *key = context; rsa_get_p() local 94 struct rsa_key *key = context; rsa_get_q() local 109 struct rsa_key *key = context; rsa_get_dp() local 124 struct rsa_key *key = context; rsa_get_dq() local 139 struct rsa_key *key = context; rsa_get_qinv() local 162 rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, unsigned int key_len) rsa_parse_pub_key() argument 181 rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, unsigned int key_len) rsa_parse_priv_key() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | lib_sw_fence.c | 35 __onstack_fence_init(struct i915_sw_fence *fence, const char *name, struct lock_class_key *key) __onstack_fence_init() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmgv100.c | 83 gv100_vmm_new(struct nvkm_mmu *mmu, bool managed, u64 addr, u64 size, void *argv, u32 argc, struct lock_class_key *key, const char *name, struct nvkm_vmm **pvmm) gv100_vmm_new() argument
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | dlink-dir685-touchkeys.c | 33 unsigned long key; in dir685_tk_irq_thread() local
|