Searched defs:frontend (Results 1 - 2 of 2) sorted by relevance

/crypto/
H A Dapi.c444 const struct crypto_type *frontend)
452 tfmsize = frontend->tfmsize;
453 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg);
462 err = frontend->init_tfm(tfm);
485 const struct crypto_type *frontend,
491 if (frontend) {
492 type &= frontend->maskclear;
493 mask &= frontend->maskclear;
494 type |= frontend->type;
495 mask |= frontend
443 crypto_create_tfm(struct crypto_alg *alg, const struct crypto_type *frontend) argument
484 crypto_find_alg(const char *alg_name, const struct crypto_type *frontend, u32 type, u32 mask) argument
525 crypto_alloc_tfm(const char *alg_name, const struct crypto_type *frontend, u32 type, u32 mask) argument
[all...]
H A Dalgapi.c590 const struct crypto_type *frontend)
594 if ((alg->cra_flags ^ frontend->type) & frontend->maskset)
597 spawn->frontend = frontend;
598 err = crypto_init_spawn(spawn, alg, inst, frontend->maskset);
672 tfm = crypto_create_tfm(alg, spawn->frontend);
748 const struct crypto_type *frontend,
757 return crypto_find_alg(name, frontend, type, mask);
588 crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg, struct crypto_instance *inst, const struct crypto_type *frontend) argument
747 crypto_attr_alg2(struct rtattr *rta, const struct crypto_type *frontend, u32 type, u32 mask) argument

Completed in 30 milliseconds