Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dsm3_generic.c159 return sm3_base_do_update(desc, data, len, sm3_generic_block_fn); in crypto_sm3_update()
172 sm3_base_do_update(desc, data, len, sm3_generic_block_fn); in crypto_sm3_finup()
/linux-4.19.296/include/crypto/
Dsm3_base.h45 static inline int sm3_base_do_update(struct shash_desc *desc, in sm3_base_do_update() function