Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c308 } sha256_context; typedef
310 static void sha256_starts(sha256_context *ctx) in sha256_starts()
325 static void sha256_process(sha256_context *ctx, const uint8_t data[64]) in sha256_process()
467 static void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update()
508 static void sha256_finish(sha256_context *ctx, uint8_t digest[32]) in sha256_finish()
541 sha256_context ctx; in sha256_csum()
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c316 } sha256_context; typedef
319 void sha256_starts(sha256_context * ctx) in sha256_starts()
334 static void sha256_process(sha256_context *ctx, const uint8_t data[64]) in sha256_process()
477 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update()
519 void sha256_finish(sha256_context * ctx, uint8_t digest[32]) in sha256_finish()
555 sha256_context ctx; in sha256_csum()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dcompat-1.3.h2248 #define sha256_context mbedtls_sha256_context macro

Completed in 13 milliseconds