Home
last modified time | relevance | path

Searched refs:crypto_mod_put (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/crypto/
Dapi.c46 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put() function
53 EXPORT_SYMBOL_GPL(crypto_mod_put);
90 crypto_mod_put(alg); in __crypto_alg_lookup()
106 crypto_mod_put(larval->adult); in crypto_larval_destroy()
191 crypto_mod_put(&larval->alg); in crypto_larval_wait()
211 crypto_mod_put(alg); in crypto_alg_lookup()
289 crypto_mod_put(larval); in crypto_alg_mod_lookup()
436 crypto_mod_put(alg); in crypto_alloc_base()
547 crypto_mod_put(alg); in crypto_alloc_tfm()
583 crypto_mod_put(alg); in crypto_destroy_tfm()
[all …]
Dcrypto_user.c286 crypto_mod_put(alg); in crypto_report()
357 crypto_mod_put(alg); in crypto_update_alg()
396 crypto_mod_put(alg); in crypto_del_alg()
423 crypto_mod_put(alg); in crypto_add_alg()
443 crypto_mod_put(alg); in crypto_add_alg()
Dalgapi.c645 crypto_mod_put(alg); in crypto_grab_spawn()
703 crypto_mod_put(alg); in crypto_spawn_tfm()
724 crypto_mod_put(alg); in crypto_spawn_tfm2()
1056 crypto_mod_put(alg); in crypto_type_has_alg()
Dcbc.c143 crypto_mod_put(alg); in crypto_cbc_create()
Decb.c156 crypto_mod_put(alg); in crypto_ecb_alloc()
Dxcbc.c262 crypto_mod_put(alg); in xcbc_create()
Dscompress.c221 crypto_mod_put(calg); in crypto_init_scomp_ops_async()
Dkeywrap.c354 crypto_mod_put(alg); in crypto_kw_alloc()
Dhmac.c250 crypto_mod_put(alg); in hmac_create()
Dcmac.c295 crypto_mod_put(alg); in cmac_create()
Dpcbc.c247 crypto_mod_put(alg); in crypto_pcbc_create()
Dcfb.c289 crypto_mod_put(alg); in crypto_cfb_create()
Dskcipher.c664 crypto_mod_put(calg); in crypto_init_skcipher_ops_blkcipher()
761 crypto_mod_put(calg); in crypto_init_skcipher_ops_ablkcipher()
Dccm.c550 crypto_mod_put(mac_alg); in crypto_ccm_create_common()
995 crypto_mod_put(alg); in cbcmac_create()
Dctr.c239 crypto_mod_put(alg); in crypto_ctr_alloc()
Dauthenc.c474 crypto_mod_put(auth_base); in crypto_authenc_create()
Dauthencesn.c497 crypto_mod_put(auth_base); in crypto_authenc_esn_create()
Dmcryptd.c548 crypto_mod_put(alg); in mcryptd_create_hash()
Dshash.c359 crypto_mod_put(calg); in crypto_init_shash_ops_async()
Dcryptd.c444 crypto_mod_put(alg); in cryptd_create_blkcipher()
928 crypto_mod_put(alg); in cryptd_create_hash()
Dchacha20poly1305.c684 crypto_mod_put(poly); in chachapoly_create()
Dvmac.c672 crypto_mod_put(alg); in vmac_create()
Dgcm.c696 crypto_mod_put(ghash_alg); in crypto_gcm_create_common()
/Linux-v4.19/include/crypto/
Dalgapi.h141 void crypto_mod_put(struct crypto_alg *alg);