Searched refs:crypt_func (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 513 xts_crypt_slowpath(struct skcipher_request *req, xts_crypt_func crypt_func) in xts_crypt_slowpath() argument 545 (*crypt_func)(&ctx->crypt_ctx, in xts_crypt_slowpath() 570 (*crypt_func)(&ctx->crypt_ctx, walk.src.virt.addr, walk.dst.virt.addr, in xts_crypt_slowpath() 580 xts_crypt_func crypt_func) in xts_crypt() argument 609 (*crypt_func)(&ctx->crypt_ctx, src_virt, dst_virt, cryptlen, in xts_crypt() 617 return xts_crypt_slowpath(req, crypt_func); in xts_crypt()
|