Searched refs:crypto_unregister_algs (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | crypto_null.c | 209 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_init() 216 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_fini()
|
| H A D | des_generic.c | 122 crypto_unregister_algs(des_algs, ARRAY_SIZE(des_algs)); in des_generic_mod_fini()
|
| H A D | tea.c | 268 crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); in tea_mod_fini()
|
| H A D | algapi.c | 487 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs() function 494 EXPORT_SYMBOL_GPL(crypto_unregister_algs);
|
| H A D | serpent_generic.c | 669 crypto_unregister_algs(srp_algs, ARRAY_SIZE(srp_algs)); in serpent_mod_fini()
|
| /OK3568_Linux_fs/kernel/arch/sparc/crypto/ |
| H A D | des_glue.c | 464 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init() 470 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_fini()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | crypto.h | 616 void crypto_unregister_algs(struct crypto_alg *algs, int count);
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | devel-algos.rst | 35 void crypto_unregister_algs(struct crypto_alg *algs, int count);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_qcom | 315 crypto_unregister_algs
|