Searched defs:SHA1_Update (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dopenssl-hash.h29 #define SHA1_Update EVP_DigestUpdate macro
H A Dsha1.c117 SHA1_Update(SHA1_CTX *context, const unsigned char *data, unsigned int len) function
151 SHA1_Update(context, (unsigned char *) "\200", 1);
153 SHA1_Update(context, (unsigned char *) "\0", 1);
155 SHA1_Update(context, finalcount, 8); /* Should cause a SHA1Transform() */

Completed in 238 milliseconds