Home
last modified time | relevance | path

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

/linux/crypto/
A Dsm3_generic.c152 int crypto_sm3_final(struct shash_desc *desc, u8 *out) in crypto_sm3_final() function
157 EXPORT_SYMBOL(crypto_sm3_final);
163 return crypto_sm3_final(desc, hash); in crypto_sm3_finup()
171 .final = crypto_sm3_final,
A Dsm2.c291 crypto_sm3_final(desc, dgst); in sm2_compute_z_digest()
/linux/include/crypto/
A Dsm3.h38 extern int crypto_sm3_final(struct shash_desc *desc, u8 *out);

Completed in 6 milliseconds