Searched refs:template (Results 1 – 4 of 4) sorted by relevance
| /crypto/ |
| A D | algboss.c | 36 char template[CRYPTO_MAX_ALG_NAME]; member 56 tmpl = crypto_lookup_template(param->template); in cryptomgr_probe() 98 memcpy(param->template, name, len); in cryptomgr_schedule_probe()
|
| A D | testmgr.c | 2028 template += nr_unkeyed; in alg_test_hash() 2746 input = enc ? template[i].ptext : template[i].ctext; in test_cipher() 2747 result = enc ? template[i].ctext : template[i].ptext; in test_cipher() 2758 if (template[i].wk) in test_cipher() 2762 template[i].klen); in test_cipher() 3466 memcpy(seed, template[i].v, template[i].vlen); in test_cprng() 3467 memcpy(seed + template[i].vlen, template[i].key, in test_cprng() 3468 template[i].klen); in test_cprng() 3469 memcpy(seed + template[i].vlen + template[i].klen, in test_cprng() 3470 template[i].dt, template[i].dtlen); in test_cprng() [all …]
|
| A D | tcrypt.c | 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() 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() [all …]
|
| A D | Kconfig | 867 This driver implements a crypto API template that can be 869 type of the first template argument), and which defers encryption 873 template, and that the IV appears at the end of the authenticated
|
Completed in 20 milliseconds