Lines Matching refs:template
251 struct aead_speed_template *template, in test_mb_aead_speed() argument
354 if (template[j].klen == *keysize) { in test_mb_aead_speed()
355 key = template[j].key; in test_mb_aead_speed()
519 struct aead_speed_template *template, in test_aead_speed() argument
604 if (template[j].klen == *keysize) { in test_aead_speed()
605 key = template[j].key; in test_aead_speed()
1249 struct cipher_speed_template *template, in test_mb_skcipher_speed() argument
1332 if (template[j].klen == *keysize) { in test_mb_skcipher_speed()
1333 key = template[j].key; in test_mb_skcipher_speed()
1490 struct cipher_speed_template *template, in test_skcipher_speed() argument
1552 if (template[j].klen == *keysize) { in test_skcipher_speed()
1553 key = template[j].key; in test_skcipher_speed()
1620 struct cipher_speed_template *template, in test_acipher_speed() argument
1623 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_acipher_speed()
1628 struct cipher_speed_template *template, in test_cipher_speed() argument
1631 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_cipher_speed()