Lines Matching refs:sg_init_one
235 sg_init_one(&sg[0], hash_buff, template->tap[k]); in ahash_partial_update()
320 sg_init_one(&sg[0], hash_buff, template[i].psize); in __test_hash()
503 sg_init_one(&sg[0], hash_buff, template[i].tap[0]); in __test_hash()
1187 sg_init_one(&sg[0], data, template[i].len); in __test_skcipher()
1191 sg_init_one(&sgout[0], data, template[i].len); in __test_skcipher()
1521 sg_init_one(&src, input_vec, ilen); in test_acomp()
1522 sg_init_one(&dst, output, dlen); in test_acomp()
1548 sg_init_one(&src, output, ilen); in test_acomp()
1549 sg_init_one(&dst, decomp_out, dlen); in test_acomp()
1598 sg_init_one(&src, input_vec, ilen); in test_acomp()
1599 sg_init_one(&dst, output, dlen); in test_acomp()
2082 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
2122 sg_init_one(&src, input_buf, vec->b_public_size); in do_test_kpp()
2123 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
2153 sg_init_one(&src, a_public, vec->expected_a_public_size); in do_test_kpp()
2154 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
2274 sg_init_one(&dst, outbuf_enc, out_len_max); in test_akcipher_one()
2317 sg_init_one(&src, xbuf[0], vecs->c_size); in test_akcipher_one()
2318 sg_init_one(&dst, outbuf_dec, out_len_max); in test_akcipher_one()