HomeSort by relevance Sort by last modified time
    Searched defs:SHA1_Update (Results 1 - 4 of 4) 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/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c 142 static void sha1_update(SHA_CTX *c,const void *data,size_t len) function
149 SHA1_Update (c,ptr,res);
167 SHA1_Update(c,ptr,res);
170 #define SHA1_Update sha1_update
199 SHA1_Update(&key->md,in+iv,sha_off);
214 SHA1_Update(&key->md,in+sha_off,plen-sha_off);
223 SHA1_Update(&key->md,out+plen,SHA_DIGEST_LENGTH);
261 SHA1_Update(&key->md,key->aux.tls_aad,plen);
262 SHA1_Update(&key->md,out+iv,len)
    [all...]
evp_locl.h 355 #undef SHA1_Update

Completed in 203 milliseconds