Home
last modified time | relevance | path

Searched refs:crypto_drop_spawn (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/include/crypto/internal/
Dhash.h101 crypto_drop_spawn(&spawn->base); in crypto_drop_ahash()
120 crypto_drop_spawn(&spawn->base); in crypto_drop_shash()
Dakcipher.h104 crypto_drop_spawn(&spawn->base); in crypto_drop_akcipher()
Daead.h100 crypto_drop_spawn(&spawn->base); in crypto_drop_aead()
Dskcipher.h109 crypto_drop_spawn(&spawn->base); in crypto_drop_skcipher()
/Linux-v4.19/crypto/
Dcbc.c182 crypto_drop_spawn(spawn); in crypto_cbc_create()
Decb.c162 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_ecb_free()
Dkeywrap.c360 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_kw_free()
Dpcbc.c283 crypto_drop_spawn(spawn); in crypto_pcbc_create()
Dcfb.c325 crypto_drop_spawn(spawn); in crypto_cfb_create()
Dalgapi.c650 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn() function
659 EXPORT_SYMBOL_GPL(crypto_drop_spawn);
Dctr.c249 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_ctr_free()
Dahash.c628 crypto_drop_spawn(crypto_instance_ctx(inst)); in ahash_free_instance()
Dmcryptd.c582 crypto_drop_spawn(&ctx->spawn); in mcryptd_free()
Dshash.c555 crypto_drop_spawn(crypto_instance_ctx(inst)); in shash_free_instance()
Dcryptd.c438 crypto_drop_spawn(&ctx->spawn); in cryptd_create_blkcipher()
1151 crypto_drop_spawn(&ctx->spawn); in cryptd_free()
/Linux-v4.19/include/crypto/
Dalgapi.h159 void crypto_drop_spawn(struct crypto_spawn *spawn);