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

/linux-4.1.27/drivers/staging/skein/
H A Dthreefish_block.c3376 k8 = key_ctx->key[8], k9 = key_ctx->key[9], threefish_encrypt_1024() local
3400 b9 += k9; threefish_encrypt_1024()
3505 b8 += b9 + k9; threefish_encrypt_1024()
3604 b7 += k9; threefish_encrypt_1024()
3709 b6 += b7 + k9; threefish_encrypt_1024()
3808 b5 += k9; threefish_encrypt_1024()
3913 b4 += b5 + k9; threefish_encrypt_1024()
4012 b3 += k9; threefish_encrypt_1024()
4117 b2 += b3 + k9; threefish_encrypt_1024()
4216 b1 += k9; threefish_encrypt_1024()
4321 b0 += b1 + k9; threefish_encrypt_1024()
4556 b15 += k9 + 11; threefish_encrypt_1024()
4661 b14 += b15 + k9 + t1; threefish_encrypt_1024()
4760 b13 += k9 + t1; threefish_encrypt_1024()
4865 b12 += b13 + k9; threefish_encrypt_1024()
4964 b11 += k9; threefish_encrypt_1024()
5069 b10 += b11 + k9; threefish_encrypt_1024()
5168 b9 += k9; threefish_encrypt_1024()
5273 b8 += b9 + k9; threefish_encrypt_1024()
5372 b7 += k9; threefish_encrypt_1024()
5470 output[6] = b6 + k9; threefish_encrypt_1024()
5497 k8 = key_ctx->key[8], k9 = key_ctx->key[9], threefish_decrypt_1024() local
5512 b6 -= k9; threefish_decrypt_1024()
5641 b7 -= k9; threefish_decrypt_1024()
5771 b8 -= b9 + k9; threefish_decrypt_1024()
5908 b9 -= k9; threefish_decrypt_1024()
6038 b10 -= b11 + k9; threefish_decrypt_1024()
6175 b11 -= k9; threefish_decrypt_1024()
6305 b12 -= b13 + k9; threefish_decrypt_1024()
6442 b13 -= k9 + t1; threefish_decrypt_1024()
6572 b14 -= b15 + k9 + t1; threefish_decrypt_1024()
6709 b15 -= k9 + 11; threefish_decrypt_1024()
7015 b0 -= b1 + k9; threefish_decrypt_1024()
7152 b1 -= k9; threefish_decrypt_1024()
7282 b2 -= b3 + k9; threefish_decrypt_1024()
7419 b3 -= k9; threefish_decrypt_1024()
7549 b4 -= b5 + k9; threefish_decrypt_1024()
7686 b5 -= k9; threefish_decrypt_1024()
7816 b6 -= b7 + k9; threefish_decrypt_1024()
7953 b7 -= k9; threefish_decrypt_1024()
8083 b8 -= b9 + k9; threefish_decrypt_1024()
8220 b9 -= k9; threefish_decrypt_1024()
/linux-4.1.27/crypto/
H A Dcamellia_generic.c646 /* k9 */ camellia_setup128()
691 /* k9 */ camellia_setup256()
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_glue.c1086 /* k9 */ camellia_setup128()
1125 /* k9 */ camellia_setup256()

Completed in 81 milliseconds