Lines Matching refs:spawn

49 	struct crypto_spawn spawn;  member
54 struct crypto_skcipher_spawn spawn; member
59 struct crypto_shash_spawn spawn; member
321 struct crypto_spawn *spawn = &ictx->spawn; in cryptd_blkcipher_init_tfm() local
325 cipher = crypto_spawn_blkcipher(spawn); in cryptd_blkcipher_init_tfm()
410 err = crypto_init_spawn(&ctx->spawn, alg, inst, in cryptd_create_blkcipher()
438 crypto_drop_spawn(&ctx->spawn); in cryptd_create_blkcipher()
563 struct crypto_skcipher_spawn *spawn = &ictx->spawn; in cryptd_skcipher_init_tfm() local
567 cipher = crypto_spawn_skcipher(spawn); in cryptd_skcipher_init_tfm()
588 crypto_drop_skcipher(&ctx->spawn); in cryptd_skcipher_free()
619 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in cryptd_create_skcipher()
620 err = crypto_grab_skcipher(&ctx->spawn, name, type, mask); in cryptd_create_skcipher()
624 alg = crypto_spawn_skcipher_alg(&ctx->spawn); in cryptd_create_skcipher()
651 crypto_drop_skcipher(&ctx->spawn); in cryptd_create_skcipher()
662 struct crypto_shash_spawn *spawn = &ictx->spawn; in cryptd_hash_init_tfm() local
666 hash = crypto_spawn_shash(spawn); in cryptd_hash_init_tfm()
894 err = crypto_init_shash_spawn(&ctx->spawn, salg, in cryptd_create_hash()
922 crypto_drop_shash(&ctx->spawn); in cryptd_create_hash()
1029 struct crypto_aead_spawn *spawn = &ictx->aead_spawn; in cryptd_aead_init_tfm() local
1033 cipher = crypto_spawn_aead(spawn); in cryptd_aead_init_tfm()
1143 crypto_drop_shash(&hctx->spawn); in cryptd_free()
1151 crypto_drop_spawn(&ctx->spawn); in cryptd_free()