Searched refs:sha256_context (Results 1 – 1 of 1) sorted by relevance
24 typedef mbedtls_sha256_context sha256_context; typedef30 } sha256_context; typedef33 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