Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/internal/
Dskcipher.h95 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher() function
/kernel/linux/linux-5.10/crypto/
Dessiv.c371 crypto_drop_skcipher(&ictx->u.skcipher_spawn); in essiv_skcipher_free_instance()
614 crypto_drop_skcipher(&ictx->u.skcipher_spawn); in essiv_create()
Dctr.c252 crypto_drop_skcipher(spawn); in crypto_rfc3686_free()
Dlrw.c295 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in lrw_free_instance()
Dcts.c320 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_cts_free()
Dxts.c334 crypto_drop_skcipher(&ictx->spawn); in xts_free_instance()
Dauthencesn.c385 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_esn_free()
Dauthenc.c367 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_free()
Dadiantum.c461 crypto_drop_skcipher(&ictx->streamcipher_spawn); in adiantum_free_instance()
Dchacha20poly1305.c550 crypto_drop_skcipher(&ctx->chacha); in chachapoly_free()
Dccm.c441 crypto_drop_skcipher(&ctx->ctr); in crypto_ccm_free()
Dcryptd.c364 crypto_drop_skcipher(&ctx->spawn); in cryptd_skcipher_free()
Dgcm.c571 crypto_drop_skcipher(&ctx->ctr); in crypto_gcm_free()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0003_linux_crypto.patch1159 + crypto_drop_skcipher(&ctx->enc);