/linux-4.4.14/crypto/ |
H A D | rsa_helper.c | 107 rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, unsigned int key_len) rsa_parse_pub_key() argument 134 rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, unsigned int key_len) rsa_parse_priv_key() argument
|
H A D | ablk_helper.c | 37 ablk_set_key(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int key_len) ablk_set_key() argument
|
H A D | twofish_common.c | 703 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) twofish_setkey() argument 583 __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, unsigned int key_len, u32 *flags) __twofish_setkey() argument
|
H A D | anubis.c | 46 int key_len; // in bits member in struct:anubis_ctx 462 anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) anubis_setkey() argument
|
H A D | arc4.c | 29 arc4_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) arc4_set_key() argument
|
H A D | cast5_generic.c | 487 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) cast5_setkey() argument
|
H A D | cast6_generic.c | 114 __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned key_len, u32 *flags) __cast6_setkey() argument
|
H A D | khazad.c | 756 khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) khazad_setkey() argument
|
H A D | seed.c | 331 seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) seed_set_key() argument
|
H A D | tea.c | 47 tea_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) tea_setkey() argument 120 xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) xtea_setkey() argument
|
H A D | aes_generic.c | 1336 const int key_len = ctx->key_length; aes_encrypt() local 1407 const int key_len = ctx->key_length; aes_decrypt() local 1216 crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key, unsigned int key_len) crypto_aes_expand_key() argument 1282 crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) crypto_aes_set_key() argument
|
H A D | camellia_generic.c | 981 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) camellia_set_key() argument
|
H A D | testmgr.h | 133 unsigned int key_len; member in struct:akcipher_testvec
|
/linux-4.4.14/arch/arm/crypto/ |
H A D | aes_glue.c | 28 aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) aes_set_key() argument
|
H A D | aes-ce-glue.c | 63 ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, unsigned int key_len) ce_aes_expandkey() argument 130 ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ce_aes_setkey() argument 149 xts_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) xts_set_key() argument
|
H A D | aesbs-glue.c | 57 aesbs_cbc_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) aesbs_cbc_set_key() argument 73 aesbs_ctr_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) aesbs_ctr_set_key() argument 87 aesbs_xts_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) aesbs_xts_set_key() argument
|
/linux-4.4.14/net/mac80211/ |
H A D | aes_ccm.c | 73 ieee80211_aes_key_setup_encrypt(const u8 key[], size_t key_len, size_t mic_len) ieee80211_aes_key_setup_encrypt() argument
|
H A D | aes_gcm.c | 69 ieee80211_aes_gcm_key_setup_encrypt(const u8 key[], size_t key_len) ieee80211_aes_gcm_key_setup_encrypt() argument
|
H A D | aes_gmac.c | 59 ieee80211_aes_gmac_key_setup(const u8 key[], size_t key_len) ieee80211_aes_gmac_key_setup() argument
|
H A D | aes_cmac.c | 131 ieee80211_aes_cmac_key_setup(const u8 key[], size_t key_len) ieee80211_aes_cmac_key_setup() argument
|
H A D | key.c | 375 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, ieee80211_key_alloc() argument
|
H A D | util.c | 1216 ieee80211_send_auth(struct ieee80211_sub_if_data *sdata, u16 transaction, u16 auth_alg, u16 status, const u8 *extra, size_t extra_len, const u8 *da, const u8 *bssid, const u8 *key, u8 key_len, u8 key_idx, u32 tx_flags) ieee80211_send_auth() argument
|
H A D | ieee80211_i.h | 372 u8 key_len, key_idx; member in struct:ieee80211_mgd_auth_data
|
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/ |
H A D | cmd.c | 140 wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, u8 key_len, u8 *key) wl18xx_cmd_smart_config_set_group_key() argument
|
/linux-4.4.14/drivers/crypto/nx/ |
H A D | nx-aes-cbc.c | 33 cbc_aes_nx_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) cbc_aes_nx_set_key() argument
|
H A D | nx-aes-ctr.c | 34 ctr_aes_nx_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ctr_aes_nx_set_key() argument 66 ctr3686_aes_nx_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ctr3686_aes_nx_set_key() argument
|
H A D | nx-aes-ecb.c | 33 ecb_aes_nx_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ecb_aes_nx_set_key() argument
|
H A D | nx-aes-xcbc.c | 40 nx_xcbc_set_key(struct crypto_shash *desc, const u8 *in_key, unsigned int key_len) nx_xcbc_set_key() argument
|
H A D | nx-aes-ccm.c | 35 ccm_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) ccm_aes_nx_set_key() argument 65 ccm4309_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) ccm4309_aes_nx_set_key() argument
|
H A D | nx-aes-gcm.c | 34 gcm_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) gcm_aes_nx_set_key() argument 73 gcm4106_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) gcm4106_aes_nx_set_key() argument
|
/linux-4.4.14/include/keys/ |
H A D | trusted-type.h | 24 unsigned int key_len; member in struct:trusted_key_payload
|
/linux-4.4.14/drivers/staging/skein/ |
H A D | skein_api.c | 83 int skein_mac_init(struct skein_ctx *ctx, const u8 *key, size_t key_len, skein_mac_init() argument
|
/linux-4.4.14/fs/ntfs/ |
H A D | index.c | 119 int ntfs_index_lookup(const void *key, const int key_len, ntfs_index_lookup() argument
|
/linux-4.4.14/arch/arm64/crypto/ |
H A D | aes-ce-cipher.c | 149 ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, unsigned int key_len) ce_aes_expandkey() argument 222 ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ce_aes_setkey() argument
|
H A D | aes-ce-ccm-glue.c | 47 ccm_setkey(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) ccm_setkey() argument
|
H A D | aes-glue.c | 82 xts_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) xts_set_key() argument
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_wep.c | 29 u8 key_len; member in struct:prism2_wep_data
|
H A D | rtllib.h | 386 u16 key_len; member in struct:ieee_param::__anon10726::__anon10730
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_wep.c | 33 u8 key_len; member in struct:prism2_wep_data
|
H A D | ieee80211.h | 324 u16 key_len; member in struct:ieee_param::__anon10736::__anon10740
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
H A D | linux-crypto.c | 39 cfs_crypto_hash_alloc(unsigned char alg_id, const struct cfs_crypto_hash_type **type, struct hash_desc *desc, unsigned char *key, unsigned int key_len) cfs_crypto_hash_alloc() argument 92 cfs_crypto_hash_digest(unsigned char alg_id, const void *buf, unsigned int buf_len, unsigned char *key, unsigned int key_len, unsigned char *hash, unsigned int *hash_len) cfs_crypto_hash_digest() argument 125 cfs_crypto_hash_init(unsigned char alg_id, unsigned char *key, unsigned int key_len) cfs_crypto_hash_init() argument
|
/linux-4.4.14/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-xts.c | 97 ccp_aes_xts_setkey(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int key_len) ccp_aes_xts_setkey() argument
|
H A D | ccp-crypto-aes-cmac.c | 259 ccp_aes_cmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int key_len) ccp_aes_cmac_setkey() argument
|
H A D | ccp-crypto-aes.c | 40 ccp_aes_setkey(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int key_len) ccp_aes_setkey() argument 155 ccp_aes_rfc3686_setkey(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int key_len) ccp_aes_rfc3686_setkey() argument
|
H A D | ccp-crypto-sha.c | 250 ccp_sha_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int key_len) ccp_sha_setkey() argument
|
H A D | ccp-crypto.h | 82 unsigned int key_len; member in struct:ccp_aes_ctx 149 unsigned int key_len; member in struct:ccp_sha_ctx
|
/linux-4.4.14/fs/hfs/ |
H A D | brec.c | 68 int size, key_len, rec; hfs_brec_insert() local
|
H A D | bnode.c | 48 int key_len; hfs_bnode_read_key() local
|
H A D | hfs.h | 150 u8 key_len; /* number of bytes in the key */ member in struct:hfs_cat_key 158 u8 key_len; /* number of bytes in the key */ member in struct:hfs_ext_key 165 u8 key_len; /* number of bytes in the key */ member in union:hfs_btree_key
|
/linux-4.4.14/fs/hfsplus/ |
H A D | brec.c | 66 int size, key_len, rec; hfs_brec_insert() local
|
H A D | bnode.c | 61 int key_len; hfs_bnode_read_key() local
|
H A D | xattr.c | 693 u16 key_len = 0; hfsplus_listxattr() local
|
H A D | hfsplus_raw.h | 213 __be16 key_len; member in struct:hfsplus_cat_key 339 __be16 key_len; member in struct:hfsplus_ext_key 357 __be16 key_len; member in struct:hfsplus_attr_key 401 __be16 key_len; member in union:__anon11572
|
/linux-4.4.14/net/wireless/ |
H A D | lib80211_crypt_wep.c | 36 u8 key_len; member in struct:lib80211_wep_data
|
H A D | mlme.c | 199 cfg80211_mlme_auth(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ieee80211_channel *chan, enum nl80211_auth_type auth_type, const u8 *bssid, const u8 *ssid, int ssid_len, const u8 *ie, int ie_len, const u8 *key, int key_len, int key_idx, const u8 *sae_data, int sae_data_len) cfg80211_mlme_auth() argument
|
/linux-4.4.14/kernel/bpf/ |
H A D | hashtab.c | 118 static inline u32 htab_map_hash(const void *key, u32 key_len) htab_map_hash() argument
|
/linux-4.4.14/arch/powerpc/crypto/ |
H A D | aes-spe-glue.c | 92 ppc_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ppc_aes_setkey() argument 124 ppc_xts_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ppc_xts_setkey() argument
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | camellia_aesni_avx2_glue.c | 197 camellia_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) camellia_setkey() argument
|
H A D | camellia_aesni_avx_glue.c | 201 camellia_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) camellia_setkey() argument
|
H A D | camellia_glue.c | 1249 __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, unsigned int key_len, u32 *flags) __camellia_setkey() argument 1275 camellia_setkey(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) camellia_setkey() argument
|
H A D | aesni-intel_glue.c | 829 rfc4106_set_hash_subkey(u8 *hash_subkey, const u8 *key, unsigned int key_len) rfc4106_set_hash_subkey() argument 304 aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, const u8 *in_key, unsigned int key_len) aes_set_key_common() argument 328 aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) aes_set_key() argument 885 common_rfc4106_set_key(struct crypto_aead *aead, const u8 *key, unsigned int key_len) common_rfc4106_set_key() argument 904 rfc4106_set_key(struct crypto_aead *parent, const u8 *key, unsigned int key_len) rfc4106_set_key() argument
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfsfh.h | 138 static inline int key_len(int type) key_len() function
|
/linux-4.4.14/fs/cifs/ |
H A D | cache.c | 71 uint16_t key_len = sizeof(struct cifs_server_key); cifs_server_get_key() local
|
/linux-4.4.14/arch/s390/crypto/ |
H A D | des_s390.c | 36 des_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) des_setkey() argument 240 des3_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) des3_setkey() argument
|
H A D | aes_s390.c | 44 int key_len; member in struct:s390_aes_ctx 64 int key_len; member in struct:s390_xts_ctx 73 static int need_fallback(unsigned int key_len) need_fallback() argument 95 setkey_fallback_cip(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) setkey_fallback_cip() argument 114 aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) aes_set_key() argument 286 ecb_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ecb_aes_set_key() argument 415 cbc_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) cbc_aes_set_key() argument 585 xts_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) xts_aes_set_key() argument 741 ctr_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) ctr_aes_set_key() argument
|
/linux-4.4.14/arch/sparc/crypto/ |
H A D | aes_glue.c | 166 aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) aes_set_key() argument
|
H A D | camellia_glue.c | 29 int key_len; member in struct:camellia_sparc64_ctx 35 camellia_set_key(struct crypto_tfm *tfm, const u8 *_in_key, unsigned int key_len) camellia_set_key() argument
|
/linux-4.4.14/drivers/s390/crypto/ |
H A D | zcrypt_cca_key.h | 290 int short_len, long_len, pad_len, key_len, size; zcrypt_type6_crt_key() local
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
H A D | rt2x00mac.c | 432 static void memcpy_tkip(struct rt2x00lib_crypto *crypto, u8 *key, u8 key_len) memcpy_tkip() argument
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
H A D | hw_ops.h | 306 wlcore_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, u8 key_len, u8 *key) wlcore_smart_config_set_group_key() argument
|
/linux-4.4.14/drivers/crypto/ |
H A D | padlock-aes.c | 74 aes_hw_extkey_available(uint8_t key_len) aes_hw_extkey_available() argument 104 aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) aes_set_key() argument
|
H A D | mxs-dcp.c | 88 unsigned int key_len; member in struct:dcp_async_ctx
|
H A D | ixp4xx_crypto.c | 605 register_chain_var(struct crypto_tfm *tfm, u8 xpad, u32 target, int init_len, u32 ctx_addr, const u8 *key, int key_len) register_chain_var() argument 661 setup_auth(struct crypto_tfm *tfm, int encrypt, unsigned authsize, const u8 *key, int key_len, unsigned digest_len) setup_auth() argument 736 setup_cipher(struct crypto_tfm *tfm, int encrypt, const u8 *key, int key_len) setup_cipher() argument 830 ablk_setkey(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int key_len) ablk_setkey() argument 866 ablk_rfc3686_setkey(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int key_len) ablk_rfc3686_setkey() argument
|
H A D | mv_cesa.c | 113 int key_len; member in struct:mv_ctx
|
H A D | picoxcell_crypto.c | 169 u8 key_len; member in struct:spacc_ablk_ctx 232 spacc_cipher_write_ctx(struct spacc_generic_ctx *ctx, void __iomem *page_addr, const u8 *key, size_t key_len, const u8 *iv, size_t iv_len) spacc_cipher_write_ctx() argument
|
H A D | n2_core.c | 647 int key_len; member in struct:n2_cipher_context
|
/linux-4.4.14/net/ceph/ |
H A D | crypto.c | 159 static int ceph_aes_encrypt(const void *key, int key_len, ceph_aes_encrypt() argument 218 static int ceph_aes_encrypt2(const void *key, int key_len, void *dst, ceph_aes_encrypt2() argument 281 static int ceph_aes_decrypt(const void *key, int key_len, ceph_aes_decrypt() argument 345 static int ceph_aes_decrypt2(const void *key, int key_len, ceph_aes_decrypt2() argument
|
/linux-4.4.14/drivers/staging/wilc1000/ |
H A D | wilc_wfi_netdevice.h | 76 int key_len; member in struct:wilc_wfi_key 83 u8 key_len; member in struct:wilc_wfi_wep_key
|
H A D | host_interface.c | 76 u8 key_len; member in struct:host_if_wpa_attr 82 u8 key_len; member in struct:host_if_wep_attr
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | sta_ioctl.c | 1074 mwifiex_set_encode(struct mwifiex_private *priv, struct key_params *kp, const u8 *key, int key_len, u8 key_index, const u8 *mac_addr, int disable) mwifiex_set_encode() argument
|
H A D | ioctl.h | 246 u32 key_len; member in struct:mwifiex_ds_encrypt_key
|
H A D | fw.h | 826 __le16 key_len; member in struct:mwifiex_ie_type_key_param_set 838 __le16 key_len; member in struct:mwifiex_wep_param 844 __le16 key_len; member in struct:mwifiex_tkip_param 850 __le16 key_len; member in struct:mwifiex_aes_param 856 __le16 key_len; member in struct:mwifiex_wapi_param 862 __le16 key_len; member in struct:mwifiex_cmac_aes_param
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
H A D | wext.c | 30 orinoco_set_key(struct orinoco_private *priv, int index, enum orinoco_alg alg, const u8 *key, int key_len, const u8 *seq, int seq_len) orinoco_set_key() argument
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
H A D | rsi_91x_mgmt.c | 694 rsi_hal_load_key(struct rsi_common *common, u8 *data, u16 key_len, u8 key_type, u8 key_id, u32 cipher) rsi_hal_load_key() argument
|
/linux-4.4.14/block/ |
H A D | blk-cgroup.c | 792 int key_len, part, ret; __acquires() local
|
/linux-4.4.14/net/sctp/ |
H A D | auth.c | 73 static struct sctp_auth_bytes *sctp_auth_create_key(__u32 key_len, gfp_t gfp) sctp_auth_create_key() argument
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_btree.h | 126 size_t key_len; member in struct:xfs_btree_ops
|
/linux-4.4.14/include/net/irda/ |
H A D | irlan_common.h | 126 __u8 key_len; member in struct:irlan_client_cb
|
/linux-4.4.14/include/linux/ |
H A D | rhashtable.h | 118 size_t key_len; member in struct:rhashtable_params 147 unsigned int key_len; member in struct:rhashtable 221 unsigned int key_len = params.key_len; rht_key_hashfn() local 231 unsigned int key_len = ht->p.key_len; rht_key_hashfn() local
|
H A D | ccp.h | 154 u32 key_len; /* In bytes */ member in struct:ccp_aes_engine 211 u32 key_len; /* In bytes */ member in struct:ccp_xts_aes_engine
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
H A D | rtw_security.c | 37 static void arcfour_init(struct arc4context *parc4ctx, u8 *key, u32 key_len) arcfour_init() argument
|
/linux-4.4.14/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 60 static void arcfour_init(struct arc4context *parc4ctx, u8 *key, u32 key_len) arcfour_init() argument
|
H A D | ieee80211.h | 115 u16 key_len; member in struct:ieee_param::__anon10768::__anon10772
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
H A D | rtw_security.c | 32 static void arcfour_init(struct arc4context *parc4ctx, u8 *key, u32 key_len) arcfour_init() argument
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 1007 wmi_add_cipher_key(struct wil6210_priv *wil, u8 key_index, const void *mac_addr, int key_len, const void *key, int key_usage) wmi_add_cipher_key() argument
|
H A D | wmi.h | 264 u8 key_len; member in struct:wmi_add_cipher_key_cmd
|
/linux-4.4.14/drivers/crypto/amcc/ |
H A D | crypto4xx_sa.h | 152 u32 key_len:5; member in struct:sa_command_1::__anon3830
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | qat_algs.c | 499 static int qat_alg_validate_key(int key_len, int *alg, int mode) qat_alg_validate_key() argument
|
/linux-4.4.14/security/keys/encrypted-keys/ |
H A D | encrypted.c | 404 init_blkcipher_desc(struct blkcipher_desc *desc, const u8 *key, unsigned int key_len, const u8 *iv, unsigned int ivsize) init_blkcipher_desc() argument
|
/linux-4.4.14/security/keys/ |
H A D | trusted.c | 914 size_t key_len; trusted_instantiate() local
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
H A D | cfg.c | 1005 lbs_set_key_material(struct lbs_private *priv, int key_type, int key_info, const u8 *key, u16 key_len) lbs_set_key_material() argument
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.h | 279 unsigned int key_len[GELIC_WEP_KEYS]; member in struct:gelic_wl_info
|
/linux-4.4.14/drivers/net/wireless/ |
H A D | at76c50x-usb.c | 968 int key_len; at76_dump_mib_mac_wep() local
|
H A D | rndis_wlan.c | 1345 static int add_wep_key(struct usbnet *usbdev, const u8 *key, int key_len, add_wep_key() argument 1399 static int add_wpa_key(struct usbnet *usbdev, const u8 *key, int key_len, add_wpa_key() argument
|
H A D | atmel.c | 1854 int idx, key_len, alg = ext->alg, set_key = 1; atmel_set_encodeext() local
|
H A D | mwl8k.c | 4209 __le16 key_len; member in struct:mwl8k_cmd_set_key
|
H A D | airo.c | 1300 static void age_mic_context(miccntx *cur, miccntx *old, u8 *key, int key_len, age_mic_context() argument 6478 int idx, key_len, alg = ext->alg, set_key = 1, rc; airo_set_encodeext() local
|
/linux-4.4.14/net/core/ |
H A D | neighbour.c | 424 int key_len = tbl->key_len; neigh_lookup_nodev() local 455 int key_len = tbl->key_len; __neigh_create() local 539 static u32 pneigh_hash(const void *pkey, int key_len) pneigh_hash() argument 568 int key_len = tbl->key_len; __pneigh_lookup() local 581 int key_len = tbl->key_len; pneigh_lookup() local 626 int key_len = tbl->key_len; pneigh_delete() local 549 __pneigh_lookup_1(struct pneigh_entry *n, struct net *net, const void *pkey, int key_len, struct net_device *dev) __pneigh_lookup_1() argument
|
/linux-4.4.14/include/net/ |
H A D | neighbour.h | 193 int key_len; member in struct:neigh_table
|
H A D | cfg80211.h | 384 int key_len; member in struct:key_params 1715 u8 key_len, key_idx; member in struct:cfg80211_auth_request 1906 u8 key_len, key_idx; member in struct:cfg80211_connect_params
|
/linux-4.4.14/net/ipv4/ |
H A D | cipso_ipv4.c | 79 size_t key_len; member in struct:cipso_v4_map_cache_entry 233 static u32 cipso_v4_map_cache_hash(const unsigned char *key, u32 key_len) cipso_v4_map_cache_hash() argument 318 cipso_v4_cache_check(const unsigned char *key, u32 key_len, struct netlbl_lsm_secattr *secattr) cipso_v4_cache_check() argument
|
/linux-4.4.14/net/openvswitch/ |
H A D | flow_netlink.c | 2011 size_t key_len; validate_set() local 2460 size_t key_len = nla_len(ovs_key) / 2; masked_set_action_to_set_action_attr() local
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
H A D | ioctl_cfg80211.c | 475 int key_len; rtw_cfg80211_ap_set_encryption() local 720 int key_len; rtw_cfg80211_set_encryption() local
|
/linux-4.4.14/drivers/net/wireless/p54/ |
H A D | lmac.h | 255 u8 key_len; member in struct:p54_tx_data 445 u8 key_len; member in struct:p54_keycache
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
H A D | hostap_common.h | 379 u16 key_len; member in struct:prism2_hostapd_param::__anon8335::__anon8338
|
/linux-4.4.14/fs/ceph/ |
H A D | mds_client.c | 910 size_t const key_len = strlen(metadata[i][0]); create_session_open_msg() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 2298 ath6kl_wmi_addkey_cmd(struct wmi *wmi, u8 if_idx, u8 key_index, enum crypto_type key_type, u8 key_usage, u8 key_len, u8 *key_rsc, unsigned int key_rsc_len, u8 *key_material, u8 key_op_ctrl, u8 *mac_addr, enum wmi_sync_flag sync_flag) ath6kl_wmi_addkey_cmd() argument
|
H A D | core.h | 375 u8 key_len; member in struct:ath6kl_wep_key 383 u8 key_len; member in struct:ath6kl_key 550 u8 key_len; member in struct:ath6kl_req_key
|
H A D | wmi.h | 787 u8 key_len; member in struct:wmi_add_cipher_key_cmd
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | main.c | 967 do_key_write(struct b43_wldev *dev, u8 index, u8 algorithm, const u8 *key, size_t key_len, const u8 *mac_addr) do_key_write() argument 1004 b43_key_write(struct b43_wldev *dev, int index, u8 algorithm, const u8 *key, size_t key_len, const u8 *mac_addr, struct ieee80211_key_conf *keyconf) b43_key_write() argument
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_receiver.c | 4902 unsigned int key_len; drbd_do_auth() local
|
/linux-4.4.14/include/uapi/linux/ |
H A D | wireless.h | 839 __u16 key_len; member in struct:iw_encode_ext
|
/linux-4.4.14/fs/ubifs/ |
H A D | ubifs.h | 1321 int key_len; member in struct:ubifs_info
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
H A D | ieee80211.h | 238 u16 key_len; member in struct:ieee_param::__anon10684::__anon10688
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
H A D | rocker.c | 121 size_t key_len; member in struct:rocker_flow_tbl_entry 2415 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); rocker_flow_tbl_find() local 2432 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); rocker_flow_tbl_add() local 2469 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); rocker_flow_tbl_del() local
|
/linux-4.4.14/include/net/bluetooth/ |
H A D | hci.h | 717 __u8 key_len; member in struct:hci_cp_create_phy_link 725 __u8 key_len; member in struct:hci_cp_accept_phy_link
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
H A D | wifi.h | 1617 u8 key_len[KEY_BUF_SIZE]; member in struct:rtl_security
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.h | 4381 __le32 key_len; member in struct:wmi_vdev_install_key_cmd 4395 u32 key_len; member in struct:wmi_vdev_install_key_arg
|