Home
last modified time | relevance | path

Searched defs:key (Results 2426 - 2450 of 9146) sorted by relevance

1...<<919293949596979899100>>...366

/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dchacha-glue.c78 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() argument
/kernel/linux/linux-5.10/crypto/
H A Dakcipher.c123 akcipher_default_set_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) akcipher_default_set_key() argument
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 Dseed.c332 const __be32 *key = (const __be32 *)in_key; in seed_set_key() local
H A Dsalsa20_generic.c111 static int salsa20_setkey(struct crypto_skcipher *tfm, const u8 *key, in salsa20_setkey() argument
[all...]
H A Dcast5_generic.c479 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...]
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Dcrc32c-vpmsum_glue.c59 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-5.10/arch/sparc/crypto/
H A Dcamellia_glue.c94 const u64 *key; in __ecb_crypt() local
144 const u64 *key; in cbc_encrypt() local
173 const u64 *key; cbc_decrypt() local
[all...]
H A Dcrc32c_glue.c31 static int crc32c_sparc64_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_sparc64_setkey() argument
112 u32 *key = crypto_tfm_ctx(tfm); in crc32c_sparc64_cra_init() local
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcast5_avx_glue.c29 static int cast5_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, in cast5_setkey_skcipher() argument
H A Dcamellia_aesni_avx_glue.c144 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey() argument
175 int xts_camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in xts_camellia_setkey() argument
H A Dtwofish_avx_glue.c63 static int xts_twofish_setkey(struct crypto_skcipher *tfm, const u8 *key, in xts_twofish_setkey() argument
37 twofish_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) twofish_setkey_skcipher() argument
H A Dtwofish_glue_3way.c22 twofish_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) twofish_setkey_skcipher() argument
H A Dserpent_avx_glue.c79 int xts_serpent_setkey(struct crypto_skcipher *tfm, const u8 *key, in xts_serpent_setkey() argument
73 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) serpent_setkey_skcipher() argument
H A Dcrc32c-intel_glue.c83 static int crc32c_intel_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_intel_setkey() argument
143 u32 *key = crypto_tfm_ctx(tfm); in crc32c_intel_cra_init() local
H A Dcast6_avx_glue.c172 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 Dchacha_glue.c136 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch() argument
H A Dcrc32-pclmul_glue.c85 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/crypto/
H A Dcrc32-vx.c27 u32 key; member
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Druntime_instr.h29 __u32 key : 4; member
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dvideo.c102 int key; in get_entry() local
202 int key; mode_menu() local
[all...]
/kernel/linux/linux-5.10/block/
H A Dkeyslot-manager.c42 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/drivers/accessibility/speakup/
H A Dkeyhelp.c52 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 Dcompat_ioctl.h71 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

Completed in 14 milliseconds

1...<<919293949596979899100>>...366