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

/linux-4.1.27/drivers/staging/skein/
H A Dthreefish_block.c3377 k10 = key_ctx->key[10], k11 = key_ctx->key[11], threefish_encrypt_1024() local
3405 b10 += b11 + k10; threefish_encrypt_1024()
3504 b9 += k10; threefish_encrypt_1024()
3609 b8 += b9 + k10; threefish_encrypt_1024()
3708 b7 += k10; threefish_encrypt_1024()
3813 b6 += b7 + k10; threefish_encrypt_1024()
3912 b5 += k10; threefish_encrypt_1024()
4017 b4 += b5 + k10; threefish_encrypt_1024()
4116 b3 += k10; threefish_encrypt_1024()
4221 b2 += b3 + k10; threefish_encrypt_1024()
4320 b1 += k10; threefish_encrypt_1024()
4425 b0 += b1 + k10; threefish_encrypt_1024()
4660 b15 += k10 + 12; threefish_encrypt_1024()
4765 b14 += b15 + k10 + t2; threefish_encrypt_1024()
4864 b13 += k10 + t2; threefish_encrypt_1024()
4969 b12 += b13 + k10; threefish_encrypt_1024()
5068 b11 += k10; threefish_encrypt_1024()
5173 b10 += b11 + k10; threefish_encrypt_1024()
5272 b9 += k10; threefish_encrypt_1024()
5377 b8 += b9 + k10; threefish_encrypt_1024()
5471 output[7] = b7 + k10; threefish_encrypt_1024()
5498 k10 = key_ctx->key[10], k11 = key_ctx->key[11], threefish_decrypt_1024() local
5513 b7 -= k10; threefish_decrypt_1024()
5635 b8 -= b9 + k10; threefish_decrypt_1024()
5772 b9 -= k10; threefish_decrypt_1024()
5902 b10 -= b11 + k10; threefish_decrypt_1024()
6039 b11 -= k10; threefish_decrypt_1024()
6169 b12 -= b13 + k10; threefish_decrypt_1024()
6306 b13 -= k10 + t2; threefish_decrypt_1024()
6436 b14 -= b15 + k10 + t2; threefish_decrypt_1024()
6573 b15 -= k10 + 12; threefish_decrypt_1024()
6879 b0 -= b1 + k10; threefish_decrypt_1024()
7016 b1 -= k10; threefish_decrypt_1024()
7146 b2 -= b3 + k10; threefish_decrypt_1024()
7283 b3 -= k10; threefish_decrypt_1024()
7413 b4 -= b5 + k10; threefish_decrypt_1024()
7550 b5 -= k10; threefish_decrypt_1024()
7680 b6 -= b7 + k10; threefish_decrypt_1024()
7817 b7 -= k10; threefish_decrypt_1024()
7947 b8 -= b9 + k10; threefish_decrypt_1024()
8084 b9 -= k10; threefish_decrypt_1024()
8214 b10 -= b11 + k10; threefish_decrypt_1024()
/linux-4.1.27/crypto/
H A Dcamellia_generic.c592 /* k10 */ camellia_setup128()
693 /* k10 */ camellia_setup256()
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_glue.c1034 /* k10 */ camellia_setup128()
1127 /* k10 */ camellia_setup256()

Completed in 71 milliseconds