Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Support/
Dsha1.c106 static void SHA1Transform(uint32_t state[5], const uint8_t buffer[64]);
133 static void SHA1Transform(uint32_t state[5], in SHA1Transform() function
225 SHA1Transform(context->state, context->buffer); in SHA1Update()
227 SHA1Transform(context->state, &data[i]); in SHA1Update()
268 SHA1Transform(context->state, context->buffer); in SHA1Final()