Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H 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,
H A Dsm2.c291 crypto_sm3_final(desc, dgst); in sm2_compute_z_digest()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dsm3.h38 extern int crypto_sm3_final(struct shash_desc *desc, u8 *out);