Home
last modified time | relevance | path

Searched refs:template (Results 1 – 4 of 4) sorted by relevance

/crypto/
Dtestmgr.c1889 const struct hash_testvec *template = desc->suite.hash.vecs; in alg_test_hash() local
1902 if (template[nr_unkeyed].ksize) in alg_test_hash()
1906 if (!template[nr_unkeyed + nr_keyed].ksize) { in alg_test_hash()
1912 template[nr_unkeyed + nr_keyed].ksize); in alg_test_hash()
1917 err = __alg_test_hash(template, nr_unkeyed, driver, type, mask, in alg_test_hash()
1919 template += nr_unkeyed; in alg_test_hash()
1923 err = __alg_test_hash(template, nr_keyed, driver, type, mask, in alg_test_hash()
2615 const struct cipher_testvec *template, in test_cipher() argument
2638 if (fips_enabled && template[i].fips_skip) in test_cipher()
2641 input = enc ? template[i].ptext : template[i].ctext; in test_cipher()
[all …]
Dalgboss.c43 char template[CRYPTO_MAX_ALG_NAME]; member
63 tmpl = crypto_lookup_template(param->template); in cryptomgr_probe()
103 memcpy(param->template, name, len); in cryptomgr_schedule_probe()
Dtcrypt.c252 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
[all …]
DKconfig150 Create default cryptographic template instantiations such as
555 This driver implements a crypto API template that can be
557 type of the first template argument), and which defers encryption
561 template, and that the IV appears at the end of the authenticated