Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac802154/
Dmac_cmd.c132 .add_key = mac802154_add_key,
/linux-4.4.14/include/net/
Dieee802154_netdev.h283 int (*add_key)(struct net_device *dev, member
Dcfg80211.h2514 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev, member
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1074 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/
Dsyscall_table.S362 ENTRY_SAME(add_key)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h276 SYSCALL(add_key)
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c138 COMPAT_SYSCALL_WRAP5(add_key, const char __user *, tp, const char __user *, dsc, const void __user …
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl257 248 common add_key sys_add_key
Dsyscall_32.tbl295 286 i386 add_key sys_add_key
/linux-4.4.14/Documentation/networking/
Drxrpc.txt450 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/
Dcfg80211.c725 .add_key = prism2_add_key,
/linux-4.4.14/net/wireless/
Dwext-compat.c603 !rdev->ops->add_key || in cfg80211_wext_siwencode()
666 !rdev->ops->add_key || in cfg80211_wext_siwencodeext()
Dcore.c347 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()
Dnl80211.c1490 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/
Dkeys.txt371 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/
Dcfg80211.c1069 .add_key = wil_cfg80211_add_key,
/linux-4.4.14/security/keys/
Dkeyctl.c60 SYSCALL_DEFINE5(add_key, const char __user *, _type, in SYSCALL_DEFINE5() argument
/linux-4.4.14/net/ieee802154/
Dnl-mac.c884 return ops->llsec->add_key(dev, &id, &key); in llsec_add_key()
/linux-4.4.14/drivers/net/wireless/libertas/
Dcfg.c2052 .add_key = lbs_cfg_add_key,
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c3086 .add_key = cfg80211_rtw_add_key,
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dcfg80211.c3670 .add_key = mwifiex_cfg80211_add_key,
/linux-4.4.14/drivers/net/wireless/
Drndis_wlan.c550 .add_key = rndis_add_key,
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3431 .add_key = ath6kl_cfg80211_add_key,
/linux-4.4.14/net/mac80211/
Dcfg.c3809 .add_key = ieee80211_add_key,
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c4654 .add_key = brcmf_cfg80211_add_key,