Searched refs:nx_unregister_shash (Results 1 – 1 of 1) sorted by relevance
/drivers/crypto/nx/ |
D | nx.c | 547 static void nx_unregister_shash(struct shash_alg *alg, u32 fc, u32 mode, in nx_unregister_shash() function 624 nx_unregister_shash(&nx_shash_sha512_alg, NX_FC_SHA, NX_MODE_SHA, in nx_register_algs() 627 nx_unregister_shash(&nx_shash_sha256_alg, NX_FC_SHA, NX_MODE_SHA, in nx_register_algs() 795 nx_unregister_shash(&nx_shash_aes_xcbc_alg, in nx_remove() 797 nx_unregister_shash(&nx_shash_sha512_alg, in nx_remove() 799 nx_unregister_shash(&nx_shash_sha256_alg, in nx_remove()
|