HomeSort by relevance Sort by last modified time
    Searched refs:hmac_compute (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
hmac.h 74 hmac_compute(hmac_ctx_t *state, const void *message,
  /external/srtp/crypto/include/
hmac.h 74 hmac_compute(hmac_ctx_t *state, const void *message,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c 89 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
94 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
123 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
166 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
171 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
199 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag);
253 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
258 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
310 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
366 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key)
    [all...]
  /external/srtp/crypto/ae_xfm/
xfm.c 54 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
59 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
88 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
131 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
136 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
164 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag);
219 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
224 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
276 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
332 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key)
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
hmac.c 170 hmac_compute(hmac_ctx_t *state, const void *message, function
259 (auth_compute_func) hmac_compute,
  /external/srtp/crypto/hash/
hmac.c 170 hmac_compute(hmac_ctx_t *state, const void *message, function
259 (auth_compute_func) hmac_compute,

Completed in 417 milliseconds