Home
last modified time | relevance | path

Searched refs:crypto_drop_skcipher (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/arch/x86/crypto/
Dfpu.c110 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_fpu_free()
185 crypto_drop_skcipher(spawn); in crypto_fpu_create()
/Linux-v4.19/crypto/
Dcts.c320 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_cts_free()
400 crypto_drop_skcipher(spawn); in crypto_cts_create()
Dcbc.c105 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_cbc_free()
Dctr.c349 crypto_drop_skcipher(spawn); in crypto_rfc3686_free()
443 crypto_drop_skcipher(spawn); in crypto_rfc3686_create()
Dlrw.c453 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in free()
573 crypto_drop_skcipher(spawn); in create()
Dxts.c398 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in free()
517 crypto_drop_skcipher(&ctx->spawn); in create()
Dauthenc.c374 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_free()
478 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_create()
Dauthencesn.c400 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_esn_free()
501 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_esn_create()
Dpcbc.c212 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_pcbc_free()
Dcfb.c251 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_cfb_free()
Dchacha20poly1305.c572 crypto_drop_skcipher(&ctx->chacha); in chachapoly_free()
688 crypto_drop_skcipher(&ctx->chacha); in chachapoly_create()
Dccm.c452 crypto_drop_skcipher(&ctx->ctr); in crypto_ccm_free()
554 crypto_drop_skcipher(&ictx->ctr); in crypto_ccm_create_common()
Dgcm.c593 crypto_drop_skcipher(&ctx->ctr); in crypto_gcm_free()
700 crypto_drop_skcipher(&ctx->ctr); in crypto_gcm_create_common()
Dcryptd.c588 crypto_drop_skcipher(&ctx->spawn); in cryptd_skcipher_free()
651 crypto_drop_skcipher(&ctx->spawn); in cryptd_create_skcipher()
/Linux-v4.19/include/crypto/internal/
Dskcipher.h107 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher() function