Searched refs:le128_to_be128 (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | twofish_glue_3way.c | 76 le128_to_be128(&ctrblk, iv); in twofish_enc_blk_ctr() 95 le128_to_be128(&ctrblks[0], iv); in twofish_enc_blk_ctr_3way() 97 le128_to_be128(&ctrblks[1], iv); in twofish_enc_blk_ctr_3way() 99 le128_to_be128(&ctrblks[2], iv); in twofish_enc_blk_ctr_3way()
|
D | serpent_sse2_glue.c | 67 le128_to_be128(&ctrblk, iv); in serpent_crypt_ctr() 84 le128_to_be128(&ctrblks[i], iv); in serpent_crypt_ctr_xway()
|
D | glue_helper.c | 215 le128_to_be128((be128 *)walk.iv, &ctrblk); in glue_ctr_req_128bit() 230 le128_to_be128((be128 *)walk.iv, &ctrblk); in glue_ctr_req_128bit()
|
D | camellia_glue.c | 1302 le128_to_be128(&ctrblk, iv); in camellia_crypt_ctr() 1318 le128_to_be128(&ctrblks[0], iv); in camellia_crypt_ctr_2way() 1320 le128_to_be128(&ctrblks[1], iv); in camellia_crypt_ctr_2way()
|
D | serpent_avx_glue.c | 66 le128_to_be128(&ctrblk, iv); in __serpent_crypt_ctr()
|
D | cast6_avx_glue.c | 75 le128_to_be128(&ctrblk, iv); in cast6_crypt_ctr()
|
/Linux-v4.19/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 77 static inline void le128_to_be128(be128 *dst, const le128 *src) in le128_to_be128() function
|