Searched defs:key (Results 1 - 25 of 69) sorted by relevance

123

/arch/arm/include/asm/
H A Djump_label.h17 static __always_inline bool arch_static_branch(struct static_key *key) argument
24 : : "i" (key) : : l_yes);
38 jump_label_t key; member in struct:jump_entry
/arch/mips/include/asm/
H A Djump_label.h23 static __always_inline bool arch_static_branch(struct static_key *key) argument
30 : : "i" (key) : : l_yes);
47 jump_label_t key; member in struct:jump_entry
/arch/powerpc/include/asm/
H A Djump_label.h20 static __always_inline bool arch_static_branch(struct static_key *key) argument
27 : : "i" (key) : : l_yes);
42 jump_label_t key; member in struct:jump_entry
H A Dipcbuf.h22 __kernel_key_t key; member in struct:ipc64_perm
H A Dkvm_book3s_64.h197 static inline bool hpte_read_permission(unsigned long pp, unsigned long key) argument
199 if (key)
204 static inline bool hpte_write_permission(unsigned long pp, unsigned long key) argument
206 if (key)
/arch/s390/include/asm/
H A Djump_label.h16 static __always_inline bool arch_static_branch(struct static_key *key) argument
23 : : "X" (key) : : label);
34 jump_label_t key; member in struct:jump_entry
H A Dipcbuf.h16 __kernel_key_t key; member in struct:ipc64_perm
H A Dprocessor.h178 static inline void psw_set_key(unsigned int key) argument
180 asm volatile("spka 0(%0)" : : "d" (key));
/arch/sparc/include/asm/
H A Djump_label.h10 static __always_inline bool arch_static_branch(struct static_key *key) argument
19 : : "i" (key) : : l_yes);
32 jump_label_t key; member in struct:jump_entry
H A Dipcbuf.h17 __kernel_key_t key; member in struct:ipc64_perm
/arch/x86/include/asm/
H A Djump_label.h14 static __always_inline bool arch_static_branch(struct static_key *key) argument
22 : : "i" (key) : : l_yes);
39 jump_label_t key; member in struct:jump_entry
/arch/parisc/include/asm/
H A Dipcbuf.h13 key_t key; member in struct:ipc64_perm
/arch/xtensa/include/asm/
H A Dipcbuf.h26 __kernel_key_t key; member in struct:ipc64_perm
/arch/powerpc/boot/
H A Dplanetcore.c20 * a table of key=value strings, separated by newlines.
41 const char *planetcore_get_key(const char *table, const char *key) argument
43 int keylen = strlen(key);
46 if (!strncmp(table, key, keylen) && table[keylen] == '=')
55 int planetcore_get_decimal(const char *table, const char *key, u64 *val) argument
57 const char *str = planetcore_get_key(table, key);
65 int planetcore_get_hex(const char *table, const char *key, u64 *val) argument
67 const char *str = planetcore_get_key(table, key);
/arch/s390/crypto/
H A Dghash_s390.c20 u8 key[16]; member in struct:ghash_ctx
38 const u8 *key, unsigned int keylen)
47 memcpy(ctx->key, key, GHASH_BLOCK_SIZE);
37 ghash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
H A Ddes_s390.c31 u8 key[DES3_KEY_SIZE]; member in struct:s390_des_ctx
34 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, argument
42 if (!des_ekey(tmp, key) && (*flags & CRYPTO_TFM_REQ_WEAK_KEY)) {
47 memcpy(ctx->key, key, key_len);
55 crypt_s390_km(KM_DEA_ENCRYPT, ctx->key, out, in, DES_BLOCK_SIZE);
62 crypt_s390_km(KM_DEA_DECRYPT, ctx->key, out, in, DES_BLOCK_SIZE);
86 u8 *key, struct blkcipher_walk *walk)
97 ret = crypt_s390_km(func, key, out, in, n);
143 return ecb_desall_crypt(desc, KM_DEA_ENCRYPT, ctx->key,
85 ecb_desall_crypt(struct blkcipher_desc *desc, long func, u8 *key, struct blkcipher_walk *walk) argument
235 des3_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) argument
[all...]
/arch/x86/crypto/
H A Dfpu.c26 static int crypto_fpu_setkey(struct crypto_tfm *parent, const u8 *key, argument
36 err = crypto_blkcipher_setkey(child, key, keylen);
H A Dsalsa20_glue.c45 static int setkey(struct crypto_tfm *tfm, const u8 *key, argument
49 salsa20_keysetup(ctx, key, keysize*8, SALSA20_IV_SIZE*8);
H A Dcrc32c-intel.c88 static int crc32c_intel_setkey(struct crypto_shash *hash, const u8 *key, argument
97 *mctx = le32_to_cpup((__le32 *)key);
150 u32 *key = crypto_tfm_ctx(tfm); local
152 *key = ~0;
/arch/mips/bcm47xx/
H A Dsprom.c51 char key[40]; \
55 create_key(prefix, postfix, name, key, sizeof(key)); \
57 err = nvram_getenv(key, buf, sizeof(buf)); \
63 " got %i", key, buf, err); \
82 char key[40]; local
86 create_key(prefix, NULL, name, key, sizeof(key));
88 err = nvram_getenv(key, buf, sizeof(buf));
94 key, bu
105 char key[40]; local
132 char key[40]; local
147 char key[40]; local
[all...]
/arch/mips/include/asm/octeon/
H A Dcvmx-rnm-defs.h115 uint64_t key:64; member in struct:cvmx_rnm_eer_key::cvmx_rnm_eer_key_s
/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_prom.c239 static char identify_enetfeature(char key, unsigned long interface_num) argument
244 if (*feature++ == key && interface_num-- == 0)
/arch/mips/txx9/generic/
H A Dsmsc_fdc37m81x.c129 static void smsc_fdc37m81x_config_dump_one(const char *key, u8 dev, u8 reg) argument
132 key, dev, reg,
/arch/parisc/kernel/
H A Dsys_parisc.c213 asmlinkage unsigned long sys_alloc_hugepages(int key, unsigned long addr, unsigned long len, int prot, int flag) argument
/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c168 u8 key = 0; local
206 key = 4;
208 key = 4;
223 u8 pp = (r & HPTE_R_PP) | key;

Completed in 464 milliseconds

123