Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_sha256.h23 } core_sha256_context_t; typedef
30 void core_sha256_init(core_sha256_context_t *ctx);
37 void core_sha256_free(core_sha256_context_t *ctx);
45 void core_sha256_starts(core_sha256_context_t *ctx);
54 void core_sha256_update(core_sha256_context_t *ctx, const unsigned char *input, uint32_t ilen);
62 void core_sha256_finish(core_sha256_context_t *ctx, uint8_t output[32]);
65 void core_sha256_process(core_sha256_context_t *ctx, const unsigned char data[64]);
A Dcore_sha256.c39 void core_sha256_init(core_sha256_context_t *ctx) in core_sha256_init()
41 memset(ctx, 0, sizeof(core_sha256_context_t)); in core_sha256_init()
44 void core_sha256_free(core_sha256_context_t *ctx) in core_sha256_free()
50 utils_sha256_zeroize(ctx, sizeof(core_sha256_context_t)); in core_sha256_free()
53 void core_sha256_starts(core_sha256_context_t *ctx) in core_sha256_starts()
118 void core_sha256_process(core_sha256_context_t *ctx, const unsigned char data[64]) in core_sha256_process()
180 void core_sha256_update(core_sha256_context_t *ctx, const unsigned char *input, uint32_t ilen) in core_sha256_update()
225 void core_sha256_finish(core_sha256_context_t *ctx, uint8_t output[32]) in core_sha256_finish()
259 core_sha256_context_t ctx; in core_sha256()
270 core_sha256_context_t context; in core_hmac_sha256()
/AliOS-Things-master/components/linksdk/components/ota/
A Daiot_ota_api.c279core_sha256_context_t *ctx = sysdep->core_sysdep_malloc(sizeof(core_sha256_context_t), OTA_MODULE_… in aiot_download_setopt()

Completed in 6 milliseconds