Lines Matching refs:sgout
438 struct scatterlist *sgout; in __test_aead() local
467 sgout = &sg[16]; in __test_aead()
554 sg_init_table(sgout, k + 1); in __test_aead()
555 sg_set_buf(&sgout[0], assoc, template[i].alen); in __test_aead()
559 sg_set_buf(&sgout[k], output, in __test_aead()
563 aead_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_aead()
648 sg_init_table(sgout, template[i].anp + template[i].np); in __test_aead()
662 sg_set_buf(&sgout[k], in __test_aead()
685 sg_set_buf(&sgout[template[i].anp + k], in __test_aead()
714 sgout[template[i].anp + k - 1].length += in __test_aead()
719 aead_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_aead()
935 struct scatterlist sgout[8]; in __test_skcipher() local
1010 sg_init_one(&sgout[0], data, template[i].ilen); in __test_skcipher()
1013 skcipher_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_skcipher()
1088 sg_init_table(sgout, template[i].np); in __test_skcipher()
1106 sg_set_buf(&sgout[k], q, template[i].tap[k]); in __test_skcipher()
1117 skcipher_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_skcipher()