Searched refs:crypto_drop_aead (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/crypto/internal/
H A Daead.h103 static inline void crypto_drop_aead(struct crypto_aead_spawn *spawn) function
/linux-master/crypto/
H A Dgeniv.c37 crypto_drop_aead(aead_instance_ctx(inst));
H A Dessiv.c385 crypto_drop_aead(&ictx->u.aead_spawn);
622 crypto_drop_aead(&ictx->u.aead_spawn);
H A Dpcrypt.c214 crypto_drop_aead(&ctx->spawn);
H A Dgcm.c819 crypto_drop_aead(aead_instance_ctx(inst));
1033 crypto_drop_aead(&ctx->aead);
H A Dccm.c700 crypto_drop_aead(aead_instance_ctx(inst));
H A Dcryptd.c862 crypto_drop_aead(&ctx->aead_spawn);

Completed in 153 milliseconds