Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/hal/
A Dota_hal_digest.h35 } ota_sha256_context; typedef
52 ota_sha256_context sha256_ctx; /* sh256 hash context */
116 void ota_sha256_free(ota_sha256_context *ctx);
117 void ota_sha256_init(ota_sha256_context *ctx);
118 void ota_sha256_starts(ota_sha256_context *ctx, int is224);
119 void ota_sha256_update(ota_sha256_context *ctx, const unsigned char *input, unsigned int ilen);
120 void ota_sha256_finish(ota_sha256_context *ctx, unsigned char output[32]);
A Dota_hal_digest.c21 void ota_sha256_free(ota_sha256_context *ctx) in ota_sha256_free()
26 void ota_sha256_init(ota_sha256_context *ctx) in ota_sha256_init()
31 void ota_sha256_starts(ota_sha256_context *ctx, int is224) in ota_sha256_starts()
36 void ota_sha256_update(ota_sha256_context *ctx, const unsigned char *input, unsigned int ilen) in ota_sha256_update()
41 void ota_sha256_finish(ota_sha256_context *ctx, unsigned char output[32]) in ota_sha256_finish()

Completed in 3 milliseconds