Searched defs:SHA1Update (Results 1 – 3 of 3) sorted by relevance
41 #define SHA1Update SHA1_Update macro
66 #define SHA1Update(x, y, z) sha1_loop((x), (y), (z)) macro
249 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) in SHA1Update() function