| /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/sparc/include/asm/ |
| D | jump_label.h | 11 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 27 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 48 jump_label_t key; member
|
| /arch/arm/include/asm/ |
| D | jump_label.h | 12 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() 45 jump_label_t key; member
|
| /arch/s390/include/asm/ |
| D | jump_label.h | 17 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 31 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 50 jump_label_t key; member
|
| /arch/x86/include/asm/ |
| D | jump_label.h | 34 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 49 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 74 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/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()
|
| /arch/arm/crypto/ |
| D | crc32-ce-glue.c | 40 u32 *key = crypto_tfm_ctx(tfm); in crc32_cra_init() local 48 u32 *key = crypto_tfm_ctx(tfm); in crc32c_cra_init() local 54 static int crc32_setkey(struct crypto_shash *hash, const u8 *key, in crc32_setkey()
|
| D | ghash-ce-glue.c | 74 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() local 106 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() local 123 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey() local 255 static int ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key, in ghash_async_setkey()
|
| D | nhpoly1305-neon-glue.c | 19 static void _nh_neon(const u32 *key, const u8 *message, size_t message_len, in _nh_neon()
|
| /arch/arm64/crypto/ |
| D | crc32-ce-glue.c | 40 u32 *key = crypto_tfm_ctx(tfm); in crc32_pmull_cra_init() local 48 u32 *key = crypto_tfm_ctx(tfm); in crc32c_pmull_cra_init() local 54 static int crc32_pmull_setkey(struct crypto_shash *hash, const u8 *key, in crc32_pmull_setkey()
|
| D | ghash-ce-glue.c | 86 struct ghash_key *key, const char *head) in ghash_do_update() 124 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() local 155 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() local 168 static int __ghash_setkey(struct ghash_key *key, in __ghash_setkey() 192 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey() local 235 u8 key[GHASH_BLOCK_SIZE]; in gcm_setkey() local
|
| /arch/x86/include/uapi/asm/ |
| D | mman.h | 22 #define arch_calc_vm_prot_bits(prot, key) ( \ argument
|
| /arch/mips/kernel/ |
| D | sysrq.c | 47 static void sysrq_handle_tlbdump(int key) in sysrq_handle_tlbdump()
|
| /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/s390/kernel/ |
| D | suspend.c | 104 unsigned char key; in page_key_read() local 137 unsigned char key; in page_key_write() local
|
| /arch/sh/mm/ |
| D | extable_64.c | 44 static int cmp_ex_search(const void *key, const void *elt) in cmp_ex_search()
|
| /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 | 27 __kernel_key_t key; member
|