HomeSort by relevance Sort by last modified time
    Searched full:hmac_update (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
hmac.c 158 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets) { function
181 hmac_update(state, (const uint8_t*)message, msg_octets);
186 * function hmac_update() already did that for us
260 (auth_update_func) hmac_update,
  /external/srtp/crypto/hash/
hmac.c 158 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets) { function
181 hmac_update(state, (const uint8_t*)message, msg_octets);
186 * function hmac_update() already did that for us
260 (auth_update_func) hmac_update,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
hmac.h 71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
  /external/srtp/crypto/include/
hmac.h 71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
pbkdf.c 101 if (!HMAC_Update(&hctx, salt, salt_len) ||
102 !HMAC_Update(&hctx, itmp, 4) ||
115 if (!HMAC_Update(&hctx, digest_tmp, mdlen) ||
p_hmac.c 141 return HMAC_Update(&hctx->ctx, data, count);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 391 HMAC_Update(&pSession->signingContext, pData->buffer, (size_t)numBytesRead);
419 HMAC_Update(&pSession->signingContext, pSession->topHeader, TOP_HEADER_SIZE);
420 HMAC_Update(&pSession->signingContext, (unsigned char *)pSession->pContentType,
422 HMAC_Update(&pSession->signingContext, pSession->pEncryptedSessionKey,
424 HMAC_Update(&pSession->signingContext, pSession->dataSignature, SHA1_HASH_SIZE);
  /external/chromium_org/third_party/boringssl/src/include/openssl/
hmac.h 103 /* HMAC_Update hashes |data_len| bytes from |data| into the current HMAC
105 OPENSSL_EXPORT int HMAC_Update(HMAC_CTX *ctx, const uint8_t *data,
  /external/openssl/crypto/evp/
p5_crpt2.c 124 if (!HMAC_Update(&hctx, salt, saltlen)
125 || !HMAC_Update(&hctx, itmp, 4)
141 if (!HMAC_Update(&hctx, digtmp, mdlen)
  /external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c 120 status = hmac_update(&hmac_ctx, clear, clear_len);
196 status = hmac_update(&hmac_ctx, clear, clear_len);
302 status = hmac_update(&hmac_ctx, clear, clear_len);
400 status = hmac_update(&hmac_ctx, clear, clear_len);
  /external/srtp/crypto/ae_xfm/
xfm.c 85 status = hmac_update(&hmac_ctx, clear, clear_len);
161 status = hmac_update(&hmac_ctx, clear, clear_len);
268 status = hmac_update(&hmac_ctx, clear, clear_len);
366 status = hmac_update(&hmac_ctx, clear, clear_len);
  /external/chromium_org/third_party/boringssl/src/crypto/hmac/
hmac.c 79 !HMAC_Update(&ctx, data, data_len) ||
161 int HMAC_Update(HMAC_CTX *ctx, const uint8_t *data, size_t data_len) {
  /external/openssl/crypto/hmac/
hmac.c 156 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
236 if (!HMAC_Update(&c,d,n))
hmac.h 97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
hm_pmeth.c 145 if (!HMAC_Update(&hctx->ctx, data, count))
  /external/openssl/include/openssl/
hmac.h 97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c     [all...]
  /external/openssl/crypto/pkcs12/
p12_mutl.c 101 || !HMAC_Update(&hmac, p12->authsafes->d.data->data,
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 654 HMAC_Update(&ctx->ctx, data, len);
724 HMAC_Update(&ctx, addr[i], len[i]);
765 HMAC_Update(&ctx, addr[i], len[i]);
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ext.c     [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c     [all...]
  /external/openssl/ssl/
d1_srvr.c     [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_srvr.c     [all...]
t1_lib.c     [all...]
  /external/openssl/apps/
speed.c     [all...]

Completed in 1458 milliseconds

1 2