HomeSort by relevance Sort by last modified time
    Searched defs:SHA1_Update (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
openssl-hash.h 29 #define SHA1_Update EVP_DigestUpdate
sha1.c 117 SHA1_Update(SHA1_CTX *context, const unsigned char *data, unsigned int len)
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 2321 milliseconds