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

/linux-4.1.27/drivers/staging/skein/
H A Dthreefish_block.c3379 k14 = key_ctx->key[14], k15 = key_ctx->key[15], threefish_encrypt_1024() local
3412 b15 += k15; threefish_encrypt_1024()
3517 b14 += b15 + k15 + t2; threefish_encrypt_1024()
3616 b13 += k15 + t2; threefish_encrypt_1024()
3721 b12 += b13 + k15; threefish_encrypt_1024()
3820 b11 += k15; threefish_encrypt_1024()
3925 b10 += b11 + k15; threefish_encrypt_1024()
4024 b9 += k15; threefish_encrypt_1024()
4129 b8 += b9 + k15; threefish_encrypt_1024()
4228 b7 += k15; threefish_encrypt_1024()
4333 b6 += b7 + k15; threefish_encrypt_1024()
4432 b5 += k15; threefish_encrypt_1024()
4537 b4 += b5 + k15; threefish_encrypt_1024()
4636 b3 += k15; threefish_encrypt_1024()
4741 b2 += b3 + k15; threefish_encrypt_1024()
4840 b1 += k15; threefish_encrypt_1024()
4945 b0 += b1 + k15; threefish_encrypt_1024()
5180 b15 += k15 + 17; threefish_encrypt_1024()
5285 b14 += b15 + k15 + t1; threefish_encrypt_1024()
5384 b13 += k15 + t1; threefish_encrypt_1024()
5476 output[12] = b12 + k15; threefish_encrypt_1024()
5500 k14 = key_ctx->key[14], k15 = key_ctx->key[15], threefish_decrypt_1024() local
5518 b12 -= k15; threefish_decrypt_1024()
5626 b13 -= k15 + t1; threefish_decrypt_1024()
5756 b14 -= b15 + k15 + t1; threefish_decrypt_1024()
5893 b15 -= k15 + 17; threefish_decrypt_1024()
6199 b0 -= b1 + k15; threefish_decrypt_1024()
6336 b1 -= k15; threefish_decrypt_1024()
6466 b2 -= b3 + k15; threefish_decrypt_1024()
6603 b3 -= k15; threefish_decrypt_1024()
6733 b4 -= b5 + k15; threefish_decrypt_1024()
6870 b5 -= k15; threefish_decrypt_1024()
7000 b6 -= b7 + k15; threefish_decrypt_1024()
7137 b7 -= k15; threefish_decrypt_1024()
7267 b8 -= b9 + k15; threefish_decrypt_1024()
7404 b9 -= k15; threefish_decrypt_1024()
7534 b10 -= b11 + k15; threefish_decrypt_1024()
7671 b11 -= k15; threefish_decrypt_1024()
7801 b12 -= b13 + k15; threefish_decrypt_1024()
7938 b13 -= k15 + t2; threefish_decrypt_1024()
8068 b14 -= b15 + k15 + t2; threefish_decrypt_1024()
8205 b15 -= k15; threefish_decrypt_1024()
/linux-4.1.27/crypto/
H A Dcamellia_generic.c653 /* k15, k16 */ camellia_setup128()
800 /* k15 */ camellia_setup256()
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_glue.c1093 /* k15, k16 */ camellia_setup128()
1224 /* k15 */ camellia_setup256()

Completed in 66 milliseconds