Home
last modified time | relevance | path

Searched refs:be128_to_le128 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/crypto/
Dglue_helper.c194 be128_to_le128(&ctrblk, (be128 *)walk.iv); in glue_ctr_req_128bit()
225 be128_to_le128(&ctrblk, (be128 *)walk.iv); in glue_ctr_req_128bit()
/Linux-v4.19/arch/x86/include/asm/crypto/
Dglue_helper.h83 static inline void be128_to_le128(le128 *dst, const be128 *src) in be128_to_le128() function