Home
last modified time | relevance | path

Searched refs:b13 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/skein/
Dthreefish_block.c3370 b12 = input[12], b13 = input[13], in threefish_encrypt_1024() local
3408 b13 += k13 + t0; in threefish_encrypt_1024()
3409 b12 += b13 + k12; in threefish_encrypt_1024()
3410 b13 = ((b13 << 22) | (b13 >> (64 - 22))) ^ b12; in threefish_encrypt_1024()
3419 b2 += b13; in threefish_encrypt_1024()
3420 b13 = ((b13 << 19) | (b13 >> (64 - 19))) ^ b2; in threefish_encrypt_1024()
3455 b14 += b13; in threefish_encrypt_1024()
3456 b13 = ((b13 << 41) | (b13 >> (64 - 41))) ^ b14; in threefish_encrypt_1024()
3470 b6 += b13; in threefish_encrypt_1024()
3471 b13 = ((b13 << 48) | (b13 >> (64 - 48))) ^ b6; in threefish_encrypt_1024()
[all …]
/linux-4.4.14/arch/c6x/include/uapi/asm/
Dptrace.h139 REG_PAIR(b13, b12);
/linux-4.4.14/arch/c6x/kernel/
Dasm-offsets.c79 OFFSET(REGS_B13, pt_regs, b13); in foo()
Dtraps.c50 pr_err("A13: %08lx B13: %08lx\n", regs->a13, regs->b13); in show_regs()
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h2223 #define MUX(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) \ argument
2226 (((b13)&3) << 26) | \