Searched refs:k12 (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/skein/
H A Dthreefish_block.c3378 k12 = key_ctx->key[12], k13 = key_ctx->key[13], threefish_encrypt_1024() local
3409 b12 += b13 + k12; threefish_encrypt_1024()
3508 b11 += k12; threefish_encrypt_1024()
3613 b10 += b11 + k12; threefish_encrypt_1024()
3712 b9 += k12; threefish_encrypt_1024()
3817 b8 += b9 + k12; threefish_encrypt_1024()
3916 b7 += k12; threefish_encrypt_1024()
4021 b6 += b7 + k12; threefish_encrypt_1024()
4120 b5 += k12; threefish_encrypt_1024()
4225 b4 += b5 + k12; threefish_encrypt_1024()
4324 b3 += k12; threefish_encrypt_1024()
4429 b2 += b3 + k12; threefish_encrypt_1024()
4528 b1 += k12; threefish_encrypt_1024()
4633 b0 += b1 + k12; threefish_encrypt_1024()
4868 b15 += k12 + 14; threefish_encrypt_1024()
4973 b14 += b15 + k12 + t1; threefish_encrypt_1024()
5072 b13 += k12 + t1; threefish_encrypt_1024()
5177 b12 += b13 + k12; threefish_encrypt_1024()
5276 b11 += k12; threefish_encrypt_1024()
5381 b10 += b11 + k12; threefish_encrypt_1024()
5473 output[9] = b9 + k12; threefish_encrypt_1024()
5499 k12 = key_ctx->key[12], k13 = key_ctx->key[13], threefish_decrypt_1024() local
5515 b9 -= k12; threefish_decrypt_1024()
5630 b10 -= b11 + k12; threefish_decrypt_1024()
5767 b11 -= k12; threefish_decrypt_1024()
5897 b12 -= b13 + k12; threefish_decrypt_1024()
6034 b13 -= k12 + t1; threefish_decrypt_1024()
6164 b14 -= b15 + k12 + t1; threefish_decrypt_1024()
6301 b15 -= k12 + 14; threefish_decrypt_1024()
6607 b0 -= b1 + k12; threefish_decrypt_1024()
6744 b1 -= k12; threefish_decrypt_1024()
6874 b2 -= b3 + k12; threefish_decrypt_1024()
7011 b3 -= k12; threefish_decrypt_1024()
7141 b4 -= b5 + k12; threefish_decrypt_1024()
7278 b5 -= k12; threefish_decrypt_1024()
7408 b6 -= b7 + k12; threefish_decrypt_1024()
7545 b7 -= k12; threefish_decrypt_1024()
7675 b8 -= b9 + k12; threefish_decrypt_1024()
7812 b9 -= k12; threefish_decrypt_1024()
7942 b10 -= b11 + k12; threefish_decrypt_1024()
8079 b11 -= k12; threefish_decrypt_1024()
8209 b12 -= b13 + k12; threefish_decrypt_1024()
/linux-4.1.27/crypto/
H A Dcamellia_generic.c649 /* k11, k12 */ camellia_setup128()
775 /* k12 */ camellia_setup256()
782 /* rotation left shift 49 from k11,k12 -> k21,k22 */ camellia_setup256()
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_glue.c1089 /* k11, k12 */ camellia_setup128()
1198 /* k12 */ camellia_setup256()
1206 /* rotation left shift 17 from k11,k12 -> k21,k22 */ camellia_setup256()

Completed in 70 milliseconds