OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TAG_LEN
(Results
1 - 2
of
2
) sorted by null
/external/srtp/crypto/ae_xfm/
xfm.c
19
#define
TAG_LEN
12
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_tag)
[
all
...]
/external/grub/netboot/
etherboot.h
137
#define
TAG_LEN
(p) (*((p) + 1))
Completed in 144 milliseconds