Lines Matching defs:template
244 struct aead_speed_template *template,
340 pr_err("template (%u) too big for buffer (%lu)\n",
354 if (template[j].klen == *keysize) {
355 key = template[j].key;
519 struct aead_speed_template *template,
604 pr_err("template (%u) too big for tvmem (%lu)\n",
612 if (template[j].klen == *keysize) {
613 key = template[j].key;
909 pr_err("template (%u) too big for tvmem (%lu)\n",
1061 struct cipher_speed_template *template,
1124 pr_err("template (%u) too big for buffer (%lu)\n",
1137 if (template[j].klen == *keysize) {
1138 key = template[j].key;
1294 struct cipher_speed_template *template,
1342 pr_err("template (%u) too big for "
1356 if (template[j].klen == *keysize) {
1357 key = template[j].key;
1424 struct cipher_speed_template *template,
1427 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize,
1432 struct cipher_speed_template *template,
1435 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize,