Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 91) sorted by relevance

1234

/arch/sparc/include/asm/
Djump_label.h10 static __always_inline bool arch_static_branch(struct static_key *key) in arch_static_branch()
32 jump_label_t key; member
/arch/arm64/include/asm/
Djump_label.h28 static __always_inline bool arch_static_branch(struct static_key *key) in arch_static_branch()
49 jump_label_t key; member
/arch/arm/include/asm/
Djump_label.h16 static __always_inline bool arch_static_branch(struct static_key *key) in arch_static_branch()
37 jump_label_t key; member
/arch/x86/include/asm/
Djump_label.h19 static __always_inline bool arch_static_branch(struct static_key *key) in arch_static_branch()
44 jump_label_t key; member
/arch/s390/include/asm/
Djump_label.h16 static __always_inline bool arch_static_branch(struct static_key *key) in arch_static_branch()
34 jump_label_t key; member
/arch/powerpc/include/asm/
Djump_label.h21 static __always_inline bool arch_static_branch(struct static_key *key) in arch_static_branch()
43 jump_label_t key; member
/arch/mips/include/asm/
Djump_label.h29 static __always_inline bool arch_static_branch(struct static_key *key) in arch_static_branch()
53 jump_label_t key; member
/arch/powerpc/boot/
Dplanetcore.c41 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key()
55 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal()
65 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex()
/arch/arm64/crypto/
Dghash-ce-glue.c56 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() local
88 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() local
106 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey() local
/arch/s390/crypto/
Dghash_s390.c19 u8 key[GHASH_BLOCK_SIZE]; member
24 u8 key[GHASH_BLOCK_SIZE]; member
41 const u8 *key, unsigned int keylen) in ghash_setkey()
Ddes_s390.c32 u8 key[DES3_KEY_SIZE]; member
35 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, in des_setkey()
86 u8 *key, struct blkcipher_walk *walk) in ecb_desall_crypt()
116 u8 key[DES3_KEY_SIZE]; in cbc_desall_crypt() member
239 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_setkey()
Daes_s390.c40 u8 key[AES_MAX_KEY_SIZE]; member
51 u8 key[32]; member
59 u8 key[32]; member
232 static int setkey_fallback_blk(struct crypto_tfm *tfm, const u8 *key, in setkey_fallback_blk()
452 u8 key[AES_MAX_KEY_SIZE]; in cbc_aes_crypt() member
531 static int xts_fallback_setkey(struct crypto_tfm *tfm, const u8 *key, in xts_fallback_setkey()
627 u8 key[32]; in xts_aes_crypt() member
/arch/mips/kernel/
Dsysrq.c58 static void sysrq_handle_tlbdump(int key) in sysrq_handle_tlbdump()
/arch/x86/crypto/
Dcamellia_glue.c998 static void camellia_setup128(const unsigned char *key, u64 *subkey) in camellia_setup128()
1104 static void camellia_setup256(const unsigned char *key, u64 *subkey) in camellia_setup256()
1237 static void camellia_setup192(const unsigned char *key, u64 *subkey) in camellia_setup192()
1249 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()
1440 int lrw_camellia_setkey(struct crypto_tfm *tfm, const u8 *key, in lrw_camellia_setkey()
1499 int xts_camellia_setkey(struct crypto_tfm *tfm, const u8 *key, in xts_camellia_setkey()
Dcrc32-pclmul_glue.c84 u32 *key = crypto_tfm_ctx(tfm); in crc32_pclmul_cra_init() local
91 static int crc32_pclmul_setkey(struct crypto_shash *hash, const u8 *key, in crc32_pclmul_setkey()
Dsalsa20_glue.c40 static int setkey(struct crypto_tfm *tfm, const u8 *key, in setkey()
/arch/sparc/crypto/
Dcamellia_glue.c92 const u64 *key; in __ecb_crypt() local
155 const u64 *key; in cbc_encrypt() local
194 const u64 *key; in cbc_decrypt() local
Dcrc32c_glue.c30 static int crc32c_sparc64_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_sparc64_setkey()
113 u32 *key = crypto_tfm_ctx(tfm); in crc32c_sparc64_cra_init() local
/arch/arm/crypto/
Daes-ce-core.S18 .macro enc_round, state, key
23 .macro dec_round, state, key
/arch/xtensa/include/uapi/asm/
Dipcbuf.h26 __kernel_key_t key; member
/arch/x86/boot/
Dvideo.c100 int key; in get_entry() local
200 int key; in mode_menu() local
/arch/powerpc/include/uapi/asm/
Dipcbuf.h22 __kernel_key_t key; member
/arch/sparc/include/uapi/asm/
Dipcbuf.h17 __kernel_key_t key; member
/arch/s390/include/uapi/asm/
Dipcbuf.h16 __kernel_key_t key; member
/arch/parisc/include/uapi/asm/
Dipcbuf.h13 key_t key; member

1234