Searched refs:frontend (Results 1 – 11 of 11) sorted by relevance
| /crypto/ |
| A D | internal.h | 128 const struct crypto_type *frontend, int node); 129 void *crypto_clone_tfm(const struct crypto_type *frontend, 133 const struct crypto_type *frontend) in crypto_create_tfm() argument 135 return crypto_create_tfm_node(alg, frontend, NUMA_NO_NODE); in crypto_create_tfm() 139 const struct crypto_type *frontend, 143 const struct crypto_type *frontend, u32 type, u32 mask, 147 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm() argument 149 return crypto_alloc_tfm_node(alg_name, frontend, type, mask, NUMA_NO_NODE); in crypto_alloc_tfm() 156 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
|
| A D | api.c | 503 const struct crypto_type *frontend, int node, in crypto_alloc_tfmmem() argument 511 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem() 527 const struct crypto_type *frontend, in crypto_create_tfm_node() argument 541 err = frontend->init_tfm(tfm); in crypto_create_tfm_node() 589 const struct crypto_type *frontend, in crypto_find_alg() argument 592 if (frontend) { in crypto_find_alg() 593 type &= frontend->maskclear; in crypto_find_alg() 594 mask &= frontend->maskclear; in crypto_find_alg() 595 type |= frontend->type; in crypto_find_alg() 596 mask |= frontend->maskset; in crypto_find_alg() [all …]
|
| A D | kpp.c | 96 spawn->base.frontend = &crypto_kpp_type; in crypto_grab_kpp()
|
| A D | algapi.c | 736 alg = crypto_find_alg(name, spawn->frontend, in crypto_grab_spawn() 834 tfm = crypto_create_tfm(alg, spawn->frontend); in crypto_spawn_tfm2() 1041 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg() argument 1045 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask); in crypto_type_has_alg()
|
| A D | sig.c | 176 spawn->base.frontend = &crypto_sig_type; in crypto_grab_sig()
|
| A D | akcipher.c | 107 spawn->base.frontend = &crypto_akcipher_type; in crypto_grab_akcipher()
|
| A D | aead.c | 196 spawn->base.frontend = &crypto_aead_type; in crypto_grab_aead()
|
| A D | shash.c | 381 spawn->base.frontend = &crypto_shash_type; in crypto_grab_shash()
|
| A D | lskcipher.c | 332 spawn->base.frontend = &crypto_lskcipher_type; in crypto_grab_lskcipher()
|
| A D | skcipher.c | 381 spawn->base.frontend = &crypto_skcipher_type; in crypto_grab_skcipher()
|
| A D | ahash.c | 823 spawn->base.frontend = &crypto_ahash_type; in crypto_grab_ahash()
|
Completed in 22 milliseconds