Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Daesni-intel_glue.c420 xts_crypt_slowpath(struct skcipher_request *req, xts_crypt_func crypt_func) in xts_crypt_slowpath() argument
452 (*crypt_func)(&ctx->crypt_ctx, in xts_crypt_slowpath()
477 (*crypt_func)(&ctx->crypt_ctx, walk.src.virt.addr, walk.dst.virt.addr, in xts_crypt_slowpath()
487 xts_crypt_func crypt_func) in xts_crypt() argument
508 (*crypt_func)(&ctx->crypt_ctx, sg_virt(req->src), in xts_crypt()
514 return xts_crypt_slowpath(req, crypt_func); in xts_crypt()