Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_glue.c903 static int xts_crypt(struct skcipher_request *req, bool encrypt) in xts_crypt() function
999 return xts_crypt(req, true); in xts_encrypt()
1004 return xts_crypt(req, false); in xts_decrypt()