HomeSort by relevance Sort by last modified time
    Searched defs:SHA1_Update (Results 1 - 3 of 3) 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() */
  /external/chromium/net/third_party/nss/ssl/bodge/
loader.c 780 SHA1_Update(SHA1Context *cx, const unsigned char *input,
    [all...]

Completed in 80 milliseconds