Searched refs:crypto_drop_skcipher (Results 1 – 15 of 15) sorted by relevance
110 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_fpu_free()185 crypto_drop_skcipher(spawn); in crypto_fpu_create()
320 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_cts_free()400 crypto_drop_skcipher(spawn); in crypto_cts_create()
105 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_cbc_free()
349 crypto_drop_skcipher(spawn); in crypto_rfc3686_free()443 crypto_drop_skcipher(spawn); in crypto_rfc3686_create()
453 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in free()573 crypto_drop_skcipher(spawn); in create()
398 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in free()517 crypto_drop_skcipher(&ctx->spawn); in create()
374 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_free()478 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_create()
400 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_esn_free()501 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_esn_create()
212 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_pcbc_free()
251 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_cfb_free()
572 crypto_drop_skcipher(&ctx->chacha); in chachapoly_free()688 crypto_drop_skcipher(&ctx->chacha); in chachapoly_create()
452 crypto_drop_skcipher(&ctx->ctr); in crypto_ccm_free()554 crypto_drop_skcipher(&ictx->ctr); in crypto_ccm_create_common()
593 crypto_drop_skcipher(&ctx->ctr); in crypto_gcm_free()700 crypto_drop_skcipher(&ctx->ctr); in crypto_gcm_create_common()
588 crypto_drop_skcipher(&ctx->spawn); in cryptd_skcipher_free()651 crypto_drop_skcipher(&ctx->spawn); in cryptd_create_skcipher()
107 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher() function