Home
last modified time | relevance | path

Searched refs:add_key (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/net/mac802154/
Dmac_cmd.c132 .add_key = mac802154_add_key,
/Linux-v4.19/include/net/
Dieee802154_netdev.h283 int (*add_key)(struct net_device *dev, member
Dcfg80211.h3147 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, member
/Linux-v4.19/kernel/
Dsys_ni.c251 COND_SYSCALL(add_key);
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h277 SYSCALL(add_key)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S362 ENTRY_SAME(add_key)
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c139 COMPAT_SYSCALL_WRAP5(add_key, const char __user *, tp, const char __user *, dsc, const void __user …
/Linux-v4.19/drivers/staging/wlan-ng/
Dcfg80211.c666 .add_key = prism2_add_key,
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl259 248 common add_key __x64_sys_add_key
Dsyscall_32.tbl300 286 i386 add_key sys_add_key __ia32_sys_add_key
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl259 248 common add_key __x64_sys_add_key
/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c901 static int add_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, in add_key() function
2053 .add_key = add_key,
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl326 309 common add_key sys_add_key
/Linux-v4.19/net/wireless/
Dwext-compat.c582 !rdev->ops->add_key || in cfg80211_wext_siwencode()
645 !rdev->ops->add_key || in cfg80211_wext_siwencodeext()
Dcore.c391 WARN_ON(ops->add_key && (!ops->del_key || !ops->set_default_key)); in wiphy_new_nm()
Drdev-ops.h81 ret = rdev->ops->add_key(&rdev->wiphy, netdev, key_index, pairwise, in rdev_add_key()
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl287 278 common add_key sys_add_key compat_sys_add_key
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl287 278 common add_key sys_add_key compat_sys_add_key
/Linux-v4.19/Documentation/networking/
Drxrpc.txt511 The payload provided to add_key() on the client should be of the following
533 add_key("rxrpc_s", "52:2", secret_key, 8, keyring);
654 keyring = add_key("keyring", "AFSkeys", NULL, 0,
659 add_key("rxrpc_s", "52:2", secret_key, 8, keyring);
/Linux-v4.19/Documentation/security/keys/
Dcore.rst356 Userspace can manipulate keys directly through three new syscalls: add_key,
382 key_serial_t add_key(const char *type, const char *desc,
483 add_key().
659 The payload and plen arguments describe the payload data as for add_key().
1265 key description if the caller of add_key() passes NULL or "".
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c942 .add_key = qtnf_add_key,
/Linux-v4.19/security/keys/
Dkeyctl.c62 SYSCALL_DEFINE5(add_key, const char __user *, _type, in SYSCALL_DEFINE5() argument
/Linux-v4.19/net/ieee802154/
Dnl-mac.c887 return ops->llsec->add_key(dev, &id, &key); in llsec_add_key()
/Linux-v4.19/Documentation/crypto/
Dasymmetric-keys.txt321 Keyrings created from userspace using add_key can be configured to check the
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dcfg.c2011 .add_key = lbs_cfg_add_key,

12