Searched defs:k0 (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/skein/ |
D | threefish_block.c | 8 u64 k0 = key_ctx->key[0], k1 = key_ctx->key[1], in threefish_encrypt_256() local 501 u64 k0 = key_ctx->key[0], k1 = key_ctx->key[1], in threefish_decrypt_256() local 1146 u64 k0 = key_ctx->key[0], k1 = key_ctx->key[1], in threefish_encrypt_512() local 2107 u64 k0 = key_ctx->key[0], k1 = key_ctx->key[1], in threefish_decrypt_512() local 3372 u64 k0 = key_ctx->key[0], k1 = key_ctx->key[1], in threefish_encrypt_1024() local 5493 u64 k0 = key_ctx->key[0], k1 = key_ctx->key[1], in threefish_decrypt_1024() local
|
/linux-4.4.14/arch/sh/boards/mach-hp6xx/ |
D | pm_wakeup.S | 20 #define k0 r0 macro
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | swsusp.S | 16 #define k0 r0 macro
|
D | entry.S | 71 #define k0 r0 macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | regdef.h | 53 #define k0 $26 /* kernel scratch */ macro 96 #define k0 $26 /* kernel temporary */ macro
|
/linux-4.4.14/arch/sh/kernel/cpu/shmobile/ |
D | sleep.S | 24 #define k0 r0 macro
|
/linux-4.4.14/crypto/ |
D | tea.c | 65 u32 k0, k1, k2, k3; in tea_encrypt() local 93 u32 k0, k1, k2, k3; in tea_decrypt() local
|
D | vmac.c | 244 #define k0 (*(((u32 *)kl)+INDEX_LOW)) in poly_step_func() macro
|
/linux-4.4.14/arch/mips/kernel/ |
D | pm-cps.c | 85 t8, t9, k0, k1, gp, sp, fp, ra, enumerator
|
D | traps.c | 1900 unsigned int k0 = 26; in set_except_vector() local
|