Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha2.h121 typedef sha512_ctx sha384_ctx; typedef
141 void sha384_begin(sha384_ctx ctx[1]);
143 void sha384_end(sha384_ctx ctx[1], unsigned char hval[]);
H A Dsha2.c623 void sha384_begin(sha384_ctx ctx[1]) in sha384_begin()
629 void sha384_end(sha384_ctx ctx[1], unsigned char hval[]) in sha384_end()
637 sha384_ctx cx[1]; in sha384()