Home
last modified time | relevance | path

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

/include/u-boot/
A Dsha256.h24 typedef mbedtls_sha256_context sha256_context; typedef
30 } sha256_context; typedef
33 void sha256_starts(sha256_context * ctx);
34 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length);
35 void sha256_finish(sha256_context * ctx, uint8_t digest[SHA256_SUM_LEN]);

Completed in 26 milliseconds