Searched refs:sha_end (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | sha2.c | 566 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()
|