OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_key_len
(Results
1 - 4
of
4
) sorted by null
/external/srtp/include/
srtp.h
128
int
auth_key_len
; /**< The length of the authentication
member in struct:crypto_policy_t
/external/srtp/test/
rtpw.c
378
policy.rtp.
auth_key_len
= 0;
384
policy.rtcp.
auth_key_len
= 0;
/external/srtp/srtp/
srtp.c
108
p->rtp.
auth_key_len
,
136
p->rtcp.
auth_key_len
,
[
all
...]
/external/webrtc/talk/session/media/
srtpfilter_unittest.cc
566
int
auth_key_len
= 0, auth_tag_len = 0;
local
567
EXPECT_TRUE(f1_.GetRtpAuthParams(&auth_key, &
auth_key_len
, &auth_tag_len));
569
EXPECT_EQ(20,
auth_key_len
);
[
all
...]
Completed in 66 milliseconds