/linux-4.4.14/net/mac802154/ |
D | mac_cmd.c | 132 .add_key = mac802154_add_key,
|
/linux-4.4.14/include/net/ |
D | ieee802154_netdev.h | 283 int (*add_key)(struct net_device *dev, member
|
D | cfg80211.h | 2514 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, member
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_wfi_cfgoperations.c | 1074 static int add_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, in add_key() function 2617 add_key(wl->vif[0].ndev->ieee80211_ptr->wiphy, in change_virtual_intf() 2624 add_key(wl->vif[0].ndev->ieee80211_ptr->wiphy, in change_virtual_intf() 2699 add_key(wl->vif[0].ndev->ieee80211_ptr->wiphy, in change_virtual_intf() 2706 add_key(wl->vif[0].ndev->ieee80211_ptr->wiphy, in change_virtual_intf() 2817 add_key(wl->vif[0].ndev->ieee80211_ptr->wiphy, in change_virtual_intf() 2824 add_key(wl->vif[0].ndev->ieee80211_ptr->wiphy, in change_virtual_intf() 3218 .add_key = add_key,
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 362 ENTRY_SAME(add_key)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 276 SYSCALL(add_key)
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 138 COMPAT_SYSCALL_WRAP5(add_key, const char __user *, tp, const char __user *, dsc, const void __user …
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 257 248 common add_key sys_add_key
|
D | syscall_32.tbl | 295 286 i386 add_key sys_add_key
|
/linux-4.4.14/Documentation/networking/ |
D | rxrpc.txt | 450 The payload provided to add_key() on the client should be of the following 472 add_key("rxrpc_s", "52:2", secret_key, 8, keyring); 579 keyring = add_key("keyring", "AFSkeys", NULL, 0, 584 add_key("rxrpc_s", "52:2", secret_key, 8, keyring);
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | cfg80211.c | 725 .add_key = prism2_add_key,
|
/linux-4.4.14/net/wireless/ |
D | wext-compat.c | 603 !rdev->ops->add_key || in cfg80211_wext_siwencode() 666 !rdev->ops->add_key || in cfg80211_wext_siwencodeext()
|
D | core.c | 347 WARN_ON(ops->add_key && (!ops->del_key || !ops->set_default_key)); in wiphy_new_nm()
|
D | rdev-ops.h | 81 ret = rdev->ops->add_key(&rdev->wiphy, netdev, key_index, pairwise, in rdev_add_key()
|
D | nl80211.c | 1490 CMD(add_key, NEW_KEY); in nl80211_send_wiphy() 3041 if (!rdev->ops->add_key) in nl80211_new_key()
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 371 Userspace can manipulate keys directly through three new syscalls: add_key, 397 key_serial_t add_key(const char *type, const char *desc, 498 add_key(). 674 The payload and plen arguments describe the payload data as for add_key(). 1167 key description if the caller of add_key() passes NULL or "".
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1069 .add_key = wil_cfg80211_add_key,
|
/linux-4.4.14/security/keys/ |
D | keyctl.c | 60 SYSCALL_DEFINE5(add_key, const char __user *, _type, in SYSCALL_DEFINE5() argument
|
/linux-4.4.14/net/ieee802154/ |
D | nl-mac.c | 884 return ops->llsec->add_key(dev, &id, &key); in llsec_add_key()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | cfg.c | 2052 .add_key = lbs_cfg_add_key,
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 3086 .add_key = cfg80211_rtw_add_key,
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | cfg80211.c | 3670 .add_key = mwifiex_cfg80211_add_key,
|
/linux-4.4.14/drivers/net/wireless/ |
D | rndis_wlan.c | 550 .add_key = rndis_add_key,
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3431 .add_key = ath6kl_cfg80211_add_key,
|
/linux-4.4.14/net/mac80211/ |
D | cfg.c | 3809 .add_key = ieee80211_add_key,
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 4654 .add_key = brcmf_cfg80211_add_key,
|