Searched defs:SHA1_Update (Results 1 – 5 of 5) sorted by relevance
29 #define SHA1_Update EVP_DigestUpdate macro
117 SHA1_Update(SHA1_CTX *context, const unsigned char *data, unsigned int len) in SHA1_Update() function
182 void SHA1_Update(SHA1_CTX* context, const uint8_t* data, const size_t len) in SHA1_Update() function
177 #define SHA1_Update sha1_update macro