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

/external/vboot_reference/firmware/lib/cryptolib/include/
H A Dsha.h45 } VB_SHA256_CTX; typedef in typeref:struct:__anon23893
60 void SHA256_init(VB_SHA256_CTX* ctx);
61 void SHA256_update(VB_SHA256_CTX* ctx, const uint8_t* data, uint32_t len);
62 uint8_t* SHA256_final(VB_SHA256_CTX* ctx);
98 VB_SHA256_CTX* sha256_ctx;

Completed in 52 milliseconds