Home
last modified time | relevance | path

Searched refs:frontend (Results 1 – 11 of 11) sorted by relevance

/crypto/
A Dinternal.h128 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 Dapi.c503 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 Dkpp.c96 spawn->base.frontend = &crypto_kpp_type; in crypto_grab_kpp()
A Dalgapi.c736 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 Dsig.c176 spawn->base.frontend = &crypto_sig_type; in crypto_grab_sig()
A Dakcipher.c107 spawn->base.frontend = &crypto_akcipher_type; in crypto_grab_akcipher()
A Daead.c196 spawn->base.frontend = &crypto_aead_type; in crypto_grab_aead()
A Dshash.c381 spawn->base.frontend = &crypto_shash_type; in crypto_grab_shash()
A Dlskcipher.c332 spawn->base.frontend = &crypto_lskcipher_type; in crypto_grab_lskcipher()
A Dskcipher.c381 spawn->base.frontend = &crypto_skcipher_type; in crypto_grab_skcipher()
A Dahash.c823 spawn->base.frontend = &crypto_ahash_type; in crypto_grab_ahash()

Completed in 22 milliseconds