Lines Matching refs:base
67 .flags = req->base.flags, in skcipher_crypt_blkcipher()
159 req->base.complete, req->base.data); in skcipher_crypt_ablkcipher()
289 skcipher->base.exit = crypto_skcipher_exit_tfm; in crypto_skcipher_init_tfm()
300 container_of(inst, struct skcipher_instance, s.base); in crypto_skcipher_free_instance()
310 base); in crypto_skcipher_show()
327 base); in crypto_skcipher_report()
363 .tfmsize = offsetof(struct crypto_skcipher, base),
369 spawn->base.frontend = &crypto_skcipher_type2; in crypto_grab_skcipher()
370 return crypto_grab_spawn(&spawn->base, name, type, mask); in crypto_grab_skcipher()
390 struct crypto_alg *base = &alg->base; in skcipher_prepare_alg() local
396 alg->chunksize = base->cra_blocksize; in skcipher_prepare_alg()
398 base->cra_type = &crypto_skcipher_type2; in skcipher_prepare_alg()
399 base->cra_flags &= ~CRYPTO_ALG_TYPE_MASK; in skcipher_prepare_alg()
400 base->cra_flags |= CRYPTO_ALG_TYPE_SKCIPHER; in skcipher_prepare_alg()
407 struct crypto_alg *base = &alg->base; in crypto_register_skcipher() local
414 return crypto_register_alg(base); in crypto_register_skcipher()
420 crypto_unregister_alg(&alg->base); in crypto_unregister_skcipher()