/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | virtio_crypto.h | 173 __le32 key_len; member
|
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | object-list.c | 273 keylen = cookie->key_len; in fscache_objlist_show()
|
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
H A D | ks_wlan.h | 322 u16 key_len; /* WEP: 5 or 13, TKIP: 32, CCMP: 16 */ member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscache.h | 161 u8 key_len; /* Length of index key */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec.h | 51 u32 key_len; member
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | attributes.c | 69 /* The length of the key, as stored in key_len field, does not include in hfsplus_attr_build_key() 70 * the size of the key_len field itself. in hfsplus_attr_build_key() 72 * it takes into consideration key_len field (__be16) of in hfsplus_attr_build_key() 76 key->key_len = in hfsplus_attr_build_key()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscache.h | 137 u8 key_len; /* Length of index key */ member
|
/kernel/linux/linux-6.6/drivers/staging/ks7010/ |
H A D | ks_wlan.h | 322 u16 key_len; /* WEP: 5 or 13, TKIP: 32, CCMP: 16 */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | virtio_crypto.h | 173 __le32 key_len; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_common.h | 380 u16 key_len; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | ioctl.h | 245 u32 key_len; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | cam.c | 16 memset(rtlpriv->sec.key_len, 0, KEY_BUF_SIZE); in rtl_cam_reset_sec_info()
|
/kernel/linux/linux-6.6/net/handshake/ |
H A D | request.c | 44 .key_len = sizeof_field(struct handshake_req, hr_sk),
|
/third_party/node/src/crypto/ |
H A D | crypto_cipher.h | 49 int key_len,
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_local.h | 48 int key_len; /* May change for variable length cipher */ member
|
/third_party/openssl/crypto/evp/ |
H A D | evp_local.h | 48 int key_len; /* May change for variable length cipher */ member
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | cipher.rs | 37 (*ptr).key_len in EVP_CIPHER_key_length()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | preauth_test.c | 130 const u8 *key, size_t key_len) in wpa_supplicant_set_key() 127 wpa_supplicant_set_key(void *wpa_s, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_supplicant_set_key() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | preauth_test.c | 136 const u8 *key, size_t key_len, in wpa_supplicant_set_key() 133 wpa_supplicant_set_key(void *wpa_s, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len, enum key_flag key_flag) wpa_supplicant_set_key() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.c | 2306 const u8 *key, u16 key_len, u32 init_val) in ena_com_fill_hash_function() 2317 if (unlikely(key_len & 0x3)) in ena_com_fill_hash_function() 2335 if (key_len != sizeof(hash_key->key)) { in ena_com_fill_hash_function() 2337 key_len, sizeof(hash_key->key)); in ena_com_fill_hash_function() 2340 memcpy(hash_key->key, key, key_len); in ena_com_fill_hash_function() 2342 hash_key->key_parts = key_len / sizeof(hash_key->key[0]); in ena_com_fill_hash_function() 2304 ena_com_fill_hash_function(struct ena_com_dev *ena_dev, enum ena_admin_hash_functions func, const u8 *key, u16 key_len, u32 init_val) ena_com_fill_hash_function() argument
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 2809 param->u.crypt.key_len) { in ieee80211_wpa_set_encryption() 2811 param->u.crypt.key_len); in ieee80211_wpa_set_encryption() 2885 if (param->u.crypt.key_len > 0 && (*crypt)->ops->set_key && in ieee80211_wpa_set_encryption() 2887 param->u.crypt.key_len, param->u.crypt.seq, in ieee80211_wpa_set_encryption() 2905 param->u.crypt.key_len); in ieee80211_wpa_set_encryption() 2906 sec.key_sizes[param->u.crypt.idx] = param->u.crypt.key_len; in ieee80211_wpa_set_encryption()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.c | 2379 const u8 *key, u16 key_len, u32 init_val) in ena_com_fill_hash_function() 2390 if (unlikely(key_len & 0x3)) in ena_com_fill_hash_function() 2407 if (key_len != sizeof(hash_key->key)) { in ena_com_fill_hash_function() 2410 key_len, sizeof(hash_key->key)); in ena_com_fill_hash_function() 2413 memcpy(hash_key->key, key, key_len); in ena_com_fill_hash_function() 2414 hash_key->key_parts = key_len / sizeof(hash_key->key[0]); in ena_com_fill_hash_function() 2377 ena_com_fill_hash_function(struct ena_com_dev *ena_dev, enum ena_admin_hash_functions func, const u8 *key, u16 key_len, u32 init_val) ena_com_fill_hash_function() argument
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 2819 param->u.crypt.key_len) { in ieee80211_wpa_set_encryption() 2821 param->u.crypt.key_len); in ieee80211_wpa_set_encryption() 2895 if (param->u.crypt.key_len > 0 && (*crypt)->ops->set_key && in ieee80211_wpa_set_encryption() 2897 param->u.crypt.key_len, param->u.crypt.seq, in ieee80211_wpa_set_encryption() 2915 param->u.crypt.key_len); in ieee80211_wpa_set_encryption() 2916 sec.key_sizes[param->u.crypt.idx] = param->u.crypt.key_len; in ieee80211_wpa_set_encryption()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ipsec.c | 82 int key_len; member 544 /* unsigned key_len; */ 807 size_t buf_len, unsigned int *key_len) in xfrm_fill_key() 813 *key_len = xfrm_key_entries[i].key_len; in xfrm_fill_key() 816 if (*key_len > buf_len) { in xfrm_fill_key() 821 randomize_buffer(buf, *key_len); in xfrm_fill_key() 806 xfrm_fill_key(char *name, char *buf, size_t buf_len, unsigned int *key_len) xfrm_fill_key() argument
|
/kernel/linux/linux-5.10/crypto/ |
H A D | cast5_generic.c | 479 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in cast5_setkey() argument 488 c->rr = key_len <= 10 ? 1 : 0; in cast5_setkey() 491 memcpy(p_key, key, key_len); in cast5_setkey()
|