Searched refs:SHA1Update (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsha1.h27 void SHA1Update(SHA1_CTX* context, const uint8* data, size_t len);
H A Dsha1digest.h30 SHA1Update(&ctx_, static_cast<const uint8*>(buf), len);
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
221 void SHA1Update(SHA1_CTX* context, const uint8* data, size_t input_len) { function in namespace:rtc
265 SHA1Update(context, reinterpret_cast<const uint8*>("\200"), 1);
267 SHA1Update(context, reinterpret_cast<const uint8*>("\0"), 1);
269 SHA1Update(context, finalcount, 8); // Should cause a SHA1Transform().
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1_i.h19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len);
H A Dcrypto_internal.c79 SHA1Update(&ctx->u.sha1, key, key_len);
93 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
137 SHA1Update(&ctx->u.sha1, data, len);
230 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
231 SHA1Update(&ctx->u.sha1, mac, 20);
H A Dsha1-internal.c38 SHA1Update(&ctx, addr[i], len[i]);
58 Routine SHA1Update changed from
59 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
62 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
69 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
75 I also changed the declaration of variables i & j in SHA1Update to
245 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
285 SHA1Update(context, (unsigned char *) "\200", 1);
287 SHA1Update(context, (unsigned char *) "\0", 1);
289 SHA1Update(contex
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha1_i.h19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len);
H A Dcrypto_internal.c79 SHA1Update(&ctx->u.sha1, key, key_len);
93 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
137 SHA1Update(&ctx->u.sha1, data, len);
230 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
231 SHA1Update(&ctx->u.sha1, mac, 20);
H A Dsha1-internal.c38 SHA1Update(&ctx, addr[i], len[i]);
58 Routine SHA1Update changed from
59 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
62 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
69 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
75 I also changed the declaration of variables i & j in SHA1Update to
245 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
285 SHA1Update(context, (unsigned char *) "\200", 1);
287 SHA1Update(context, (unsigned char *) "\0", 1);
289 SHA1Update(contex
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1_i.h19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len);
H A Dcrypto_internal.c79 SHA1Update(&ctx->u.sha1, key, key_len);
93 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
137 SHA1Update(&ctx->u.sha1, data, len);
230 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
231 SHA1Update(&ctx->u.sha1, mac, 20);
H A Dsha1-internal.c38 SHA1Update(&ctx, addr[i], len[i]);
58 Routine SHA1Update changed from
59 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
62 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
69 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
75 I also changed the declaration of variables i & j in SHA1Update to
245 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
285 SHA1Update(context, (unsigned char *) "\200", 1);
287 SHA1Update(context, (unsigned char *) "\0", 1);
289 SHA1Update(contex
[all...]
/external/qemu/distrib/ext4_utils/src/
H A Dsha1.h39 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
H A Duuid.c45 SHA1Update(&ctx, (const u8*)namespace, strlen(namespace));
46 SHA1Update(&ctx, (const u8*)name, strlen(name));
H A Dsha1.c217 void SHA1Update(context, data, len) function
261 SHA1Update(context, (const u_char *)"\200", 1);
263 SHA1Update(context, (const u_char *)"\0", 1);
264 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
/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() */
255 SHA1Update(&ctx, abc, 3);
/external/ppp/pppd/
H A Deap.c329 SHA1Update(&ctxt, pn_secret, strlen(pn_secret));
331 SHA1Update(&ctxt, tbuf, strlen(tbuf));
818 SHA1Update(&ctxt, &esp->es_server.ea_id, 1);
819 SHA1Update(&ctxt, esp->es_server.ea_skey,
821 SHA1Update(&ctxt, esp->es_server.ea_peer,
829 SHA1Update(&ctxt, &esp->es_server.ea_id, 1);
830 SHA1Update(&ctxt, esp->es_server.ea_skey,
832 SHA1Update(&ctxt, optr - SHA_DIGESTSIZE,
1270 SHA1Update(&ctxt, &val, 1);
1271 SHA1Update(
[all...]

Completed in 233 milliseconds