| /arch/sparc/include/asm/ |
| D | jump_label.h | 10 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 26 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 47 jump_label_t key; member
|
| /arch/arm/include/asm/ |
| D | jump_label.h | 11 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 25 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 44 jump_label_t key; member
|
| /arch/arm64/include/asm/ |
| D | jump_label.h | 29 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 43 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 62 jump_label_t key; member
|
| /arch/tile/include/asm/ |
| D | jump_label.h | 22 static __always_inline bool arch_static_branch(struct static_key *key, in arch_static_branch() 36 static __always_inline bool arch_static_branch_jump(struct static_key *key, in arch_static_branch_jump() 55 jump_label_t key; member
|
| /arch/s390/include/asm/ |
| D | jump_label.h | 16 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 30 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 49 jump_label_t key; member
|
| /arch/x86/include/asm/ |
| D | jump_label.h | 33 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 48 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 73 jump_label_t key; member
|
| /arch/powerpc/include/asm/ |
| D | jump_label.h | 22 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 36 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 59 jump_label_t key; member
|
| /arch/mips/include/asm/ |
| D | jump_label.h | 29 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 43 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 66 jump_label_t key; member
|
| /arch/powerpc/boot/ |
| D | planetcore.c | 41 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/ |
| D | ghash-ce-glue.c | 56 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/ |
| D | ghash_s390.c | 19 u8 key[GHASH_BLOCK_SIZE]; member 24 u8 key[GHASH_BLOCK_SIZE]; member 41 const u8 *key, unsigned int keylen) in ghash_setkey()
|
| D | aes_s390.c | 41 u8 key[AES_MAX_KEY_SIZE]; member 51 u8 key[32]; member 168 static int setkey_fallback_blk(struct crypto_tfm *tfm, const u8 *key, in setkey_fallback_blk() 368 u8 key[AES_MAX_KEY_SIZE]; in cbc_aes_crypt() member 437 static int xts_fallback_setkey(struct crypto_tfm *tfm, const u8 *key, in xts_fallback_setkey() 535 u8 key[32]; in xts_aes_crypt() member 542 u8 key[32]; in xts_aes_crypt() member
|
| /arch/x86/include/uapi/asm/ |
| D | mman.h | 24 #define arch_calc_vm_prot_bits(prot, key) ( \ argument
|
| /arch/mips/kernel/ |
| D | sysrq.c | 46 static void sysrq_handle_tlbdump(int key) in sysrq_handle_tlbdump()
|
| /arch/arm/crypto/ |
| D | ghash-ce-glue.c | 63 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() local 95 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() local 112 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey() local 244 static int ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key, in ghash_async_setkey()
|
| D | aes-ce-core.S | 18 .macro enc_round, state, key 23 .macro dec_round, state, key
|
| /arch/x86/crypto/ |
| D | camellia_glue.c | 998 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()
|
| D | crc32-pclmul_glue.c | 84 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()
|
| /arch/powerpc/crypto/ |
| D | crc32c-vpmsum_glue.c | 56 u32 *key = crypto_tfm_ctx(tfm); in crc32c_vpmsum_cra_init() local 68 static int crc32c_vpmsum_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_vpmsum_setkey()
|
| /arch/sparc/crypto/ |
| D | camellia_glue.c | 92 const u64 *key; in __ecb_crypt() local 155 const u64 *key; in cbc_encrypt() local 194 const u64 *key; in cbc_decrypt() local
|
| D | crc32c_glue.c | 30 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/xtensa/include/uapi/asm/ |
| D | ipcbuf.h | 26 __kernel_key_t key; member
|
| /arch/powerpc/include/uapi/asm/ |
| D | ipcbuf.h | 22 __kernel_key_t key; member
|
| /arch/x86/boot/ |
| D | video.c | 104 int key; in get_entry() local 204 int key; in mode_menu() local
|
| /arch/s390/include/uapi/asm/ |
| D | ipcbuf.h | 16 __kernel_key_t key; member
|