Home | History | Annotate | Download | only in crypto

Lines Matching defs:SHA1Update

37 		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)
283 SHA1Update(context, (unsigned char *) "\200", 1);
285 SHA1Update(context, (unsigned char *) "\0", 1);
287 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform()