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

/linux-4.1.27/drivers/staging/skein/
H A Dthreefish_block.c3380 k16 = key_ctx->key[16]; threefish_encrypt_1024() local
3516 b15 += k16 + 1; threefish_encrypt_1024()
3621 b14 += b15 + k16 + t0; threefish_encrypt_1024()
3720 b13 += k16 + t0; threefish_encrypt_1024()
3825 b12 += b13 + k16; threefish_encrypt_1024()
3924 b11 += k16; threefish_encrypt_1024()
4029 b10 += b11 + k16; threefish_encrypt_1024()
4128 b9 += k16; threefish_encrypt_1024()
4233 b8 += b9 + k16; threefish_encrypt_1024()
4332 b7 += k16; threefish_encrypt_1024()
4437 b6 += b7 + k16; threefish_encrypt_1024()
4536 b5 += k16; threefish_encrypt_1024()
4641 b4 += b5 + k16; threefish_encrypt_1024()
4740 b3 += k16; threefish_encrypt_1024()
4845 b2 += b3 + k16; threefish_encrypt_1024()
4944 b1 += k16; threefish_encrypt_1024()
5049 b0 += b1 + k16; threefish_encrypt_1024()
5284 b15 += k16 + 18; threefish_encrypt_1024()
5389 b14 += b15 + k16 + t2; threefish_encrypt_1024()
5477 output[13] = b13 + k16 + t2; threefish_encrypt_1024()
5501 k16 = key_ctx->key[16]; threefish_decrypt_1024() local
5519 b13 -= k16 + t2; threefish_decrypt_1024()
5620 b14 -= b15 + k16 + t2; threefish_decrypt_1024()
5757 b15 -= k16 + 18; threefish_decrypt_1024()
6063 b0 -= b1 + k16; threefish_decrypt_1024()
6200 b1 -= k16; threefish_decrypt_1024()
6330 b2 -= b3 + k16; threefish_decrypt_1024()
6467 b3 -= k16; threefish_decrypt_1024()
6597 b4 -= b5 + k16; threefish_decrypt_1024()
6734 b5 -= k16; threefish_decrypt_1024()
6864 b6 -= b7 + k16; threefish_decrypt_1024()
7001 b7 -= k16; threefish_decrypt_1024()
7131 b8 -= b9 + k16; threefish_decrypt_1024()
7268 b9 -= k16; threefish_decrypt_1024()
7398 b10 -= b11 + k16; threefish_decrypt_1024()
7535 b11 -= k16; threefish_decrypt_1024()
7665 b12 -= b13 + k16; threefish_decrypt_1024()
7802 b13 -= k16 + t0; threefish_decrypt_1024()
7932 b14 -= b15 + k16 + t0; threefish_decrypt_1024()
8069 b15 -= k16 + 1; threefish_decrypt_1024()
/linux-4.1.27/crypto/
H A Dcamellia_generic.c653 /* k15, k16 */ camellia_setup128()
802 /* k16 */ camellia_setup256()
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_glue.c1093 /* k15, k16 */ camellia_setup128()
1226 /* k16 */ camellia_setup256()

Completed in 68 milliseconds