/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_router_hw.h | 18 } key; member 64 struct prestera_nh_neigh_key key; member 75 } key; member 118 struct prestera_fib_key key; member
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_task_storage.c | 90 static void *bpf_pid_task_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_pid_task_storage_lookup_elem() 123 static long bpf_pid_task_storage_update_elem(struct bpf_map *map, void *key, in bpf_pid_task_storage_update_elem() 176 static long bpf_pid_task_storage_delete_elem(struct bpf_map *map, void *key) in bpf_pid_task_storage_delete_elem() 305 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key()
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 58 __le32 key[16]; member 372 const u8 *key, unsigned int len) in safexcel_skcipher_aes_setkey() 1432 const u8 *key, unsigned int len) in safexcel_skcipher_aesctr_setkey() 1606 const u8 *key, unsigned int len) in safexcel_des3_ede_setkey() 2467 const u8 *key, unsigned int len) in safexcel_skcipher_aesxts_setkey() 2807 const u8 *key) in safexcel_chacha20_setkey() 2820 const u8 *key, unsigned int len) in safexcel_skcipher_chacha20_setkey() 2871 const u8 *key, unsigned int len) in safexcel_aead_chachapoly_setkey() 3074 const u8 *key, unsigned int len) in safexcel_skcipher_sm4_setkey() 3266 const u8 *key, unsigned int len) in safexcel_skcipher_sm4ctr_setkey() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 112 struct ieee80211_key_conf *key, in iwl_mvm_wowlan_program_keys() 222 struct ieee80211_key_conf *key, in iwl_mvm_wowlan_get_rsc_tsc_data() 341 struct ieee80211_key_conf *key, in iwl_mvm_wowlan_get_rsc_v5_data() 528 struct ieee80211_key_conf *key, in iwl_mvm_wowlan_get_tkip_data() 594 struct ieee80211_key_conf *key, in iwl_mvm_wowlan_gtk_type_iter() 1393 u8 key[WOWLAN_KEY_MAX_SIZE]; member 1415 u8 key[WOWLAN_KEY_MAX_SIZE]; member 1866 struct ieee80211_key_conf *key, in iwl_mvm_d3_update_keys() 1935 struct ieee80211_key_conf *key; in iwl_mvm_gtk_rekey() local 1938 u8 key[32]; in iwl_mvm_gtk_rekey() member [all …]
|
/openbmc/linux/fs/reiserfs/ |
H A D | ibalance.c | 212 struct reiserfs_key *key; in internal_delete_pointers_items() local 311 struct reiserfs_key *key; in internal_copy_pointers_items() local 437 struct reiserfs_key *key; in internal_insert_key() local 760 static void replace_lkey(struct tree_balance *tb, int h, struct item_head *key) in replace_lkey() 775 static void replace_rkey(struct tree_balance *tb, int h, struct item_head *key) in replace_rkey()
|
/openbmc/linux/fs/afs/ |
H A D | inode.c | 352 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool is_new, in afs_fetch_status() 432 } __packed key; in afs_get_inode_cache() local 524 struct inode *afs_root_iget(struct super_block *sb, struct key *key) in afs_root_iget() 698 int afs_validate(struct afs_vnode *vnode, struct key *key) in afs_validate() 757 struct key *key; in afs_getattr() local
|
/openbmc/linux/lib/ |
H A D | test_rhashtable.c | 145 struct test_obj_val key = { in test_rht_lookup() local 246 struct test_obj_val key = { in test_rhashtable() local 313 struct test_obj_val key = { in test_rhltable() local 523 const char *key; in test_insert_dup() local 593 struct test_obj_val key = { in thread_lookup_test() local
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 182 union xfs_btree_key *key, in xfs_allocbt_init_key_from_rec() 191 union xfs_btree_key *key, in xfs_bnobt_init_high_key_from_rec() 204 union xfs_btree_key *key, in xfs_cntbt_init_high_key_from_rec() 235 const union xfs_btree_key *key) in xfs_bnobt_key_diff() 246 const union xfs_btree_key *key) in xfs_cntbt_key_diff()
|
/openbmc/linux/arch/s390/crypto/ |
H A D | paes_s390.c | 53 u8 *key; member 59 const u8 *key, in _key_to_kb() 220 u8 key[MAXPROTKEYSIZE]; in ecb_paes_crypt() member 336 u8 key[MAXPROTKEYSIZE]; in cbc_paes_crypt() member 501 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt() member 508 u8 key[MAXPROTKEYSIZE]; /* key + verification pattern */ in xts_paes_crypt() member 652 u8 key[MAXPROTKEYSIZE]; in ctr_paes_crypt() member
|
H A D | aes_s390.c | 44 u8 key[AES_MAX_KEY_SIZE]; member 54 u8 key[32]; member 175 static int setkey_fallback_skcipher(struct crypto_skcipher *tfm, const u8 *key, in setkey_fallback_skcipher() 327 u8 key[AES_MAX_KEY_SIZE]; in cbc_aes_crypt() member 378 static int xts_fallback_setkey(struct crypto_skcipher *tfm, const u8 *key, in xts_fallback_setkey() 426 u8 key[32]; in xts_aes_crypt() member 433 u8 key[32]; in xts_aes_crypt() member 631 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *key, in gcm_aes_setkey()
|
/openbmc/linux/fs/btrfs/ |
H A D | file-item.c | 288 struct btrfs_key key; in search_csum_tree() local 462 struct btrfs_key key; in btrfs_lookup_csums_list() local 605 struct btrfs_key key; in btrfs_lookup_csums_bitmap() local 816 struct btrfs_key *key, in truncate_one_csum() 869 struct btrfs_key key; in btrfs_del_csums() local 1273 struct btrfs_key key; in btrfs_extent_item_to_extent_map() local 1339 struct btrfs_key key; in btrfs_file_extent_end() local
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensorhandler.hpp | 233 namespace key namespace 239 inline void set_owner_id_ipmb(SensorDataRecordKey* key) in set_owner_id_ipmb() 244 inline void set_owner_id_system_sw(SensorDataRecordKey* key) in set_owner_id_system_sw() 249 inline void set_owner_id_bmc(SensorDataRecordKey* key) in set_owner_id_bmc() 260 inline void set_owner_lun(uint8_t lun, SensorDataRecordKey* key) in set_owner_lun() 273 SensorDataEntityRecordKey* key) in set_flags() 663 SensorDataRecordKey key; member 674 SensorDataRecordKey key; member 685 SensorDataRecordKey key; member 696 SensorDataFruRecordKey key; member [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | htab_update.c | 18 unsigned int key, value; in test_reenter_update() local 61 unsigned int key = 0, value = 0; in htab_update_thread() local
|
H A D | htab_reuse.c | 27 unsigned int key; in htab_lookup_fn() local 44 unsigned int key; in htab_update_fn() local
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_adjust_tail_user.c | 56 int key = 0; in poll_stats() local 93 __u32 key = 0; in main() local
|
H A D | tracex3_user.c | 21 __u32 key; in clear_stats() local 82 __u32 key; in print_hist() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-afsplit.c | 32 const uint8_t *key; member 135 uint8_t *key = g_new0(uint8_t, data->blocklen); in test_afsplit() local
|
/openbmc/linux/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()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_subprogs.c | 16 int key = 0; in sub1() local 36 int key = 0; in sub4() local
|
H A D | for_each_hash_map_elem.c | 29 check_hash_elem(struct bpf_map *map, __u32 *key, __u64 *val, in check_hash_elem() 58 check_percpu_elem(struct bpf_map *map, __u32 *key, __u64 *val, in check_percpu_elem()
|
H A D | xdp_features.c | 137 __u32 *val, key = 0; in xdp_update_stats() local 229 __u32 *val, key = 0; in BPF_PROG() local 242 __u32 *val, key = 0; in BPF_PROG() local
|
/openbmc/phosphor-gpio-monitor/ |
H A D | evdev.hpp | 81 Evdev(const std::string& path, const unsigned int key, EventPtr& event, in Evdev() 102 const unsigned int key; member in phosphor::gpio::Evdev
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | camellia_glue.c | 94 const u64 *key; in __ecb_crypt() local 144 const u64 *key; in cbc_encrypt() local 173 const u64 *key; in cbc_decrypt() local
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.h | 21 u32 key[4]; member 37 u32 key[4]; member 64 u32 key[5]; member
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-crypto-rsa.c | 126 static int ccp_rsa_setkey(struct crypto_akcipher *tfm, const void *key, in ccp_rsa_setkey() 181 static int ccp_rsa_setprivkey(struct crypto_akcipher *tfm, const void *key, in ccp_rsa_setprivkey() 187 static int ccp_rsa_setpubkey(struct crypto_akcipher *tfm, const void *key, in ccp_rsa_setpubkey()
|