Home
last modified time | relevance | path

Searched refs:riscv64_sm3_finup (Results 1 – 1 of 1) sorted by relevance

/linux/arch/riscv/crypto/
H A Dsm3-riscv64-glue.c46 static int riscv64_sm3_finup(struct shash_desc *desc, const u8 *data, in riscv64_sm3_finup() function
72 return riscv64_sm3_finup(desc, NULL, 0, out); in riscv64_sm3_final()
79 .finup = riscv64_sm3_finup,