Symbol: crypto_unregister_skcipher
arch/powerpc/crypto/vmx.c
45
crypto_unregister_skcipher(&p8_aes_ctr_alg);
arch/powerpc/crypto/vmx.c
47
crypto_unregister_skcipher(&p8_aes_cbc_alg);
arch/powerpc/crypto/vmx.c
56
crypto_unregister_skcipher(&p8_aes_xts_alg);
arch/powerpc/crypto/vmx.c
57
crypto_unregister_skcipher(&p8_aes_ctr_alg);
arch/powerpc/crypto/vmx.c
58
crypto_unregister_skcipher(&p8_aes_cbc_alg);
arch/riscv/crypto/aes-riscv64-glue.c
538
crypto_unregister_skcipher(&riscv64_zvkned_zvkb_aes_skcipher_alg);
arch/riscv/crypto/aes-riscv64-glue.c
548
crypto_unregister_skcipher(&riscv64_zvkned_zvbb_zvkg_aes_skcipher_alg);
arch/riscv/crypto/aes-riscv64-glue.c
550
crypto_unregister_skcipher(&riscv64_zvkned_zvkb_aes_skcipher_alg);
arch/s390/crypto/aes_s390.c
964
crypto_unregister_skcipher(aes_s390_skcipher_algs[aes_s390_skciphers_num]);
arch/s390/crypto/des_s390.c
428
crypto_unregister_skcipher(des_s390_skciphers_ptr[des_s390_skciphers_num]);
crypto/crypto_engine.c
624
return crypto_unregister_skcipher(&alg->base);
crypto/crypto_null.c
148
crypto_unregister_skcipher(&skcipher_null);
crypto/simd.c
202
crypto_unregister_skcipher(&salg->alg);
crypto/skcipher.c
735
EXPORT_SYMBOL_GPL(crypto_unregister_skcipher);
crypto/skcipher.c
758
crypto_unregister_skcipher(&algs[i]);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
495
crypto_unregister_skcipher(&ss_algs[i].alg.crypto);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
518
crypto_unregister_skcipher(&ss_algs[i].alg.crypto);
drivers/crypto/amcc/crypto4xx_core.c
1022
crypto_unregister_skcipher(&alg->alg.u.cipher);
drivers/crypto/atmel-aes.c
2211
crypto_unregister_skcipher(&aes_xts_alg);
drivers/crypto/atmel-aes.c
2273
crypto_unregister_skcipher(&aes_xts_alg);
drivers/crypto/bcm/cipher.c
4518
crypto_unregister_skcipher(&driver_algs[j].alg.skcipher);
drivers/crypto/bcm/cipher.c
4674
crypto_unregister_skcipher(&driver_algs[i].alg.skcipher);
drivers/crypto/caam/caamalg_qi.c
2588
crypto_unregister_skcipher(&t_alg->skcipher);
drivers/crypto/caam/caamalg_qi2.c
5465
crypto_unregister_skcipher(&t_alg->skcipher);
drivers/crypto/ccp/ccp-crypto-main.c
381
crypto_unregister_skcipher(&ablk_alg->alg);
drivers/crypto/ccree/cc_cipher.c
1418
crypto_unregister_skcipher(&t_alg->skcipher_alg);
drivers/crypto/chelsio/chcr_algo.c
4264
crypto_unregister_skcipher(
drivers/crypto/hifn_795x.c
2293
crypto_unregister_skcipher(&a->alg);
drivers/crypto/hisilicon/sec2/sec_crypto.c
2673
crypto_unregister_skcipher(&sec_skciphers[i].alg);
drivers/crypto/inside-secure/eip93/eip93-main.c
120
crypto_unregister_skcipher(&eip93_algs[j]->alg.skcipher);
drivers/crypto/inside-secure/safexcel.c
1293
crypto_unregister_skcipher(&safexcel_algs[j]->alg.skcipher);
drivers/crypto/inside-secure/safexcel.c
1315
crypto_unregister_skcipher(&safexcel_algs[i]->alg.skcipher);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
1581
crypto_unregister_skcipher(&ixp4xx_algos[i].crypto);
drivers/crypto/marvell/cesa/cesa.c
210
crypto_unregister_skcipher(cesa->caps->cipher_algs[j]);
drivers/crypto/marvell/cesa/cesa.c
223
crypto_unregister_skcipher(cesa->caps->cipher_algs[i]);
drivers/crypto/nx/nx.c
514
crypto_unregister_skcipher(alg);
drivers/crypto/padlock-aes.c
517
crypto_unregister_skcipher(&ecb_aes_alg);
drivers/crypto/padlock-aes.c
527
crypto_unregister_skcipher(&cbc_aes_alg);
drivers/crypto/padlock-aes.c
528
crypto_unregister_skcipher(&ecb_aes_alg);
drivers/crypto/qce/skcipher.c
502
crypto_unregister_skcipher(&tmpl->alg.skcipher);
drivers/crypto/s5p-sss.c
2280
crypto_unregister_skcipher(&algs[j]);
drivers/crypto/s5p-sss.c
2300
crypto_unregister_skcipher(&algs[i]);
drivers/crypto/sa2ul.c
2224
crypto_unregister_skcipher(&sa_algs[i].alg.skcipher);
drivers/crypto/talitos.c
3150
crypto_unregister_skcipher(&t_alg->algt.alg.skcipher);
include/crypto/internal/skcipher.h
201
void crypto_unregister_skcipher(struct skcipher_alg *alg);