Searched defs:sha1_update (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
H A Dsha1.c81 sha1_update(&ctx, msg, octets_in_msg);
204 sha1_update(sha1_ctx_t *ctx, const uint8_t *msg, int octets_in_msg) { function
/external/srtp/crypto/hash/
H A Dsha1.c81 sha1_update(&ctx, msg, octets_in_msg);
204 sha1_update(sha1_ctx_t *ctx, const uint8_t *msg, int octets_in_msg) { function
/external/chromium_org/third_party/boringssl/src/crypto/digest/
H A Ddigests.c105 static int sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) { function
115 sha1_update, sha1_final, 64 /* block size */, sizeof(SHA_CTX),
/external/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c146 static void sha1_update(SHA_CTX *c,const void *data,size_t len) function
177 #define SHA1_Update sha1_update

Completed in 865 milliseconds