Searched refs:decfunc (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | xts.c | 105 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()
|
/openbmc/qemu/include/crypto/ |
H A D | xts.h | 53 xts_cipher_func *decfunc, 75 xts_cipher_func *decfunc,
|