Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-sha1.c80 jerryx_sha1_init (jerryx_sha1_context *sha1_context_p) /**< SHA-1 context */ in jerryx_sha1_init() argument
82 memset (sha1_context_p, 0, sizeof (jerryx_sha1_context)); in jerryx_sha1_init()
84 sha1_context_p->total[0] = 0; in jerryx_sha1_init()
85 sha1_context_p->total[1] = 0; in jerryx_sha1_init()
87 sha1_context_p->state[0] = 0x67452301; in jerryx_sha1_init()
88 sha1_context_p->state[1] = 0xEFCDAB89; in jerryx_sha1_init()
89 sha1_context_p->state[2] = 0x98BADCFE; in jerryx_sha1_init()
90 sha1_context_p->state[3] = 0x10325476; in jerryx_sha1_init()
91 sha1_context_p->state[4] = 0xC3D2E1F0; in jerryx_sha1_init()
104 jerryx_sha1_process (jerryx_sha1_context *sha1_context_p, /**< SH argument
264 jerryx_sha1_update(jerryx_sha1_context *sha1_context_p, const uint8_t *source_p, size_t source_length) jerryx_sha1_update() argument
313 jerryx_sha1_finish(jerryx_sha1_context *sha1_context_p, uint8_t destination_p[20]) jerryx_sha1_finish() argument
[all...]

Completed in 2 milliseconds