OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_ctx
(Results
1 - 2
of
2
) sorted by null
/external/srtp/include/
rtp_priv.h
62
srtp_ctx_t *
srtp_ctx
;
member in struct:rtp_sender_ctx_t
69
srtp_ctx_t *
srtp_ctx
;
member in struct:rtp_receiver_ctx_t
/external/srtp/test/
rtp.c
40
stat = srtp_protect(sender->
srtp_ctx
, &sender->message.header, &pkt_len);
87
stat = srtp_unprotect(receiver->
srtp_ctx
,
151
return srtp_create(&sender->
srtp_ctx
, policy);
156
return srtp_create(&sender->
srtp_ctx
, policy);
Completed in 475 milliseconds