OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SRTP_MAX_TAG_LEN
(Results
1 - 2
of
2
) sorted by null
/external/srtp/include/
srtp.h
76
*
SRTP_MAX_TAG_LEN
is the maximum tag length supported by libSRTP
79
#define
SRTP_MAX_TAG_LEN
12
89
#define SRTP_MAX_TRAILER_LEN
SRTP_MAX_TAG_LEN
/external/srtp/srtp/
srtp.c
851
uint8_t tmp_tag[
SRTP_MAX_TAG_LEN
];
[
all
...]
Completed in 285 milliseconds