Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-sha1.c68 #define JERRYX_SHA1_PUT_UINT32_BE(n, b, i) \ macro
336 JERRYX_SHA1_PUT_UINT32_BE (high, buffer, 0); in jerryx_sha1_finish()
337 JERRYX_SHA1_PUT_UINT32_BE (low, buffer, 4); in jerryx_sha1_finish()
341 JERRYX_SHA1_PUT_UINT32_BE (sha1_context_p->state[0], destination_p, 0); in jerryx_sha1_finish()
342 JERRYX_SHA1_PUT_UINT32_BE (sha1_context_p->state[1], destination_p, 4); in jerryx_sha1_finish()
343 JERRYX_SHA1_PUT_UINT32_BE (sha1_context_p->state[2], destination_p, 8); in jerryx_sha1_finish()
344 JERRYX_SHA1_PUT_UINT32_BE (sha1_context_p->state[3], destination_p, 12); in jerryx_sha1_finish()
345 JERRYX_SHA1_PUT_UINT32_BE (sha1_context_p->state[4], destination_p, 16); in jerryx_sha1_finish()
349 #undef JERRYX_SHA1_PUT_UINT32_BE macro

Completed in 1 milliseconds