HomeSort by: relevance | last modified time | path
    Searched defs:SHA1Update (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libc/hash/sha1/
sha1.c 78 __weak_alias(SHA1Update,_SHA1Update)
238 void SHA1Update(SHA1_CTX *context, const uint8_t *data, unsigned int len)
277 SHA1Update(context, (const uint8_t *)"\200", 1);
279 SHA1Update(context, (const uint8_t *)"\0", 1);
280 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
  /src/external/bsd/wpa/dist/src/crypto/
sha1-internal.c 41 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)
288 SHA1Update(context, (unsigned char *) "\200", 1);
290 SHA1Update(context, (unsigned char *) "\0", 1);
292 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform(
    [all...]
  /src/lib/libc/include/
namespace.h 150 #define SHA1Update _SHA1Update

Completed in 26 milliseconds