Searched refs:k14 (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
3413 b14 += b15 + k14 + t1; threefish_encrypt_1024()
3512 b13 += k14 + t1; threefish_encrypt_1024()
3617 b12 += b13 + k14; threefish_encrypt_1024()
3716 b11 += k14; threefish_encrypt_1024()
3821 b10 += b11 + k14; threefish_encrypt_1024()
3920 b9 += k14; threefish_encrypt_1024()
4025 b8 += b9 + k14; threefish_encrypt_1024()
4124 b7 += k14; threefish_encrypt_1024()
4229 b6 += b7 + k14; threefish_encrypt_1024()
4328 b5 += k14; threefish_encrypt_1024()
4433 b4 += b5 + k14; threefish_encrypt_1024()
4532 b3 += k14; threefish_encrypt_1024()
4637 b2 += b3 + k14; threefish_encrypt_1024()
4736 b1 += k14; threefish_encrypt_1024()
4841 b0 += b1 + k14; threefish_encrypt_1024()
5076 b15 += k14 + 16; threefish_encrypt_1024()
5181 b14 += b15 + k14 + t0; threefish_encrypt_1024()
5280 b13 += k14 + t0; threefish_encrypt_1024()
5385 b12 += b13 + k14; threefish_encrypt_1024()
5475 output[11] = b11 + k14; threefish_encrypt_1024()
5500 k14 = key_ctx->key[14], k15 = key_ctx->key[15], threefish_decrypt_1024() local
5517 b11 -= k14; threefish_decrypt_1024()
5625 b12 -= b13 + k14; threefish_decrypt_1024()
5762 b13 -= k14 + t0; threefish_decrypt_1024()
5892 b14 -= b15 + k14 + t0; threefish_decrypt_1024()
6029 b15 -= k14 + 16; threefish_decrypt_1024()
6335 b0 -= b1 + k14; threefish_decrypt_1024()
6472 b1 -= k14; threefish_decrypt_1024()
6602 b2 -= b3 + k14; threefish_decrypt_1024()
6739 b3 -= k14; threefish_decrypt_1024()
6869 b4 -= b5 + k14; threefish_decrypt_1024()
7006 b5 -= k14; threefish_decrypt_1024()
7136 b6 -= b7 + k14; threefish_decrypt_1024()
7273 b7 -= k14; threefish_decrypt_1024()
7403 b8 -= b9 + k14; threefish_decrypt_1024()
7540 b9 -= k14; threefish_decrypt_1024()
7670 b10 -= b11 + k14; threefish_decrypt_1024()
7807 b11 -= k14; threefish_decrypt_1024()
7937 b12 -= b13 + k14; threefish_decrypt_1024()
8074 b13 -= k14 + t1; threefish_decrypt_1024()
8204 b14 -= b15 + k14 + t1; threefish_decrypt_1024()
/linux-4.1.27/crypto/
H A Dcamellia_generic.c604 /* k14 */ camellia_setup128()
725 /* k14 */ camellia_setup256()
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_glue.c1049 /* k14 */ camellia_setup128()
1159 /* k14 */ camellia_setup256()

Completed in 67 milliseconds