Home
last modified time | relevance | path

Searched refs:sg_init_aead (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dtcrypt.c113 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() function
382 sg_init_aead(cur->sg, cur->xbuf, in test_mb_aead_speed()
386 sg_init_aead(cur->sgout, cur->xoutbuf, in test_mb_aead_speed()
630 sg_init_aead(sg, xbuf, *b_size + (enc ? 0 : authsize), in test_aead_speed()
633 sg_init_aead(sgout, xoutbuf, in test_aead_speed()
/kernel/linux/linux-6.6/crypto/
H A Dtcrypt.c105 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() function
381 sg_init_aead(cur->sg, cur->xbuf, in test_mb_aead_speed()
385 sg_init_aead(cur->sgout, cur->xoutbuf, in test_mb_aead_speed()
635 sg_init_aead(sg, xbuf, bs + (enc ? 0 : authsize), in test_aead_speed()
638 sg_init_aead(sgout, xoutbuf, in test_aead_speed()

Completed in 6 milliseconds