Searched refs:encfunc (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | xts.c | 104 xts_cipher_func *encfunc, in xts_decrypt() argument 128 encfunc(tweakctx, XTS_BLOCK_SIZE, T.b, iv); in xts_decrypt() 180 xts_cipher_func *encfunc, in xts_encrypt() argument 204 encfunc(tweakctx, XTS_BLOCK_SIZE, T.b, iv); in xts_encrypt() 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()
|
/openbmc/qemu/include/crypto/ |
H A D | xts.h | 52 xts_cipher_func *encfunc, 74 xts_cipher_func *encfunc,
|