Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/crypto/
Daes-spe-glue.c286 static int ppc_xts_crypt(struct skcipher_request *req, bool enc) in ppc_xts_crypt() function
340 err = ppc_xts_crypt(req, true); in ppc_xts_encrypt()
379 err = ppc_xts_crypt(req, false); in ppc_xts_decrypt()