Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dxts.c84 static inline void xts_tweak_encdec(const void *ctx, in xts_tweak_encdec() function
135 xts_tweak_encdec(datactx, decfunc, S, D, &T); in xts_decrypt()
142 xts_tweak_encdec(datactx, decfunc, &D, &D, &T); in xts_decrypt()
157 xts_tweak_encdec(datactx, decfunc, &S, &PP, &CC); in xts_decrypt()
169 xts_tweak_encdec(datactx, decfunc, &CC, &D, &T); in xts_decrypt()
211 xts_tweak_encdec(datactx, encfunc, S, D, &T); in xts_encrypt()
218 xts_tweak_encdec(datactx, encfunc, &D, &D, &T); in xts_encrypt()
231 xts_tweak_encdec(datactx, encfunc, &S, &CC, &T); in xts_encrypt()
244 xts_tweak_encdec(datactx, encfunc, &PP, &D, &T); in xts_encrypt()