Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_alg.c88 return crypto4xx_build_pd(&req->base, ctx, req->src, req->dst, in crypto4xx_crypt()
224 return crypto4xx_build_pd(&req->base, ctx, req->src, req->dst, in crypto4xx_rfc3686_encrypt()
239 return crypto4xx_build_pd(&req->base, ctx, req->src, req->dst, in crypto4xx_rfc3686_decrypt()
476 return crypto4xx_build_pd(&req->base, ctx, req->src, req->dst, in crypto4xx_crypt_aes_ccm()
623 return crypto4xx_build_pd(&req->base, ctx, req->src, req->dst, in crypto4xx_crypt_aes_gcm()
709 return crypto4xx_build_pd(&req->base, ctx, req->src, &dst, in crypto4xx_hash_update()
728 return crypto4xx_build_pd(&req->base, ctx, req->src, &dst, in crypto4xx_hash_digest()
Dcrypto4xx_core.h158 int crypto4xx_build_pd(struct crypto_async_request *req,
Dcrypto4xx_core.c690 int crypto4xx_build_pd(struct crypto_async_request *req, in crypto4xx_build_pd() function