Lines Matching refs:frontend
437 const struct crypto_type *frontend,
446 tfmsize = frontend->tfmsize;
447 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg);
457 err = frontend->init_tfm(tfm);
480 const struct crypto_type *frontend,
483 if (frontend) {
484 type &= frontend->maskclear;
485 mask &= frontend->maskclear;
486 type |= frontend->type;
487 mask |= frontend->maskset;
497 * @frontend: Frontend algorithm type
518 const struct crypto_type *frontend, u32 type, u32 mask,
527 alg = crypto_find_alg(alg_name, frontend, type, mask);
533 tfm = crypto_create_tfm_node(alg, frontend, node);