Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dxts.c103 const void *tweakctx, in xts_decrypt() argument
128 encfunc(tweakctx, XTS_BLOCK_SIZE, T.b, iv); in xts_decrypt()
174 decfunc(tweakctx, XTS_BLOCK_SIZE, iv, T.b); in xts_decrypt()
179 const void *tweakctx, in xts_encrypt() argument
204 encfunc(tweakctx, XTS_BLOCK_SIZE, T.b, iv); in xts_encrypt()
249 decfunc(tweakctx, XTS_BLOCK_SIZE, iv, T.b); in xts_encrypt()
/openbmc/qemu/include/crypto/
H A Dxts.h51 const void *tweakctx,
73 const void *tweakctx,