Searched defs:SHA1Update (Results 1 – 3 of 3) sorted by relevance
70 #define SHA1Update(x, y, z) sha1_loop((x), (y), (z)) macro
131 void SHA1Update(SHA1_CTX* context, const unsigned char* data, uint32_t len) in SHA1Update() function
109 SHA1Update(SHA1_CTX *ctx, const void *inptr, size_t input_len) in SHA1Update() function