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

  /external/srtp/crypto/hash/
sha1.c 81 sha1_update(&ctx, msg, octets_in_msg);
204 sha1_update(sha1_ctx_t *ctx, const uint8_t *msg, int octets_in_msg) { function
  /external/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c 146 static void sha1_update(SHA_CTX *c,const void *data,size_t len) function
153 SHA1_Update (c,ptr,res);
171 SHA1_Update(c,ptr,res);
174 #ifdef SHA1_Update
175 #undef SHA1_Update
177 #define SHA1_Update sha1_update
208 SHA1_Update(&key->md,in+iv,sha_off);
223 SHA1_Update(&key->md,in+sha_off,plen-sha_off);
232 SHA1_Update(&key->md,out+plen,SHA_DIGEST_LENGTH)
    [all...]

Completed in 35 milliseconds