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.c386 xts_crypt_slowpath(struct skcipher_request *req, xts_crypt_func crypt_func) in xts_crypt_slowpath() argument
418 (*crypt_func)(&ctx->crypt_ctx, in xts_crypt_slowpath()
443 (*crypt_func)(&ctx->crypt_ctx, walk.src.virt.addr, walk.dst.virt.addr, in xts_crypt_slowpath()
453 xts_crypt_func crypt_func) in xts_crypt() argument
474 (*crypt_func)(&ctx->crypt_ctx, sg_virt(req->src), in xts_crypt()
480 return xts_crypt_slowpath(req, crypt_func); in xts_crypt()