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

1 2

  /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/srtp/crypto/include/
hmac.h 71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
  /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/openssh/
mac.c 144 HMAC_Update(&mac->evp_ctx, b, sizeof(b));
145 HMAC_Update(&mac->evp_ctx, data, datalen);
hostfile.c 136 HMAC_Update(&mac_ctx, host, strlen(host));
  /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/openssl/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/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/chromium_org/third_party/openssl/openssl/crypto/evp/
p5_crpt2.c 115 || !HMAC_Update(&hctx, salt, saltlen)
116 || !HMAC_Update(&hctx, itmp, 4)
  /external/openssl/crypto/evp/
p5_crpt2.c 115 || !HMAC_Update(&hctx, salt, saltlen)
116 || !HMAC_Update(&hctx, itmp, 4)
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
hmac.h 97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
  /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/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
p12_mutl.c 101 || !HMAC_Update(&hmac, p12->authsafes->d.data->data,
  /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 648 HMAC_Update(&ctx->ctx, data, len);
718 HMAC_Update(&ctx, addr[i], len[i]);
759 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/chromium_org/net/third_party/nss/patches/
aesgcm.patch 763 - HMAC_Update(cx, temp, tempLen);
764 + HMAC_Update(cx, header, headerLen);
765 HMAC_Update(cx, input, inputLength);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_srvr.c     [all...]
  /external/openssl/ssl/
d1_srvr.c     [all...]

Completed in 996 milliseconds

1 2