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

/linux-4.1.27/drivers/staging/skein/
H A Dthreefish_block.c3378 k12 = key_ctx->key[12], k13 = key_ctx->key[13], threefish_encrypt_1024() local
3408 b13 += k13 + t0; threefish_encrypt_1024()
3513 b12 += b13 + k13; threefish_encrypt_1024()
3612 b11 += k13; threefish_encrypt_1024()
3717 b10 += b11 + k13; threefish_encrypt_1024()
3816 b9 += k13; threefish_encrypt_1024()
3921 b8 += b9 + k13; threefish_encrypt_1024()
4020 b7 += k13; threefish_encrypt_1024()
4125 b6 += b7 + k13; threefish_encrypt_1024()
4224 b5 += k13; threefish_encrypt_1024()
4329 b4 += b5 + k13; threefish_encrypt_1024()
4428 b3 += k13; threefish_encrypt_1024()
4533 b2 += b3 + k13; threefish_encrypt_1024()
4632 b1 += k13; threefish_encrypt_1024()
4737 b0 += b1 + k13; threefish_encrypt_1024()
4972 b15 += k13 + 15; threefish_encrypt_1024()
5077 b14 += b15 + k13 + t2; threefish_encrypt_1024()
5176 b13 += k13 + t2; threefish_encrypt_1024()
5281 b12 += b13 + k13; threefish_encrypt_1024()
5380 b11 += k13; threefish_encrypt_1024()
5474 output[10] = b10 + k13; threefish_encrypt_1024()
5499 k12 = key_ctx->key[12], k13 = key_ctx->key[13], threefish_decrypt_1024() local
5516 b10 -= k13; threefish_decrypt_1024()
5631 b11 -= k13; threefish_decrypt_1024()
5761 b12 -= b13 + k13; threefish_decrypt_1024()
5898 b13 -= k13 + t2; threefish_decrypt_1024()
6028 b14 -= b15 + k13 + t2; threefish_decrypt_1024()
6165 b15 -= k13 + 15; threefish_decrypt_1024()
6471 b0 -= b1 + k13; threefish_decrypt_1024()
6608 b1 -= k13; threefish_decrypt_1024()
6738 b2 -= b3 + k13; threefish_decrypt_1024()
6875 b3 -= k13; threefish_decrypt_1024()
7005 b4 -= b5 + k13; threefish_decrypt_1024()
7142 b5 -= k13; threefish_decrypt_1024()
7272 b6 -= b7 + k13; threefish_decrypt_1024()
7409 b7 -= k13; threefish_decrypt_1024()
7539 b8 -= b9 + k13; threefish_decrypt_1024()
7676 b9 -= k13; threefish_decrypt_1024()
7806 b10 -= b11 + k13; threefish_decrypt_1024()
7943 b11 -= k13; threefish_decrypt_1024()
8073 b12 -= b13 + k13; threefish_decrypt_1024()
8210 b13 -= k13 + t0; threefish_decrypt_1024()
/linux-4.1.27/crypto/
H A Dcamellia_generic.c602 /* k13 */ camellia_setup128()
723 /* k13 */ camellia_setup256()
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_glue.c1047 /* k13 */ camellia_setup128()
1157 /* k13 */ camellia_setup256()

Completed in 71 milliseconds