crypto_register_skcipher   62 crypto/arc4.c  	return crypto_register_skcipher(&arc4_alg);
crypto_register_skcipher  200 crypto/crypto_null.c 	ret = crypto_register_skcipher(&skcipher_null);
crypto_register_skcipher  198 crypto/salsa20_generic.c 	return crypto_register_skcipher(&alg);
crypto_register_skcipher  197 crypto/simd.c  	err = crypto_register_skcipher(alg);
crypto_register_skcipher 1058 crypto/skcipher.c EXPORT_SYMBOL_GPL(crypto_register_skcipher);
crypto_register_skcipher 1071 crypto/skcipher.c 		ret = crypto_register_skcipher(&algs[i]);
crypto_register_skcipher 1035 drivers/crypto/amcc/crypto4xx_core.c 			rc = crypto_register_skcipher(&alg->alg.u.cipher);
crypto_register_skcipher 3616 drivers/crypto/caam/caamalg.c 		err = crypto_register_skcipher(&t_alg->skcipher);
crypto_register_skcipher 2608 drivers/crypto/caam/caamalg_qi.c 		err = crypto_register_skcipher(&t_alg->skcipher);
crypto_register_skcipher 5210 drivers/crypto/caam/caamalg_qi2.c 		err = crypto_register_skcipher(&t_alg->skcipher);
crypto_register_skcipher 1724 drivers/crypto/ccree/cc_cipher.c 		rc = crypto_register_skcipher(&t_alg->skcipher_alg);
crypto_register_skcipher 1190 drivers/crypto/inside-secure/safexcel.c 			ret = crypto_register_skcipher(&safexcel_algs[i]->alg.skcipher);
crypto_register_skcipher  196 drivers/crypto/marvell/cesa.c 		ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]);
crypto_register_skcipher  349 drivers/crypto/sunxi-ss/sun4i-ss-core.c 			err = crypto_register_skcipher(&ss_algs[i].alg.crypto);
crypto_register_skcipher   38 drivers/crypto/vmx/vmx.c 	ret = crypto_register_skcipher(&p8_aes_cbc_alg);
crypto_register_skcipher   42 drivers/crypto/vmx/vmx.c 	ret = crypto_register_skcipher(&p8_aes_ctr_alg);
crypto_register_skcipher   46 drivers/crypto/vmx/vmx.c 	ret = crypto_register_skcipher(&p8_aes_xts_alg);
crypto_register_skcipher  129 include/crypto/internal/skcipher.h int crypto_register_skcipher(struct skcipher_alg *alg);