Searched defs:SHA1Update (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/gpxe/src/crypto/axtls/
H A Dsha1.c55 void SHA1Update(SHA1_CTX *ctx, const uint8_t *msg, int len) function
/external/openssh/openbsd-compat/
H A Dsha1.c127 SHA1Update(SHA1_CTX *context, const u_int8_t *data, size_t len) function
159 SHA1Update(context, (u_int8_t *)"\200", 1);
161 SHA1Update(context, (u_int8_t *)"\0", 1);
162 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
/external/valgrind/none/tests/
H A Dsha1_test.c65 void SHA1Update(SHA1_CTX* context, const unsigned char* data, u_int32_t len);
177 void SHA1Update(SHA1_CTX* context, const unsigned char* data, u_int32_t len) function
231 SHA1Update(context, &c, 1);
234 SHA1Update(context, &c, 1);
236 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
255 SHA1Update(&ctx, abc, 3);
/external/webrtc/webrtc/base/
H A Dsha1.cc12 * Routine SHA1Update changed from
13 * void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
16 * void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
23 * greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
29 * I also changed the declaration of variables i & j in SHA1Update to
233 void SHA1Update(SHA1_CTX* context, const uint8_t* data, size_t input_len) { function in namespace:rtc
277 SHA1Update(context, reinterpret_cast<const uint8_t*>("\200"), 1);
279 SHA1Update(context, reinterpret_cast<const uint8_t*>("\0"), 1);
281 SHA1Update(context, finalcount, 8); // Should cause a SHA1Transform().
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c41 SHA1Update(&ctx, addr[i], len[i]);
61 Routine SHA1Update changed from
62 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
65 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
72 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
78 I also changed the declaration of variables i & j in SHA1Update to
248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
288 SHA1Update(context, (unsigned char *) "\200", 1);
290 SHA1Update(context, (unsigned char *) "\0", 1);
292 SHA1Update(contex
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c41 SHA1Update(&ctx, addr[i], len[i]);
61 Routine SHA1Update changed from
62 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
65 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
72 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
78 I also changed the declaration of variables i & j in SHA1Update to
248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
288 SHA1Update(context, (unsigned char *) "\200", 1);
290 SHA1Update(context, (unsigned char *) "\0", 1);
292 SHA1Update(contex
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-internal.c41 SHA1Update(&ctx, addr[i], len[i]);
61 Routine SHA1Update changed from
62 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
65 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
72 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
78 I also changed the declaration of variables i & j in SHA1Update to
248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
288 SHA1Update(context, (unsigned char *) "\200", 1);
290 SHA1Update(context, (unsigned char *) "\0", 1);
292 SHA1Update(contex
[all...]
/external/syslinux/com32/libutil/
H A Dsha1hash.c12 Routine SHA1Update changed from
13 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
16 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
23 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
29 I also changed the declaration of variables i & j in SHA1Update to
242 void SHA1Update(SHA1_CTX * context, const unsigned char *data, uint32_t len) function
280 SHA1Update(context, (unsigned char *)"\200", 1);
282 SHA1Update(context, (unsigned char *)"\0", 1);
284 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform()
354 SHA1Update(
[all...]

Completed in 2812 milliseconds