Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha2.h138 void sha256_end(sha256_ctx ctx[1], unsigned char hval[]);
H A Dsha2.c350 void sha256_end(sha256_ctx ctx[1], unsigned char hval[]) in sha256_end() function
400 sha256_end(cx, hval); in sha256()
736 sha256_end(CTX_256(ctx), hval); in sha2_end()
H A Dtrust_merger.c511 sha256_end(&ctx, pHash); in bl3xHash256()