octeon_sha512_algs  224 arch/mips/cavium-octeon/crypto/octeon-sha512.c static struct shash_alg octeon_sha512_algs[2] = { {
octeon_sha512_algs  256 arch/mips/cavium-octeon/crypto/octeon-sha512.c 	return crypto_register_shashes(octeon_sha512_algs,
octeon_sha512_algs  257 arch/mips/cavium-octeon/crypto/octeon-sha512.c 				       ARRAY_SIZE(octeon_sha512_algs));
octeon_sha512_algs  262 arch/mips/cavium-octeon/crypto/octeon-sha512.c 	crypto_unregister_shashes(octeon_sha512_algs,
octeon_sha512_algs  263 arch/mips/cavium-octeon/crypto/octeon-sha512.c 				  ARRAY_SIZE(octeon_sha512_algs));