Searched defs:SHA1Update (Results 1 – 4 of 4) sorted by relevance
45 #define SHA1Update SHA1_Update macro
69 #define SHA1Update(x, y, z) sha1_loop((x), (y), (z)) macro
129 SHA1Update(SHA1_CTX *context, const u_int8_t *data, size_t len) in SHA1Update() function
248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) in SHA1Update() function