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

/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...]
/external/grub/netboot/
H A Dmain.c1036 if (TAG_LEN (p) >= sizeof (in_addr))
1056 && TAG_LEN(p) >= 6
1064 int l = TAG_LEN (p);
1077 p += TAG_LEN (p) + 2;
1087 int fnamelen = TAG_LEN (extpath);
H A Detherboot.h137 #define TAG_LEN(p) (*((p) + 1)) macro

Completed in 87 milliseconds