Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha2.h151 int sha2_begin(sha2_ctx ctx[1], unsigned long size);
H A Dsha2.c687 int sha2_begin(sha2_ctx ctx[1], unsigned long len) in sha2_begin() function
752 if (sha2_begin(cx, size) == SHA2_GOOD) { in sha2()