HomeSort by relevance Sort by last modified time
    Searched defs:SHA1Transform (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
sha1.c 76 __weak_alias(SHA1Transform,_SHA1Transform)
150 void SHA1Transform(uint32_t state[5], const uint8_t buffer[64])
251 SHA1Transform(context->state, context->buffer);
253 SHA1Transform(context->state, &data[i]);
280 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
  /external/valgrind/main/none/tests/
sha1_test.c 63 void SHA1Transform(u_int32_t state[5], const unsigned char buffer[64]);
102 void SHA1Transform(u_int32_t state[5], const unsigned char buffer[64])
189 SHA1Transform(context->state, context->buffer);
191 SHA1Transform(context->state, &data[i]);
236 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
  /external/wpa_supplicant_8/src/crypto/
sha1-internal.c 19 void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
109 Fixed alignment issue in SHA1Transform when SHA1HANDSOFF is defined.
171 void SHA1Transform(u32 state[5], const unsigned char buffer[64])
257 SHA1Transform(context->state, context->buffer);
259 SHA1Transform(context->state, &data[i]);
287 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform()
  /system/extras/ext4_utils/
sha1.c 126 void SHA1Transform(state, buffer)
233 SHA1Transform(context->state, context->buffer);
235 SHA1Transform(context->state, &data[i]);
264 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
  /dalvik/libdex/
sha1.cpp 107 static void SHA1Transform(unsigned long state[5],
135 static void SHA1Transform(unsigned long state[5],
227 SHA1Transform(context->state, context->buffer);
229 SHA1Transform(context->state, &data[i]);
258 /* Should cause a SHA1Transform() */
269 /* make SHA1Transform overwrite it's own static vars */
270 SHA1Transform(context->state, context->buffer);
  /frameworks/compile/libbcc/lib/Support/
sha1.c 106 static void SHA1Transform(unsigned long state[5],
134 static void SHA1Transform(unsigned long state[5],
226 SHA1Transform(context->state, context->buffer);
228 SHA1Transform(context->state, &data[i]);
257 /* Should cause a SHA1Transform() */
268 /* make SHA1Transform overwrite it's own static vars */
269 SHA1Transform(context->state, context->buffer);

Completed in 103 milliseconds