Home
last modified time | relevance | path

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

/linux/crypto/
A Dskcipher.c45 static inline void skcipher_unmap(struct scatter_walk *walk, void *vaddr) in skcipher_unmap() function
71 skcipher_unmap(&walk->in, walk->src.virt.addr); in skcipher_unmap_src()
76 skcipher_unmap(&walk->out, walk->dst.virt.addr); in skcipher_unmap_dst()
/linux/drivers/crypto/caam/
A Dcaamalg.c957 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() function
1020 skcipher_unmap(jrdev, edesc, req); in skcipher_crypt_done()
1766 skcipher_unmap(ctx->jrdev, rctx->edesc, req); in skcipher_do_one_req()
1843 skcipher_unmap(jrdev, edesc, req); in skcipher_crypt()
A Dcaamalg_qi.c901 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() function
1229 skcipher_unmap(qidev, edesc, req); in skcipher_done()
1448 skcipher_unmap(ctx->qidev, edesc, req); in skcipher_crypt()
A Dcaamalg_qi2.c1270 static void skcipher_unmap(struct device *dev, struct skcipher_edesc *edesc, in skcipher_unmap() function
1412 skcipher_unmap(ctx->dev, edesc, req); in skcipher_encrypt_done()
1450 skcipher_unmap(ctx->dev, edesc, req); in skcipher_decrypt_done()
1516 skcipher_unmap(ctx->dev, edesc, req); in skcipher_encrypt()
1566 skcipher_unmap(ctx->dev, edesc, req); in skcipher_decrypt()

Completed in 21 milliseconds