Searched refs:TAG_LEN (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
H A Dxfm.c54 #define TAG_LEN 12 macro
123 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
143 unsigned char tmp_tag[TAG_LEN];
199 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag);
203 for (i=0; i < TAG_LEN; i++)
310 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
317 *opaque_len += TAG_LEN;
339 unsigned char tmp_tag[TAG_LEN];
383 ciphertext_len = *opaque_len - TAG_LEN;
408 status = hmac_compute(&hmac_ctx, opaque, ciphertext_len, TAG_LEN, tmp_ta
[all...]
/external/srtp/crypto/ae_xfm/
H A Dxfm.c19 #define TAG_LEN 12 macro
88 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
108 unsigned char tmp_tag[TAG_LEN];
164 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag);
168 for (i=0; i < TAG_LEN; i++)
276 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
283 *opaque_len += TAG_LEN;
305 unsigned char tmp_tag[TAG_LEN];
349 ciphertext_len = *opaque_len - TAG_LEN;
374 status = hmac_compute(&hmac_ctx, opaque, ciphertext_len, TAG_LEN, tmp_ta
[all...]

Completed in 468 milliseconds