Home
last modified time | relevance | path

Searched defs:skey (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dvporttbl.c69 esw_vport_tbl_lookup(struct mlx5_eswitch *esw, struct mlx5_vport_key *skey, u32 key) in esw_vport_tbl_lookup()
87 struct mlx5_vport_key skey; in mlx5_esw_vporttbl_get() local
/linux/tools/testing/selftests/kvm/s390/
H A Dshared_zeropage_test.c16 static void set_storage_key(void *addr, u8 skey) in set_storage_key()
/linux/arch/s390/kvm/
H A Ddat.c176 union skey skey; in dat_save_storage_key_into_pgste() local
613 int dat_get_storage_key(union asce asce, gfn_t gfn, union skey *skey) in dat_get_storage_key()
654 union skey skey, bool nq) in dat_set_storage_key()
697 static bool page_cond_set_storage_key(phys_addr_t paddr, union skey skey, union skey *oldkey, in page_cond_set_storage_key()
709 union skey skey, union skey *oldkey, bool nq, bool mr, bool mc) in dat_cond_set_storage_key()
H A Ddat.h297 union skey { union
298 unsigned char skey; member
H A Dkvm-s390.c558 unsigned long addr, union skey skey) in kvm_s390_keyop()
2974 union skey skey; in kvm_arch_vm_ioctl() local
/linux/drivers/nvme/common/
H A Dauth.c373 int nvme_auth_augmented_challenge(u8 hmac_id, const u8 *skey, size_t skey_len, in nvme_auth_augmented_challenge()
536 int nvme_auth_generate_psk(u8 hmac_id, const u8 *skey, size_t skey_len, in nvme_auth_generate_psk()
/linux/net/tipc/
H A Dcrypto.c211 struct tipc_aead_key *skey; member
368 static int tipc_aead_key_generate(struct tipc_aead_key *skey) in tipc_aead_key_generate() argument
2238 tipc_crypto_key_xmit(struct net * net,struct tipc_aead_key * skey,u16 gen,u8 mode,u32 dnode) tipc_crypto_key_xmit() argument
2290 struct tipc_aead_key *skey = NULL; tipc_crypto_key_rcv() local
2448 struct tipc_aead_key *skey = NULL; tipc_crypto_work_tx() local
[all...]
/linux/net/l2tp/
H A Dl2tp_netlink.c496 unsigned long skey; member
846 unsigned long skey = cbd->skey; in l2tp_nl_cmd_session_dump() local
H A Dl2tp_debugfs.c38 unsigned long skey; /* lookup key of current session */ member
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h78 u8 skey[16]; member
/linux/arch/s390/include/asm/
H A Dsclp.h48 u8 skey : 1; member
H A Dpgtable.h1091 static inline unsigned long sske_frame(unsigned long addr, unsigned char skey) in sske_frame()
/linux/net/mac802154/
H A Dllsec.c362 u32 skey = llsec_dev_hash_short(dev->short_addr, dev->pan_id); in mac802154_llsec_dev_add() local
/linux/include/linux/
H A Dsysfs.h36 struct lock_class_key skey; member
/linux/include/net/
H A Dsock.h1690 #define sock_lock_init_class_and_name(sk, sname, skey, name, key) \ argument