Searched refs:le128_to_be128 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
D | twofish_glue_3way.c | 72 le128_to_be128(&ctrblk, iv); in twofish_enc_blk_ctr() 91 le128_to_be128(&ctrblks[0], iv); in twofish_enc_blk_ctr_3way() 93 le128_to_be128(&ctrblks[1], iv); in twofish_enc_blk_ctr_3way() 95 le128_to_be128(&ctrblks[2], iv); in twofish_enc_blk_ctr_3way()
|
D | glue_helper.c | 233 le128_to_be128((be128 *)walk->iv, &ctrblk); in glue_ctr_crypt_final_128bit() 271 le128_to_be128((be128 *)walk->iv, &ctrblk); in __glue_ctr_crypt_128bit()
|
D | serpent_sse2_glue.c | 66 le128_to_be128(&ctrblk, iv); in serpent_crypt_ctr() 83 le128_to_be128(&ctrblks[i], iv); in serpent_crypt_ctr_xway()
|
D | camellia_glue.c | 1299 le128_to_be128(&ctrblk, iv); in camellia_crypt_ctr() 1315 le128_to_be128(&ctrblks[0], iv); in camellia_crypt_ctr_2way() 1317 le128_to_be128(&ctrblks[1], iv); in camellia_crypt_ctr_2way()
|
D | cast6_avx_glue.c | 75 le128_to_be128(&ctrblk, iv); in cast6_crypt_ctr()
|
D | serpent_avx_glue.c | 72 le128_to_be128(&ctrblk, iv); in __serpent_crypt_ctr()
|
/linux-4.4.14/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 78 static inline void le128_to_be128(be128 *dst, const le128 *src) in le128_to_be128() function
|