Home
last modified time | relevance | path

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

/include/u-boot/
A Dsha512.h22 typedef mbedtls_sha512_context sha512_context; typedef
28 } sha512_context; typedef
33 void sha512_starts(sha512_context * ctx);
34 void sha512_update(sha512_context *ctx, const uint8_t *input, uint32_t length);
35 void sha512_finish(sha512_context * ctx, uint8_t digest[SHA512_SUM_LEN]);
42 void sha384_starts(sha512_context * ctx);
43 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length);
44 void sha384_finish(sha512_context * ctx, uint8_t digest[SHA384_SUM_LEN]);

Completed in 3 milliseconds