Searched defs:VB_SHA512_CTX (Results 1 - 1 of 1) sorted by relevance

/external/vboot_reference/firmware/lib/cryptolib/include/
H A Dsha.h53 } VB_SHA512_CTX; typedef in typeref:struct:__anon16871
64 void SHA512_init(VB_SHA512_CTX* ctx);
65 void SHA512_update(VB_SHA512_CTX* ctx, const uint8_t* data, uint32_t len);
66 uint8_t* SHA512_final(VB_SHA512_CTX* ctx);
99 VB_SHA512_CTX* sha512_ctx;

Completed in 174 milliseconds