Home
last modified time | relevance | path

Searched refs:key_len (Results 701 - 725 of 1106) sorted by relevance

1...<<21222324252627282930>>...45

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvirtio_crypto.h173 __le32 key_len; member
/kernel/linux/linux-5.10/fs/fscache/
H A Dobject-list.c273 keylen = cookie->key_len; in fscache_objlist_show()
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H A Dks_wlan.h322 u16 key_len; /* WEP: 5 or 13, TKIP: 32, CCMP: 16 */ member
/kernel/linux/linux-5.10/include/linux/
H A Dfscache.h161 u8 key_len; /* Length of index key */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.h51 u32 key_len; member
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dattributes.c69 /* 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 Dfscache.h137 u8 key_len; /* Length of index key */ member
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H A Dks_wlan.h322 u16 key_len; /* WEP: 5 or 13, TKIP: 32, CCMP: 16 */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvirtio_crypto.h173 __le32 key_len; member
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_common.h380 u16 key_len; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h245 u32 key_len; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dcam.c16 memset(rtlpriv->sec.key_len, 0, KEY_BUF_SIZE); in rtl_cam_reset_sec_info()
/kernel/linux/linux-6.6/net/handshake/
H A Drequest.c44 .key_len = sizeof_field(struct handshake_req, hr_sk),
/third_party/node/src/crypto/
H A Dcrypto_cipher.h49 int key_len,
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_local.h48 int key_len; /* May change for variable length cipher */ member
/third_party/openssl/crypto/evp/
H A Devp_local.h48 int key_len; /* May change for variable length cipher */ member
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher.rs37 (*ptr).key_len in EVP_CIPHER_key_length()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dpreauth_test.c130 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 Dpreauth_test.c136 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 Dena_com.c2306 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 Dieee80211_softmac.c2809 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 Dena_com.c2379 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 Dieee80211_softmac.c2819 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 Dipsec.c82 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 Dcast5_generic.c479 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()

Completed in 55 milliseconds

1...<<21222324252627282930>>...45