Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/internal/
Dhash.h92 crypto_drop_spawn(&spawn->base); in crypto_drop_ahash()
111 crypto_drop_spawn(&spawn->base); in crypto_drop_shash()
Daead.h41 crypto_drop_spawn(&spawn->base); in crypto_drop_aead()
Dskcipher.h41 crypto_drop_spawn(&spawn->base); in crypto_drop_skcipher()
/linux-4.1.27/arch/x86/crypto/
Dfpu.c143 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_fpu_free()
/linux-4.1.27/crypto/
Dcryptd.c384 crypto_drop_spawn(&ctx->spawn); in cryptd_create_blkcipher()
792 crypto_drop_spawn(&ctx->aead_spawn.base); in cryptd_create_aead()
835 crypto_drop_spawn(&aead_ctx->aead_spawn.base); in cryptd_free()
839 crypto_drop_spawn(&ctx->spawn); in cryptd_free()
Decb.c162 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_ecb_free()
Dccm.c565 crypto_drop_spawn(&ictx->cipher); in crypto_ccm_alloc_common()
598 crypto_drop_spawn(&ctx->cipher); in crypto_ccm_free()
833 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_rfc4309_free()
Dcbc.c266 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_cbc_free()
Dpcbc.c272 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_pcbc_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.c617 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn() function
626 EXPORT_SYMBOL_GPL(crypto_drop_spawn);
Dlrw.c377 crypto_drop_spawn(crypto_instance_ctx(inst)); in free()
Dctr.c241 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_ctr_free()
Dpcrypt.c404 crypto_drop_spawn(&ctx->spawn); in pcrypt_free()
Dahash.c596 crypto_drop_spawn(crypto_instance_ctx(inst)); in ahash_free_instance()
Dshash.c686 crypto_drop_spawn(crypto_instance_ctx(inst)); in shash_free_instance()
Dmcryptd.c585 crypto_drop_spawn(&ctx->spawn); in mcryptd_free()
Dgcm.c1050 crypto_drop_spawn(crypto_instance_ctx(inst)); in crypto_rfc4106_free()
/linux-4.1.27/include/crypto/
Dalgapi.h148 void crypto_drop_spawn(struct crypto_spawn *spawn);