Searched refs:crypto_drop_skcipher (Results 1 – 13 of 13) sorted by relevance
294 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in free()414 crypto_drop_skcipher(spawn); in create()
258 crypto_drop_skcipher(spawn); in crypto_rfc3686_free()352 crypto_drop_skcipher(spawn); in crypto_rfc3686_create()
324 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in crypto_cts_free()404 crypto_drop_skcipher(spawn); in crypto_cts_create()
333 crypto_drop_skcipher(skcipher_instance_ctx(inst)); in free()452 crypto_drop_skcipher(&ctx->spawn); in create()
377 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_free()481 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_create()
395 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_esn_free()496 crypto_drop_skcipher(&ctx->enc); in crypto_authenc_esn_create()
470 crypto_drop_skcipher(&ictx->streamcipher_spawn); in adiantum_free_instance()638 crypto_drop_skcipher(&ictx->streamcipher_spawn); in adiantum_create()
390 crypto_drop_skcipher(&ictx->u.skcipher_spawn); in essiv_skcipher_free_instance()632 crypto_drop_skcipher(&ictx->u.skcipher_spawn); in essiv_create()
557 crypto_drop_skcipher(&ctx->chacha); in chachapoly_free()673 crypto_drop_skcipher(&ctx->chacha); in chachapoly_create()
450 crypto_drop_skcipher(&ctx->ctr); in crypto_ccm_free()556 crypto_drop_skcipher(&ictx->ctr); in crypto_ccm_create_common()
392 crypto_drop_skcipher(&ctx->spawn); in cryptd_skcipher_free()456 crypto_drop_skcipher(&ctx->spawn); in cryptd_create_skcipher()
577 crypto_drop_skcipher(&ctx->ctr); in crypto_gcm_free()684 crypto_drop_skcipher(&ctx->ctr); in crypto_gcm_create_common()
100 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher() function