Searched defs:key (Results 476 - 500 of 2070) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/lib/bpf/
H A Dstrset.c22 static size_t strset_hash_fn(long key, void *ctx) argument
/linux-master/tools/perf/util/
H A Dhashmap.c154 int hashmap_insert(struct hashmap *map, long key, long value, argument
130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) argument
206 hashmap_find(const struct hashmap *map, long key, long *value) argument
220 hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value) argument
[all...]
/linux-master/include/linux/
H A Dstatic_call.h176 s32 key; member in struct:static_call_tramp_key
254 void __static_call_update(struct static_call_key *key, void *tramp, void *func) argument
331 void __static_call_update(struct static_call_key *key, void *tramp, void *func) argument
/linux-master/crypto/
H A Danubis.c466 const __be32 *key = (const __be32 *)in_key; local
H A Dtwofish_common.c569 __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, unsigned int key_len) argument
686 twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
[all...]
H A Dtea.c46 const __le32 *key = (const __le32 *)in_key; local
119 const __le32 *key = (const __le32 *)in_key; local
[all...]
H A Dkhazad.c760 const __be32 *key = (const __be32 *)in_key; local
H A Dseed.c332 const __be32 *key = (const __be32 *)in_key; local
H A Dcast5_generic.c475 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
H A Dcast6_generic.c93 static inline void W(u32 *key, unsigned int i) argument
109 u32 key[8]; local
146 cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
[all...]
H A Daria_generic.c30 const __be32 *key = (const __be32 *)in_key; local
195 __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in, u32 key[][ARIA_RD_KEY_WORDS]) argument
[all...]
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes-galois.c29 static int ccp_aes_gcm_setkey(struct crypto_aead *tfm, const u8 *key, argument
H A Dccp-crypto-aes-xts.c75 static int ccp_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
[all...]
H A Dccp-crypto-des3.c37 static int ccp_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, argument
/linux-master/include/uapi/linux/
H A Dpr.h34 __u64 key; member in struct:pr_reservation
54 __u64 key; member in struct:pr_clear
/linux-master/fs/afs/
H A Dsecurity.c25 struct key *key; local
53 struct key *key; local
143 afs_cache_permit(struct afs_vnode *vnode, struct key *key, unsigned int cb_break, struct afs_status_cb *scb) argument
303 afs_check_permit_rcu(struct afs_vnode *vnode, struct key *key, afs_access_t *_access) argument
342 afs_check_permit(struct afs_vnode *vnode, struct key *key, afs_access_t *_access) argument
403 struct key *key; local
[all...]
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c38 struct sm4_ctx key; member in struct:sm4_gcm_ctx
43 static int gcm_setkey(struct crypto_aead *tfm, const u8 *key, argument
H A Dsm4-ce-ccm-glue.c30 static int ccm_setkey(struct crypto_aead *tfm, const u8 *key, argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c18 struct mod_hdr_key key; member in struct:mlx5e_mod_hdr_handle
27 static u32 hash_mod_hdr_info(struct mod_hdr_key *key) argument
79 struct mod_hdr_key key; local
54 mod_hdr_get(struct mod_hdr_tbl *tbl, struct mod_hdr_key *key, u32 hash_key) argument
[all...]
/linux-master/arch/x86/crypto/
H A Daria_aesni_avx2_glue.c82 static int aria_avx2_set_key(struct crypto_skcipher *tfm, const u8 *key, argument
H A Daria_aesni_avx_glue.c80 static int aria_avx_set_key(struct crypto_skcipher *tfm, const u8 *key, argument
/linux-master/security/keys/
H A Ddh.c20 struct key *key; local
[all...]
/linux-master/net/mptcp/
H A Dtoken.c85 static void mptcp_crypto_key_gen_sha(u64 *key, u32 *token, u64 *idsn) argument
/linux-master/samples/bpf/
H A Dxdp_adjust_tail_user.c56 int key = 0; local
93 __u32 key = 0; local
H A Dtest_map_in_map_user.c35 static void check_map_id(int inner_map_fd, int map_in_map_fd, uint32_t key) argument

Completed in 194 milliseconds

<<11121314151617181920>>