Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c21 } sha1_context; typedef
48 static void sha1_starts(sha1_context *ctx) in sha1_starts()
60 static void sha1_process(sha1_context *ctx, const unsigned char data[64]) in sha1_process()
222 static void sha1_update(sha1_context *ctx, const unsigned char *input, unsigned int ilen) in sha1_update()
267 static void sha1_finish(sha1_context *ctx, unsigned char output[0x14]) in sha1_finish()
297 sha1_context ctx; in sha1_csum()
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c24 sha1_context; typedef
50 void sha1_starts (sha1_context * ctx) in sha1_starts()
62 static void sha1_process(sha1_context *ctx, const unsigned char data[64]) in sha1_process()
224 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update()
272 void sha1_finish (sha1_context * ctx, unsigned char output[20]) in sha1_finish()
305 sha1_context ctx; in sha1_csum()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dcompat-1.3.h2237 #define sha1_context mbedtls_sha1_context macro

Completed in 13 milliseconds