Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/internal/
Dhash.h92 crypto_drop_spawn(&spawn->base); in crypto_drop_ahash()
111 crypto_drop_spawn(&spawn->base); in crypto_drop_shash()
Dskcipher.h41 crypto_drop_spawn(&spawn->base); in crypto_drop_skcipher()
Daead.h94 crypto_drop_spawn(&spawn->base); in crypto_drop_aead()
/linux-4.4.14/arch/x86/crypto/
Dfpu.c143 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_fpu_free()
/linux-4.4.14/crypto/
Decb.c162 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_ecb_free()
Dkeywrap.c392 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_kw_free()
Dpcbc.c272 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_pcbc_free()
Dcbc.c266 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_cbc_free()
Dxts.c339 crypto_drop_spawn(crypto_instance_ctx(inst)); in free()
Dcts.c329 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_cts_free()
Dalgapi.c641 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn() function
650 EXPORT_SYMBOL_GPL(crypto_drop_spawn);
Dlrw.c377 crypto_drop_spawn(crypto_instance_ctx(inst)); in free()
Dccm.c499 crypto_drop_spawn(&ctx->cipher); in crypto_ccm_free()
602 crypto_drop_spawn(&ictx->cipher); in crypto_ccm_create_common()
Dcryptd.c393 crypto_drop_spawn(&ctx->spawn); in cryptd_create_blkcipher()
869 crypto_drop_spawn(&ctx->spawn); in cryptd_free()
Dctr.c241 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_ctr_free()
Dahash.c596 crypto_drop_spawn(crypto_instance_ctx(inst)); in ahash_free_instance()
Dshash.c681 crypto_drop_spawn(crypto_instance_ctx(inst)); in shash_free_instance()
Dmcryptd.c585 crypto_drop_spawn(&ctx->spawn); in mcryptd_free()
/linux-4.4.14/include/crypto/
Dalgapi.h152 void crypto_drop_spawn(struct crypto_spawn *spawn);