Lines Matching defs:template
252 struct aead_speed_template *template,
341 pr_err("template (%u) too big for buffer (%lu)\n",
355 if (template[j].klen == *keysize) {
356 key = template[j].key;
520 struct aead_speed_template *template,
597 pr_err("template (%u) too big for tvmem (%lu)\n",
605 if (template[j].klen == *keysize) {
606 key = template[j].key;
863 pr_err("template (%u) too big for tvmem (%lu)\n",
1098 pr_err("template (%u) too big for tvmem (%lu)\n",
1250 struct cipher_speed_template *template,
1311 pr_err("template (%u) too big for buffer (%lu)\n",
1324 if (template[j].klen == *keysize) {
1325 key = template[j].key;
1482 struct cipher_speed_template *template,
1530 pr_err("template (%u) too big for "
1544 if (template[j].klen == *keysize) {
1545 key = template[j].key;
1612 struct cipher_speed_template *template,
1615 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize,
1620 struct cipher_speed_template *template,
1623 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize,