Searched refs:nx_unregister_shash (Results 1 – 1 of 1) sorted by relevance
/drivers/crypto/nx/ |
D | nx.c | 546 static void nx_unregister_shash(struct shash_alg *alg, u32 fc, u32 mode, in nx_unregister_shash() function 623 nx_unregister_shash(&nx_shash_sha512_alg, NX_FC_SHA, NX_MODE_SHA, in nx_register_algs() 626 nx_unregister_shash(&nx_shash_sha256_alg, NX_FC_SHA, NX_MODE_SHA, in nx_register_algs() 794 nx_unregister_shash(&nx_shash_aes_xcbc_alg, in nx_remove() 796 nx_unregister_shash(&nx_shash_sha512_alg, in nx_remove() 798 nx_unregister_shash(&nx_shash_sha256_alg, in nx_remove()
|