Home
last modified time | relevance | path

Searched refs:dthe_copy_sg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/ti/
H A Ddthev2-common.c50 struct scatterlist *dthe_copy_sg(struct scatterlist *dst, in dthe_copy_sg() function
H A Ddthev2-aes.c397 sg = dthe_copy_sg(src, req->src, req->cryptlen); in dthe_aes_run()
409 sg = dthe_copy_sg(dst, req->dst, req->cryptlen); in dthe_aes_run()
632 to_sg = dthe_copy_sg(aad_sg, sg, assoclen); in dthe_aead_prep_aad()
690 to_sg = dthe_copy_sg(crypt_sg, out_sg[0], cryptlen); in dthe_aead_prep_crypt()