Symbol: crypto_unregister_alg
arch/arm64/crypto/sm4-ce-cipher-glue.c
76
crypto_unregister_alg(&sm4_ce_alg);
arch/riscv/crypto/sm4-riscv64-glue.c
98
crypto_unregister_alg(&riscv64_sm4_alg);
arch/s390/crypto/des_s390.c
426
crypto_unregister_alg(des_s390_algs_ptr[des_s390_algs_num]);
arch/sparc/crypto/camellia_glue.c
275
crypto_unregister_alg(&cipher_alg);
arch/sparc/crypto/camellia_glue.c
281
crypto_unregister_alg(&cipher_alg);
arch/x86/crypto/blowfish_glue.c
178
crypto_unregister_alg(&bf_cipher_alg);
arch/x86/crypto/blowfish_glue.c
185
crypto_unregister_alg(&bf_cipher_alg);
arch/x86/crypto/camellia_glue.c
1399
crypto_unregister_alg(&camellia_cipher_alg);
arch/x86/crypto/camellia_glue.c
1406
crypto_unregister_alg(&camellia_cipher_alg);
arch/x86/crypto/des3_ede_glue.c
372
crypto_unregister_alg(&des3_ede_cipher);
arch/x86/crypto/des3_ede_glue.c
379
crypto_unregister_alg(&des3_ede_cipher);
arch/x86/crypto/twofish_glue.c
91
crypto_unregister_alg(&alg);
crypto/acompress.c
328
crypto_unregister_alg(&alg->base);
crypto/aead.c
265
crypto_unregister_alg(&alg->base);
crypto/aes.c
59
crypto_unregister_alg(&alg);
crypto/ahash.c
1012
crypto_unregister_alg(&alg->halg.base);
crypto/akcipher.c
155
crypto_unregister_alg(&alg->base);
crypto/algapi.c
508
EXPORT_SYMBOL_GPL(crypto_unregister_alg);
crypto/algapi.c
531
crypto_unregister_alg(&algs[i]);
crypto/anubis.c
691
crypto_unregister_alg(&anubis_alg);
crypto/aria_generic.c
304
crypto_unregister_alg(&aria_alg);
crypto/blowfish_generic.c
124
crypto_unregister_alg(&alg);
crypto/camellia_generic.c
1064
crypto_unregister_alg(&camellia_alg);
crypto/cast5_generic.c
531
crypto_unregister_alg(&alg);
crypto/cast6_generic.c
271
crypto_unregister_alg(&alg);
crypto/crypto_null.c
139
crypto_unregister_alg(&cipher_null);
crypto/crypto_null.c
146
crypto_unregister_alg(&cipher_null);
crypto/fcrypt.c
411
crypto_unregister_alg(&fcrypt_alg);
crypto/khazad.c
867
crypto_unregister_alg(&khazad_alg);
crypto/kpp.c
125
crypto_unregister_alg(&alg->base);
crypto/lskcipher.c
377
crypto_unregister_alg(&alg->co.base);
crypto/rng.c
195
crypto_unregister_alg(&alg->base);
crypto/scompress.c
374
crypto_unregister_alg(&alg->base);
crypto/seed.c
460
crypto_unregister_alg(&seed_alg);
crypto/serpent_generic.c
599
crypto_unregister_alg(&srp_alg);
crypto/shash.c
534
crypto_unregister_alg(&alg->base);
crypto/sig.c
152
crypto_unregister_alg(&alg->base);
crypto/skcipher.c
733
crypto_unregister_alg(&alg->base);
crypto/sm4_generic.c
83
crypto_unregister_alg(&sm4_alg);
crypto/twofish_generic.c
187
crypto_unregister_alg(&alg);
drivers/crypto/geode-aes.c
355
crypto_unregister_alg(&geode_alg);
drivers/crypto/geode-aes.c
402
crypto_unregister_alg(&geode_alg);
drivers/crypto/padlock-aes.c
519
crypto_unregister_alg(&aes_alg);
drivers/crypto/padlock-aes.c
529
crypto_unregister_alg(&aes_alg);
include/crypto/algapi.h
135
void crypto_unregister_alg(struct crypto_alg *alg);