/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | cast6_avx_glue.c | 172 static int xts_cast6_setkey(struct crypto_skcipher *tfm, const u8 *key, in xts_cast6_setkey() argument 35 cast6_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) cast6_setkey_skcipher() argument
|
H A D | chacha_glue.c | 136 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() argument
|
H A D | crc32-pclmul_glue.c | 85 u32 *key = crypto_tfm_ctx(tfm); in crc32_pclmul_cra_init() local 92 static int crc32_pclmul_setkey(struct crypto_shash *hash, const u8 *key, in crc32_pclmul_setkey() argument
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | runtime_instr.h | 29 __u32 key : 4; member
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | video.c | 102 int key; in get_entry() local 202 int key; mode_menu() local [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | keyslot-manager.c | 42 const struct blk_crypto_key *key; member 131 blk_ksm_hash_bucket_for_key(struct blk_keyslot_manager *ksm, const struct blk_crypto_key *key) blk_ksm_hash_bucket_for_key() argument 147 blk_ksm_find_keyslot( struct blk_keyslot_manager *ksm, const struct blk_crypto_key *key) blk_ksm_find_keyslot() argument 161 blk_ksm_find_and_grab_keyslot( struct blk_keyslot_manager *ksm, const struct blk_crypto_key *key) blk_ksm_find_and_grab_keyslot() argument 199 blk_ksm_get_slot_for_key(struct blk_keyslot_manager *ksm, const struct blk_crypto_key *key, struct blk_ksm_keyslot **slot_ptr) blk_ksm_get_slot_for_key() argument 313 blk_ksm_evict_key(struct blk_keyslot_manager *ksm, const struct blk_crypto_key *key) blk_ksm_evict_key() argument 365 const struct blk_crypto_key *key = ksm->slots[slot].key; blk_ksm_reprogram_all_keys() local [all...] |
/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
|
H A D | cast6_generic.c | 93 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...] |
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | keyhelp.c | 52 u_short *p_key, key; in build_key_data() local 100 static void say_key(int key) in say_key() argument 132 int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key) in spk_handle_help() argument [all...] |
/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | compat_ioctl.h | 71 compat_int_t key; /* tag of allocation */ member 81 compat_int_t key; /* tag of allocation */ member 86 compat_int_t key; /* tag of allocation */ member
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-xts.c | 75 static int ccp_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, in ccp_aes_xts_setkey() argument [all...] |
H A D | ccp-crypto-aes-galois.c | 29 static int ccp_aes_gcm_setkey(struct crypto_aead *tfm, const u8 *key, in ccp_aes_gcm_setkey() argument
|
H A D | ccp-crypto-des3.c | 36 static int ccp_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, in ccp_des3_setkey() argument
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | apple-properties.c | 59 char *key; in unmarshal_key_value_pairs() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.h | 21 u32 key[4]; member 37 u32 key[4]; member 64 u32 key[5]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 68 static inline unsigned int arp_hash(u32 key, int ifindex, in arp_hash() argument
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-gcm-glue.c | 38 struct sm4_ctx key; member 43 static int gcm_setkey(struct crypto_aead *tfm, const u8 *key, in gcm_setkey() argument
|
H A D | polyval-ce-glue.c | 72 polyval_arm64_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) polyval_arm64_setkey() argument
|
H A D | sm4-ce-ccm-glue.c | 30 static int ccm_setkey(struct crypto_aead *tfm, const u8 *key, in ccm_setkey() argument
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | chacha-p10-glue.c | 60 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() argument
|
H A D | crc32c-vpmsum_glue.c | 59 u32 *key = crypto_tfm_ctx(tfm); in crc32c_vpmsum_cra_init() local 71 static int crc32c_vpmsum_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_vpmsum_setkey() argument
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | chacha-glue.c | 79 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 22 static bool assert_storage(struct bpf_map *map, const void *key, in assert_storage() argument 40 static bool assert_storage_noexist(struct bpf_map *map, const void *key) in assert_storage_noexist() argument 92 struct bpf_cgroup_storage_key key; in test_egress_only() local 166 struct bpf_cgroup_storage_key key; test_isolated() local 291 __u64 key; test_shared() local [all...] |
H A D | l4lb_all.c | 8 struct vip key = {.protocol = 6}; in test_l4lb() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter.h | 101 void *key; member 115 void *key; member
|