Searched refs:lib_sha256_base_do_update (Results 1 – 2 of 2) sorted by relevance
37 static inline int lib_sha256_base_do_update(struct sha256_state *sctx, in lib_sha256_base_do_update() function81 return lib_sha256_base_do_update(sctx, data, len, block_fn); in sha256_base_do_update()
136 lib_sha256_base_do_update(sctx, data, len, sha256_transform_blocks); in sha256_update()