Home
last modified time | relevance | path

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

/qemu/crypto/
H A Dxts.c105 xts_cipher_func *decfunc, in xts_decrypt() argument
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()
174 decfunc(tweakctx, XTS_BLOCK_SIZE, iv, T.b); in xts_decrypt()
181 xts_cipher_func *decfunc, in xts_encrypt() argument
249 decfunc(tweakctx, XTS_BLOCK_SIZE, iv, T.b); in xts_encrypt()
/qemu/include/crypto/
H A Dxts.h53 xts_cipher_func *decfunc,
75 xts_cipher_func *decfunc,