Lines Matching refs:template
252 struct aead_speed_template *template, in test_mb_aead_speed() argument
355 if (template[j].klen == *keysize) { in test_mb_aead_speed()
356 key = template[j].key; in test_mb_aead_speed()
520 struct aead_speed_template *template, in test_aead_speed() argument
605 if (template[j].klen == *keysize) { in test_aead_speed()
606 key = template[j].key; in test_aead_speed()
1250 struct cipher_speed_template *template, in test_mb_skcipher_speed() argument
1324 if (template[j].klen == *keysize) { in test_mb_skcipher_speed()
1325 key = template[j].key; in test_mb_skcipher_speed()
1482 struct cipher_speed_template *template, in test_skcipher_speed() argument
1544 if (template[j].klen == *keysize) { in test_skcipher_speed()
1545 key = template[j].key; in test_skcipher_speed()
1612 struct cipher_speed_template *template, in test_acipher_speed() argument
1615 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_acipher_speed()
1620 struct cipher_speed_template *template, in test_cipher_speed() argument
1623 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_cipher_speed()