Lines Matching refs:base
64 akcipher->base.exit = crypto_akcipher_exit_tfm; in crypto_akcipher_init_tfm()
90 .tfmsize = offsetof(struct crypto_akcipher, base),
96 spawn->base.frontend = &crypto_akcipher_type; in crypto_grab_akcipher()
97 return crypto_grab_spawn(&spawn->base, name, type, mask); in crypto_grab_akcipher()
110 struct crypto_alg *base = &alg->base; in akcipher_prepare_alg() local
112 base->cra_type = &crypto_akcipher_type; in akcipher_prepare_alg()
113 base->cra_flags &= ~CRYPTO_ALG_TYPE_MASK; in akcipher_prepare_alg()
114 base->cra_flags |= CRYPTO_ALG_TYPE_AKCIPHER; in akcipher_prepare_alg()
124 struct crypto_alg *base = &alg->base; in crypto_register_akcipher() local
136 return crypto_register_alg(base); in crypto_register_akcipher()
142 crypto_unregister_alg(&alg->base); in crypto_unregister_akcipher()