Lines Matching refs:sgout
429 struct scatterlist *sgout; in __test_aead() local
459 sgout = &asg[8]; in __test_aead()
542 sg_init_one(&sgout[0], output, template[i].rlen); in __test_aead()
551 aead_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_aead()
636 sg_init_table(sgout, template[i].np); in __test_aead()
652 sg_set_buf(&sgout[k], q, template[i].tap[k]); in __test_aead()
680 sgout[k - 1].length += authsize; in __test_aead()
700 aead_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_aead()
916 struct scatterlist sgout[8]; in __test_skcipher() local
989 sg_init_one(&sgout[0], data, template[i].ilen); in __test_skcipher()
992 ablkcipher_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_skcipher()
1056 sg_init_table(sgout, template[i].np); in __test_skcipher()
1074 sg_set_buf(&sgout[k], q, template[i].tap[k]); in __test_skcipher()
1085 ablkcipher_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_skcipher()