Home
last modified time | relevance | path

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

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c668 int crypt_nents; in dthe_aead_prep_crypt() local
679 crypt_nents = sg_nents_for_len(out_sg[0], cryptlen); in dthe_aead_prep_crypt()
681 crypt_nents++; in dthe_aead_prep_crypt()
683 crypt_sg = kmalloc_objs(struct scatterlist, crypt_nents, GFP_ATOMIC); in dthe_aead_prep_crypt()
689 sg_init_table(crypt_sg, crypt_nents); in dthe_aead_prep_crypt()