Searched defs:SHA1Transform (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/none/tests/
H A Dsha1_test.c63 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]) function
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/hostapd/src/crypto/
H A Dsha1-internal.c19 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]) function
257 SHA1Transform(context->state, context->buffer);
259 SHA1Transform(context->state, &data[i]);
287 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform()
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c19 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]) function
257 SHA1Transform(context->state, context->buffer);
259 SHA1Transform(context->state, &data[i]);
287 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform()
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-internal.c19 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]) function
257 SHA1Transform(context->state, context->buffer);
259 SHA1Transform(context->state, &data[i]);
287 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dsha1.c393 static void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
446 SHA1Transform(_t, xkey);
538 Fixed alignment issue in SHA1Transform when SHA1HANDSOFF is defined.
600 static void SHA1Transform(u32 state[5], const unsigned char buffer[64]) function
686 SHA1Transform(context->state, context->buffer);
688 SHA1Transform(context->state, &data[i]);
716 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform()

Completed in 129 milliseconds