Searched refs:nx_register_shash (Results 1 – 1 of 1) sorted by relevance
/drivers/crypto/nx/ |
D | nx.c | 526 static int nx_register_shash(struct shash_alg *alg, u32 fc, u32 mode, int slot) in nx_register_shash() function 605 rc = nx_register_shash(&nx_shash_sha256_alg, NX_FC_SHA, NX_MODE_SHA, in nx_register_algs() 610 rc = nx_register_shash(&nx_shash_sha512_alg, NX_FC_SHA, NX_MODE_SHA, in nx_register_algs() 615 rc = nx_register_shash(&nx_shash_aes_xcbc_alg, in nx_register_algs()
|