Searched refs:anp (Results 1 – 2 of 2) sorted by relevance
819 sg_init_table(sg, template[i].anp + template[i].np); in __test_aead()821 sg_init_table(sgout, template[i].anp + template[i].np); in __test_aead()824 for (k = 0, temp = 0; k < template[i].anp; k++) { in __test_aead()849 sg_set_buf(&sg[template[i].anp + k], in __test_aead()858 sg_set_buf(&sgout[template[i].anp + k], in __test_aead()879 if (WARN_ON(sg[template[i].anp + k - 1].offset + in __test_aead()880 sg[template[i].anp + k - 1].length + in __test_aead()887 sgout[template[i].anp + k - 1].length += in __test_aead()889 sg[template[i].anp + k - 1].length += authsize; in __test_aead()
90 int anp; member16022 .anp = 2,16106 .anp = 3,