Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha2.c566 static void sha_end(sha512_ctx ctx[1], unsigned char hval[], in sha_end() function
631 sha_end(ctx, hval, SHA384_DIGEST_SIZE); in sha384_end()
664 sha_end(ctx, hval, SHA512_DIGEST_SIZE); in sha512_end()
739 sha_end(CTX_384(ctx), hval, SHA384_DIGEST_SIZE); in sha2_end()
742 sha_end(CTX_512(ctx), hval, SHA512_DIGEST_SIZE); in sha2_end()