crypto_unregister_skcipher   67 crypto/arc4.c  	crypto_unregister_skcipher(&arc4_alg);
crypto_unregister_skcipher  218 crypto/crypto_null.c 	crypto_unregister_skcipher(&skcipher_null);
crypto_unregister_skcipher  203 crypto/salsa20_generic.c 	crypto_unregister_skcipher(&alg);
crypto_unregister_skcipher  227 crypto/simd.c  	crypto_unregister_skcipher(&salg->alg);
crypto_unregister_skcipher 1064 crypto/skcipher.c EXPORT_SYMBOL_GPL(crypto_unregister_skcipher);
crypto_unregister_skcipher 1080 crypto/skcipher.c 		crypto_unregister_skcipher(&algs[i]);
crypto_unregister_skcipher 1091 crypto/skcipher.c 		crypto_unregister_skcipher(&algs[i]);
crypto_unregister_skcipher 1068 drivers/crypto/amcc/crypto4xx_core.c 			crypto_unregister_skcipher(&alg->alg.u.cipher);
crypto_unregister_skcipher 3501 drivers/crypto/caam/caamalg.c 			crypto_unregister_skcipher(&t_alg->skcipher);
crypto_unregister_skcipher 2516 drivers/crypto/caam/caamalg_qi.c 			crypto_unregister_skcipher(&t_alg->skcipher);
crypto_unregister_skcipher 5366 drivers/crypto/caam/caamalg_qi2.c 			crypto_unregister_skcipher(&t_alg->skcipher);
crypto_unregister_skcipher 1678 drivers/crypto/ccree/cc_cipher.c 			crypto_unregister_skcipher(&t_alg->skcipher_alg);
crypto_unregister_skcipher 1211 drivers/crypto/inside-secure/safexcel.c 			crypto_unregister_skcipher(&safexcel_algs[j]->alg.skcipher);
crypto_unregister_skcipher 1233 drivers/crypto/inside-secure/safexcel.c 			crypto_unregister_skcipher(&safexcel_algs[i]->alg.skcipher);
crypto_unregister_skcipher  216 drivers/crypto/marvell/cesa.c 		crypto_unregister_skcipher(cesa->caps->cipher_algs[j]);
crypto_unregister_skcipher  229 drivers/crypto/marvell/cesa.c 		crypto_unregister_skcipher(cesa->caps->cipher_algs[i]);
crypto_unregister_skcipher  380 drivers/crypto/sunxi-ss/sun4i-ss-core.c 			crypto_unregister_skcipher(&ss_algs[i].alg.crypto);
crypto_unregister_skcipher  407 drivers/crypto/sunxi-ss/sun4i-ss-core.c 			crypto_unregister_skcipher(&ss_algs[i].alg.crypto);
crypto_unregister_skcipher   53 drivers/crypto/vmx/vmx.c 	crypto_unregister_skcipher(&p8_aes_ctr_alg);
crypto_unregister_skcipher   55 drivers/crypto/vmx/vmx.c 	crypto_unregister_skcipher(&p8_aes_cbc_alg);
crypto_unregister_skcipher   66 drivers/crypto/vmx/vmx.c 	crypto_unregister_skcipher(&p8_aes_xts_alg);
crypto_unregister_skcipher   67 drivers/crypto/vmx/vmx.c 	crypto_unregister_skcipher(&p8_aes_ctr_alg);
crypto_unregister_skcipher   68 drivers/crypto/vmx/vmx.c 	crypto_unregister_skcipher(&p8_aes_cbc_alg);
crypto_unregister_skcipher  130 include/crypto/internal/skcipher.h void crypto_unregister_skcipher(struct skcipher_alg *alg);