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

/external/valgrind/main/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() */
254 SHA1Update(&ctx, "abc", 3);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c37 SHA1Update(&ctx, addr[i], len[i]);
56 Routine SHA1Update changed from
57 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
60 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
67 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
73 I also changed the declaration of variables i & j in SHA1Update to
243 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
283 SHA1Update(context, (unsigned char *) "\200", 1);
285 SHA1Update(context, (unsigned char *) "\0", 1);
287 SHA1Update(contex
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c37 SHA1Update(&ctx, addr[i], len[i]);
56 Routine SHA1Update changed from
57 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
60 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
67 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
73 I also changed the declaration of variables i & j in SHA1Update to
243 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
283 SHA1Update(context, (unsigned char *) "\200", 1);
285 SHA1Update(context, (unsigned char *) "\0", 1);
287 SHA1Update(contex
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-internal.c37 SHA1Update(&ctx, addr[i], len[i]);
56 Routine SHA1Update changed from
57 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
60 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
67 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
73 I also changed the declaration of variables i & j in SHA1Update to
243 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
283 SHA1Update(context, (unsigned char *) "\200", 1);
285 SHA1Update(context, (unsigned char *) "\0", 1);
287 SHA1Update(contex
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dsha1.c390 static void SHA1Update(struct SHA1Context *context, const void *data, u32 len);
411 SHA1Update(&ctx, addr[i], len[i]);
485 Routine SHA1Update changed from
486 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
489 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
496 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
502 I also changed the declaration of variables i & j in SHA1Update to
672 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
712 SHA1Update(context, (unsigned char *) "\200", 1);
714 SHA1Update(contex
[all...]

Completed in 18 milliseconds