crypto_register_alg   43 arch/x86/crypto/aes_glue.c 	return crypto_register_alg(&aes_alg);
crypto_register_alg  178 arch/x86/crypto/crc32c-intel.c 		return crypto_register_alg(&alg);
crypto_register_alg  115 arch/x86/crypto/salsa20_glue.c 	return crypto_register_alg(&alg);
crypto_register_alg   83 arch/x86/crypto/twofish_glue.c 	return crypto_register_alg(&alg);
crypto_register_alg  495 crypto/aes_generic.c 	return crypto_register_alg(&aes_alg);
crypto_register_alg  396 crypto/ansi_cprng.c 	ret = crypto_register_alg(&rng_alg);
crypto_register_alg  694 crypto/anubis.c 	ret = crypto_register_alg(&anubis_alg);
crypto_register_alg   90 crypto/arc4.c  	return crypto_register_alg(&arc4_alg);
crypto_register_alg  470 crypto/blowfish.c 	return crypto_register_alg(&alg);
crypto_register_alg 1116 crypto/camellia.c 	return crypto_register_alg(&camellia_alg);
crypto_register_alg  822 crypto/cast5.c 	return crypto_register_alg(&alg);
crypto_register_alg  533 crypto/cast6.c 	return crypto_register_alg(&alg);
crypto_register_alg  208 crypto/crc32c.c 	err = crypto_register_alg(&old_alg);
crypto_register_alg  212 crypto/crc32c.c 	err = crypto_register_alg(&alg);
crypto_register_alg  149 crypto/crypto_null.c 	ret = crypto_register_alg(&cipher_null);
crypto_register_alg  153 crypto/crypto_null.c 	ret = crypto_register_alg(&skcipher_null);
crypto_register_alg  157 crypto/crypto_null.c 	ret = crypto_register_alg(&digest_null);
crypto_register_alg  161 crypto/crypto_null.c 	ret = crypto_register_alg(&compress_null);
crypto_register_alg  213 crypto/deflate.c 	return crypto_register_alg(&alg);
crypto_register_alg  984 crypto/des_generic.c 	ret = crypto_register_alg(&des_alg);
crypto_register_alg  988 crypto/des_generic.c 	ret = crypto_register_alg(&des3_ede_alg);
crypto_register_alg  410 crypto/fcrypt.c 	return crypto_register_alg(&fcrypt_alg);
crypto_register_alg  869 crypto/khazad.c 	ret = crypto_register_alg(&khazad_alg);
crypto_register_alg   52 crypto/krng.c  	return crypto_register_alg(&krng_alg);
crypto_register_alg   94 crypto/lzo.c   	return crypto_register_alg(&alg);
crypto_register_alg  238 crypto/md4.c   	return crypto_register_alg(&alg);
crypto_register_alg  233 crypto/md5.c   	return crypto_register_alg(&alg);
crypto_register_alg  161 crypto/michael_mic.c 	return crypto_register_alg(&michael_mic_alg);
crypto_register_alg  311 crypto/rmd128.c 	return crypto_register_alg(&alg);
crypto_register_alg  355 crypto/rmd160.c 	return crypto_register_alg(&alg);
crypto_register_alg  330 crypto/rmd256.c 	return crypto_register_alg(&alg);
crypto_register_alg  379 crypto/rmd320.c 	return crypto_register_alg(&alg);
crypto_register_alg  242 crypto/salsa20_generic.c 	return crypto_register_alg(&alg);
crypto_register_alg  466 crypto/seed.c  	return crypto_register_alg(&seed_alg);
crypto_register_alg  562 crypto/serpent.c 	int ret = crypto_register_alg(&serpent_alg);
crypto_register_alg  567 crypto/serpent.c 	ret = crypto_register_alg(&tnepres_alg);
crypto_register_alg  125 crypto/sha1_generic.c 	return crypto_register_alg(&alg);
crypto_register_alg  360 crypto/sha256_generic.c 	ret = crypto_register_alg(&sha224);
crypto_register_alg  365 crypto/sha256_generic.c 	ret = crypto_register_alg(&sha256);
crypto_register_alg  285 crypto/sha512_generic.c         if ((ret = crypto_register_alg(&sha384)) < 0)
crypto_register_alg  287 crypto/sha512_generic.c         if ((ret = crypto_register_alg(&sha512)) < 0)
crypto_register_alg  274 crypto/tea.c   	ret = crypto_register_alg(&tea_alg);
crypto_register_alg  278 crypto/tea.c   	ret = crypto_register_alg(&xtea_alg);
crypto_register_alg  284 crypto/tea.c   	ret = crypto_register_alg(&xeta_alg);
crypto_register_alg  670 crypto/tgr192.c 	ret = crypto_register_alg(&tgr192);
crypto_register_alg  676 crypto/tgr192.c 	ret = crypto_register_alg(&tgr160);
crypto_register_alg  682 crypto/tgr192.c 	ret = crypto_register_alg(&tgr128);
crypto_register_alg  202 crypto/twofish.c 	return crypto_register_alg(&alg);
crypto_register_alg 1153 crypto/wp512.c 	ret = crypto_register_alg(&wp512);
crypto_register_alg 1158 crypto/wp512.c 	ret = crypto_register_alg(&wp384);
crypto_register_alg 1165 crypto/wp512.c 	ret = crypto_register_alg(&wp256);
crypto_register_alg  361 include/linux/crypto.h int crypto_register_alg(struct crypto_alg *alg);