Searched refs:k11 (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/skein/ |
H A D | threefish_block.c | 3377 k10 = key_ctx->key[10], k11 = key_ctx->key[11], threefish_encrypt_1024() local 3404 b11 += k11; threefish_encrypt_1024() 3509 b10 += b11 + k11; threefish_encrypt_1024() 3608 b9 += k11; threefish_encrypt_1024() 3713 b8 += b9 + k11; threefish_encrypt_1024() 3812 b7 += k11; threefish_encrypt_1024() 3917 b6 += b7 + k11; threefish_encrypt_1024() 4016 b5 += k11; threefish_encrypt_1024() 4121 b4 += b5 + k11; threefish_encrypt_1024() 4220 b3 += k11; threefish_encrypt_1024() 4325 b2 += b3 + k11; threefish_encrypt_1024() 4424 b1 += k11; threefish_encrypt_1024() 4529 b0 += b1 + k11; threefish_encrypt_1024() 4764 b15 += k11 + 13; threefish_encrypt_1024() 4869 b14 += b15 + k11 + t0; threefish_encrypt_1024() 4968 b13 += k11 + t0; threefish_encrypt_1024() 5073 b12 += b13 + k11; threefish_encrypt_1024() 5172 b11 += k11; threefish_encrypt_1024() 5277 b10 += b11 + k11; threefish_encrypt_1024() 5376 b9 += k11; threefish_encrypt_1024() 5472 output[8] = b8 + k11; threefish_encrypt_1024() 5498 k10 = key_ctx->key[10], k11 = key_ctx->key[11], threefish_decrypt_1024() local 5514 b8 -= k11; threefish_decrypt_1024() 5636 b9 -= k11; threefish_decrypt_1024() 5766 b10 -= b11 + k11; threefish_decrypt_1024() 5903 b11 -= k11; threefish_decrypt_1024() 6033 b12 -= b13 + k11; threefish_decrypt_1024() 6170 b13 -= k11 + t0; threefish_decrypt_1024() 6300 b14 -= b15 + k11 + t0; threefish_decrypt_1024() 6437 b15 -= k11 + 13; threefish_decrypt_1024() 6743 b0 -= b1 + k11; threefish_decrypt_1024() 6880 b1 -= k11; threefish_decrypt_1024() 7010 b2 -= b3 + k11; threefish_decrypt_1024() 7147 b3 -= k11; threefish_decrypt_1024() 7277 b4 -= b5 + k11; threefish_decrypt_1024() 7414 b5 -= k11; threefish_decrypt_1024() 7544 b6 -= b7 + k11; threefish_decrypt_1024() 7681 b7 -= k11; threefish_decrypt_1024() 7811 b8 -= b9 + k11; threefish_decrypt_1024() 7948 b9 -= k11; threefish_decrypt_1024() 8078 b10 -= b11 + k11; threefish_decrypt_1024() 8215 b11 -= k11; threefish_decrypt_1024()
|
/linux-4.1.27/crypto/ |
H A D | camellia_generic.c | 649 /* k11, k12 */ camellia_setup128() 773 /* k11 */ camellia_setup256() 782 /* rotation left shift 49 from k11,k12 -> k21,k22 */ camellia_setup256()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | camellia_glue.c | 1089 /* k11, k12 */ camellia_setup128() 1196 /* k11 */ camellia_setup256() 1206 /* rotation left shift 17 from k11,k12 -> k21,k22 */ camellia_setup256()
|
Completed in 106 milliseconds