Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/internal/
Dskcipher.h39 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher() function
/linux-4.4.14/crypto/
Dctr.c417 crypto_drop_skcipher(spawn); in crypto_rfc3686_alloc()
427 crypto_drop_skcipher(spawn); in crypto_rfc3686_free()
Dauthenc.c375 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_free()
475 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_create()
Dauthencesn.c391 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_esn_free()
489 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_esn_create()
Dchacha20poly1305.c564 crypto_drop_skcipher(&ctx->chacha); in chachapoly_free()
673 crypto_drop_skcipher(&ctx->chacha); in chachapoly_create()
Dblkcipher.c706 crypto_drop_skcipher(spawn); in skcipher_geniv_alloc()
716 crypto_drop_skcipher(crypto_instance_ctx(inst)); in skcipher_geniv_free()
Dccm.c500 crypto_drop_skcipher(&ctx->ctr); in crypto_ccm_free()
600 crypto_drop_skcipher(&ictx->ctr); in crypto_ccm_create_common()
Dgcm.c614 crypto_drop_skcipher(&ctx->ctr); in crypto_gcm_free()
718 crypto_drop_skcipher(&ctx->ctr); in crypto_gcm_create_common()