Searched refs:key (Results 1 - 25 of 90) sorted by relevance

1234

/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
/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/powerpc/boot/
H A Dplanetcore.h27 /* Return the value associated with a given key in text,
32 const char *planetcore_get_key(const char *table, const char *key);
33 int planetcore_get_decimal(const char *table, const char *key, u64 *val);
34 int planetcore_get_hex(const char *table, const char *key, u64 *val);
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/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/xtensa/include/asm/
H A Dipcbuf.h26 __kernel_key_t key; member in struct:ipc64_perm
/arch/x86/boot/
H A Dvideo.c100 int key; local
104 key = getchar();
106 if (key == '\b') {
111 } else if ((key >= '0' && key <= '9') ||
112 (key >= 'A' && key <= 'Z') ||
113 (key >= 'a' && key <= 'z')) {
115 entry_buf[len++] = key;
200 int key; local
[all...]
/arch/parisc/include/asm/
H A Dipcbuf.h13 key_t key; member in struct:ipc64_perm
/arch/arm/boot/dts/
H A Dimx53-ard.dts84 gpio-key,wakeup;
91 gpio-key,wakeup;
98 gpio-key,wakeup;
H A Dat91sam9m10g45ek.dts116 gpio-key,wakeup;
123 gpio-key,wakeup;
/arch/s390/crypto/
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...]
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 Daes_s390.c39 u8 key[AES_MAX_KEY_SIZE]; member in struct:s390_aes_ctx
50 u8 key[32]; member in struct:pcc_param
58 u8 key[32]; member in struct:s390_xts_ctx
70 * required or a negative number in case the key size is not valid
128 memcpy(sctx->key, in_key, key_len);
146 crypt_s390_km(KM_AES_128_ENCRYPT, &sctx->key, out, in,
150 crypt_s390_km(KM_AES_192_ENCRYPT, &sctx->key, out, in,
154 crypt_s390_km(KM_AES_256_ENCRYPT, &sctx->key, out, in,
171 crypt_s390_km(KM_AES_128_DECRYPT, &sctx->key, out, in,
175 crypt_s390_km(KM_AES_192_DECRYPT, &sctx->key, ou
233 setkey_fallback_blk(struct crypto_tfm *tfm, const u8 *key, unsigned int len) argument
526 xts_fallback_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int len) argument
[all...]
/arch/powerpc/platforms/ps3/
H A Dos-area.c179 int key; member in struct:os_area_db_id
184 .key = OS_AREA_DB_KEY_NONE
189 .key = OS_AREA_DB_KEY_ANY
194 .key = OS_AREA_DB_KEY_RTC_DIFF
199 .key = OS_AREA_DB_KEY_VIDEO_MODE
408 uint8_t key:3; member in struct:db_index
459 if (i->match_id.key != OS_AREA_DB_KEY_ANY
460 && i->match_id.key != (int)i->idx->key)
473 i.idx->owner, i.idx->key,
[all...]
/arch/x86/kernel/cpu/
H A Dcentaur.c28 static void __cpuinit centaur_mcr_insert(int reg, u32 base, u32 size, int key) argument
35 lo |= key; /* Attribute we wish to set */
94 static int __cpuinit centaur_mcr_compute(int nr, int key) argument
141 centaur_mcr_insert(ct, floor, fspace, key);
144 centaur_mcr_insert(ct, top, high, key);
148 centaur_mcr_insert(ct, base, low, key);
218 * Handle the MCR key on the Winchip 2.
223 u32 key; local
227 key = (lo>>17) & 7;
228 lo |= key<<
[all...]
/arch/ia64/xen/
H A Dhypervisor.c95 optf.key = 0; /* No key on linux. */
/arch/x86/crypto/
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...]

Completed in 382 milliseconds

1234