OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ekt
(Results
1 - 8
of
8
) sorted by null
/external/srtp/srtp/
ekt.c
2
*
ekt
.c
48
#include "
ekt
.h"
53
* The
EKT
Authentication Tag format.
75
ekt_octets_after_base_tag(ekt_stream_t
ekt
) {
77
* if the pointer
ekt
is NULL, then
EKT
is not in effect, so we
80
if (!
ekt
)
83
switch(
ekt
->data->ekt_cipher_type) {
126
* if the policy pointer is NULL, then
EKT
is not in use
127
* so we just set the
EKT
stream data pointer to NUL
[
all
...]
srtp.c
47
#include "
ekt
.h" /* for SRTP Encrypted Key Transport */
142
/* allocate
ekt
data associated with stream */
143
stat = ekt_alloc(&str->
ekt
, p->
ekt
);
215
/* DAM - need to deallocate
EKT
here */
274
/* set pointer to
EKT
data associated with stream */
275
str->
ekt
= stream_template->
ekt
;
523
* if
EKT
is in use, then initialize the
EKT
data associated wit
[
all
...]
/external/srtp/include/
ekt.h
2
*
ekt
.h
48
*
EKT
implementation strategy
53
*
EKT
defined, and if it does, then apply
EKT
processing
56
* to
EKT
templates? could define a new ssrc_type_t that's associated
57
* with an
EKT
, e.g. ssrc_any_ekt.
80
ekt_octets_after_base_tag(ekt_stream_t
ekt
);
86
* this structure holds all of the high level
EKT
information, and it
99
* an ekt_data_t structure holds the data corresponding to an
ekt
key,
114
* an ekt_stream_ctx_t structure holds all of the
EKT
information fo
[
all
...]
srtp_priv.h
229
ekt_stream_t
ekt
;
member in struct:srtp_stream_ctx_t
srtp.h
172
* @brief points to an
EKT
policy
178
* @brief points to
EKT
stream data
220
ekt_policy_t
ekt
; /**< Pointer to the
EKT
policy structure
member in struct:srtp_policy_t
/external/srtp/
Android.mk
8
srtp/
ekt
.c \
/external/srtp/test/
dtls_srtp_driver.c
186
policy.
ekt
= NULL;
srtp_driver.c
324
policy.
ekt
= NULL;
1186
policy.
ekt
= NULL;
[
all
...]
Completed in 715 milliseconds