Lines Matching refs:template
244 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
612 if (template[j].klen == *keysize) { in test_aead_speed()
613 key = template[j].key; in test_aead_speed()
1061 struct cipher_speed_template *template, in test_mb_skcipher_speed() argument
1137 if (template[j].klen == *keysize) { in test_mb_skcipher_speed()
1138 key = template[j].key; in test_mb_skcipher_speed()
1294 struct cipher_speed_template *template, in test_skcipher_speed() argument
1356 if (template[j].klen == *keysize) { in test_skcipher_speed()
1357 key = template[j].key; in test_skcipher_speed()
1424 struct cipher_speed_template *template, in test_acipher_speed() argument
1427 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_acipher_speed()
1432 struct cipher_speed_template *template, in test_cipher_speed() argument
1435 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_cipher_speed()