Home
last modified time | relevance | path

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

/linux-4.19.296/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()
435 crypto_mod_put(alg); in crypto_alloc_base()
546 crypto_mod_put(alg); in crypto_alloc_tfm()
582 crypto_mod_put(alg); in crypto_destroy_tfm()
[all …]
Dcrypto_user.c289 crypto_mod_put(alg); in crypto_report()
365 crypto_mod_put(alg); in crypto_update_alg()
404 crypto_mod_put(alg); in crypto_del_alg()
431 crypto_mod_put(alg); in crypto_add_alg()
451 crypto_mod_put(alg); in crypto_add_alg()
Dcbc.c176 crypto_mod_put(alg); in crypto_cbc_create()
184 crypto_mod_put(alg); in crypto_cbc_create()
Dpcbc.c271 crypto_mod_put(alg); in crypto_pcbc_create()
279 crypto_mod_put(alg); in crypto_pcbc_create()
Dcfb.c325 crypto_mod_put(alg); in crypto_cfb_create()
333 crypto_mod_put(alg); in crypto_cfb_create()
Dalgapi.c645 crypto_mod_put(alg); in crypto_grab_spawn()
695 crypto_mod_put(alg); in crypto_spawn_tfm()
716 crypto_mod_put(alg); in crypto_spawn_tfm2()
1048 crypto_mod_put(alg); in crypto_type_has_alg()
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()
Dccm.c554 crypto_mod_put(mac_alg); in crypto_ccm_create_common()
987 crypto_mod_put(alg); in cbcmac_create()
Dctr.c239 crypto_mod_put(alg); in crypto_ctr_alloc()
Dskcipher.c681 crypto_mod_put(calg); in crypto_init_skcipher_ops_blkcipher()
779 crypto_mod_put(calg); in crypto_init_skcipher_ops_ablkcipher()
Dauthenc.c482 crypto_mod_put(auth_base); in crypto_authenc_create()
Dauthencesn.c497 crypto_mod_put(auth_base); in crypto_authenc_esn_create()
Dshash.c380 crypto_mod_put(calg); in crypto_init_shash_ops_async()
Dmcryptd.c548 crypto_mod_put(alg); in mcryptd_create_hash()
Dcryptd.c444 crypto_mod_put(alg); in cryptd_create_blkcipher()
929 crypto_mod_put(alg); in cryptd_create_hash()
Dchacha20poly1305.c692 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-4.19.296/include/crypto/
Dalgapi.h141 void crypto_mod_put(struct crypto_alg *alg);