Home
last modified time | relevance | path

Searched defs:key (Results 2026 - 2050 of 7521) sorted by relevance

1...<<81828384858687888990>>...301

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.h21 u32 key[4]; member
37 u32 key[4]; member
64 u32 key[5]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.h54 char key[2 * AES_MAX_KEY_SIZE]; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Drestrack.c20 struct mlx5_rsc_key key = {}; in dump_rsc() local
60 fill_res_raw(struct sk_buff *msg, struct mlx5_ib_dev *dev, enum mlx5_sgmt_type type, u32 key) fill_res_raw() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c18 struct mod_hdr_key key; member
27 static u32 hash_mod_hdr_info(struct mod_hdr_key *key) in hash_mod_hdr_info() argument
79 struct mod_hdr_key key; in mlx5e_mod_hdr_attach() local
54 mod_hdr_get(struct mod_hdr_tbl *tbl, struct mod_hdr_key *key, u32 hash_key) mod_hdr_get() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dratelimiter.c13 static hsiphash_key_t key; variable
H A Dcookie.c32 static void precompute_key(u8 key[NOISE_SYMMETRIC_KEY_LEN], in precompute_key() argument
75 compute_mac1(u8 mac1[COOKIE_LEN], const void *message, size_t len, const u8 key[NOISE_SYMMETRIC_KEY_LEN]) compute_mac1() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.h73 struct ip_tunnel_key key; /* 52 bytes */ member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-key.c121 iwl_mvm_mld_update_sta_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, void *_data) iwl_mvm_mld_update_sta_key() argument
350 iwl_mvm_sec_key_remove_ap_iter(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, void *data) iwl_mvm_sec_key_remove_ap_iter() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Dkey.c33 fill_wep_pair(struct wfx_hif_wep_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) fill_wep_pair() argument
43 fill_wep_group(struct wfx_hif_wep_group_key *msg, struct ieee80211_key_conf *key) fill_wep_group() argument
53 fill_tkip_pair(struct wfx_hif_tkip_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) fill_tkip_pair() argument
69 fill_tkip_group(struct wfx_hif_tkip_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq, enum nl80211_iftype iftype) fill_tkip_group() argument
90 fill_ccmp_pair(struct wfx_hif_aes_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) fill_ccmp_pair() argument
99 fill_ccmp_group(struct wfx_hif_aes_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) fill_ccmp_group() argument
110 fill_sms4_pair(struct wfx_hif_wapi_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) fill_sms4_pair() argument
125 fill_sms4_group(struct wfx_hif_wapi_group_key *msg, struct ieee80211_key_conf *key) fill_sms4_group() argument
139 fill_aes_cmac_group(struct wfx_hif_igtk_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) fill_aes_cmac_group() argument
150 wfx_add_key(struct wfx_vif *wvif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) wfx_add_key() argument
207 wfx_remove_key(struct wfx_vif *wvif, struct ieee80211_key_conf *key) wfx_remove_key() argument
214 wfx_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) wfx_set_key() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dhash.c293 u8 *key = vif->hash.key; in xenvif_set_hash_key() local
/kernel/linux/linux-6.6/crypto/
H A Daria_generic.c30 const __be32 *key = (const __be32 *)in_key; in aria_set_encrypt_key() local
195 __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in, u32 key[][ARIA_RD_KEY_WORDS]) __aria_crypt() argument
[all...]
H A Dseed.c332 const __be32 *key = (const __be32 *)in_key; in seed_set_key() local
H A Dkhazad.c760 const __be32 *key = (const __be32 *)in_key; in khazad_setkey() local
H A Dcast5_generic.c475 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in cast5_setkey() argument
H A Dcast6_generic.c93 static inline void W(u32 *key, unsigned int i) in W() argument
109 u32 key[8]; __cast6_setkey() local
146 cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) cast6_setkey() argument
[all...]
H A Daegis128-neon-inner.c135 void crypto_aegis128_init_neon(void *state, const void *key, const void *iv) in crypto_aegis128_init_neon() argument
H A Dsig.c133 crypto_sig_set_pubkey(struct crypto_sig *tfm, const void *key, unsigned int keylen) crypto_sig_set_pubkey() argument
142 crypto_sig_set_privkey(struct crypto_sig *tfm, const void *key, unsigned int keylen) crypto_sig_set_privkey() argument
H A Dtwofish_common.c569 __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, unsigned int key_len) __twofish_setkey() argument
686 twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) twofish_setkey() argument
[all...]
H A Dtea.c46 const __le32 *key = (const __le32 *)in_key; in tea_setkey() local
119 const __le32 *key = (const __le32 *)in_key; in xtea_setkey() local
[all...]
H A Danubis.c466 const __be32 *key = (const __be32 *)in_key; in anubis_setkey() local
H A Dalgif_skcipher.c289 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey() argument
/kernel/linux/linux-6.6/certs/
H A Dsystem_keyring.c167 key_ref_t key; add_to_secondary_keyring() local
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-crypto-internal.h233 blk_crypto_fallback_evict_key(const struct blk_crypto_key *key) in blk_crypto_fallback_evict_key() argument
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dpublic_key.c33 struct public_key *key = asymmetric_key->payload.data[asym_crypto]; in public_key_describe() local
42 public_key_free(struct public_key *key) public_key_free() argument
164 u8 *key, *ptr; software_key_query() local
280 char *key, *ptr; software_key_eds_op() local
384 char *key, *ptr; public_key_verify_signature() local
453 public_key_verify_signature_2(const struct key *key, const struct public_key_signature *sig) public_key_verify_signature_2() argument
[all...]
H A Drestrict.c76 struct key *ke in restrict_link_by_signature() local
208 struct key *key = NULL; key_or_keyring_common() local
[all...]

Completed in 14 milliseconds

1...<<81828384858687888990>>...301