OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_ctx_t
(Results
1 - 6
of
6
) sorted by null
/external/srtp/include/
rtp_priv.h
62
srtp_ctx_t
*srtp_ctx;
69
srtp_ctx_t
*srtp_ctx;
srtp_priv.h
235
* an
srtp_ctx_t
holds a stream list and a service description
238
typedef struct
srtp_ctx_t
{
struct
241
}
srtp_ctx_t
;
typedef in typeref:struct:srtp_ctx_t
srtp.h
249
typedef struct
srtp_ctx_t
*srtp_t;
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.h
40
struct
srtp_ctx_t
;
41
typedef
srtp_ctx_t
* srtp_t;
/external/srtp/srtp/
srtp.c
597
srtp_protect(
srtp_ctx_t
*ctx, void *rtp_hdr, int *pkt_octet_len) {
840
srtp_unprotect(
srtp_ctx_t
*ctx, void *srtp_hdr, int *pkt_octet_len) {
[
all
...]
/external/srtp/test/
srtp_driver.c
522
srtp_ctx_t
*srtp;
[
all
...]
Completed in 35 milliseconds