Home
last modified time | relevance | path

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

/drivers/crypto/amcc/
Dcrypto4xx_alg.c83 return crypto4xx_build_pd(&req->base, ctx, req->src, req->dst, in crypto4xx_crypt()
232 return crypto4xx_build_pd(&req->base, ctx, req->src, req->dst, in crypto4xx_rfc3686_encrypt()
247 return crypto4xx_build_pd(&req->base, ctx, req->src, req->dst, in crypto4xx_rfc3686_decrypt()
468 return crypto4xx_build_pd(&req->base, ctx, req->src, req->dst, in crypto4xx_crypt_aes_ccm()
604 return crypto4xx_build_pd(&req->base, ctx, req->src, req->dst, in crypto4xx_crypt_aes_gcm()
690 return crypto4xx_build_pd(&req->base, ctx, req->src, &dst, in crypto4xx_hash_update()
709 return crypto4xx_build_pd(&req->base, ctx, req->src, &dst, in crypto4xx_hash_digest()
Dcrypto4xx_core.h153 int crypto4xx_build_pd(struct crypto_async_request *req,
Dcrypto4xx_core.c677 int crypto4xx_build_pd(struct crypto_async_request *req, in crypto4xx_build_pd() function