Home
last modified time | relevance | path

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

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c664 struct scatterlist *crypt_sg; in dthe_aead_prep_crypt() local
683 crypt_sg = kmalloc_objs(struct scatterlist, crypt_nents, GFP_ATOMIC); in dthe_aead_prep_crypt()
684 if (!crypt_sg) { in dthe_aead_prep_crypt()
689 sg_init_table(crypt_sg, crypt_nents); in dthe_aead_prep_crypt()
690 to_sg = dthe_copy_sg(crypt_sg, out_sg[0], cryptlen); in dthe_aead_prep_crypt()
703 return crypt_sg; in dthe_aead_prep_crypt()