Searched refs:ekt (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dekt.c2 * ekt.c
48 #include "ekt.h"
75 ekt_octets_after_base_tag(ekt_stream_t ekt) { argument
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) {
175 if (stream->ekt->data->spi !=
179 if (stream->ekt->data->ekt_cipher_type != EKT_CIPHER_AES_128_ECB)
188 aes_decrypt_with_raw_key((void*)master_key, &stream->ekt->data->ekt_dec_key, 16);
202 ekt_write_data(ekt_stream_t ekt, argument
264 srtcp_ekt_trailer(ekt_stream_t ekt, unsigned *auth_len, void **auth_tag, void *tag_copy) argument
[all...]
H A Dsrtp.c47 #include "ekt.h" /* for SRTP Encrypted Key Transport */
176 /* allocate ekt data associated with stream */
177 stat = ekt_alloc(&str->ekt, p->ekt);
319 str->ekt = stream_template->ekt;
674 err = ekt_stream_init_from_policy(srtp->ekt, p->ekt);
1742 ekt_write_data(stream->ekt, auth_tag, tag_len, pkt_octet_len,
1871 if (stream->ekt !
[all...]
/external/srtp/srtp/
H A Dekt.c2 * ekt.c
48 #include "ekt.h"
75 ekt_octets_after_base_tag(ekt_stream_t ekt) { argument
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) {
175 if (stream->ekt->data->spi !=
179 if (stream->ekt->data->ekt_cipher_type != EKT_CIPHER_AES_128_ECB)
185 aes_decrypt_with_raw_key((void*)master_key, stream->ekt->data->ekt_dec_key);
199 ekt_write_data(ekt_stream_t ekt, argument
261 srtcp_ekt_trailer(ekt_stream_t ekt, unsigned *auth_len, void **auth_tag, void *tag_copy) argument
[all...]
H A Dsrtp.c47 #include "ekt.h" /* for SRTP Encrypted Key Transport */
142 /* allocate ekt data associated with stream */
143 stat = ekt_alloc(&str->ekt, p->ekt);
275 str->ekt = stream_template->ekt;
526 err = ekt_stream_init_from_policy(srtp->ekt, p->ekt);
1539 ekt_write_data(stream->ekt, auth_tag, tag_len, pkt_octet_len,
1670 if (stream->ekt !
[all...]
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dekt.h2 * ekt.h
80 ekt_octets_after_base_tag(ekt_stream_t ekt);
99 * an ekt_data_t structure holds the data corresponding to an ekt key,
147 ekt_write_data(ekt_stream_t ekt,
H A Dsrtp_priv.h222 ekt_stream_t ekt; member in struct:srtp_stream_ctx_t
H A Dsrtp.h220 ekt_policy_t ekt; /**< Pointer to the EKT policy structure member in struct:srtp_policy_t
/external/srtp/include/
H A Dekt.h2 * ekt.h
80 ekt_octets_after_base_tag(ekt_stream_t ekt);
99 * an ekt_data_t structure holds the data corresponding to an ekt key,
147 ekt_write_data(ekt_stream_t ekt,
H A Dsrtp_priv.h229 ekt_stream_t ekt; member in struct:srtp_stream_ctx_t
H A Dsrtp.h220 ekt_policy_t ekt; /**< Pointer to the EKT policy structure member in struct:srtp_policy_t
/external/srtp/
H A DAndroid.mk8 srtp/ekt.c \
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Ddtls_srtp_driver.c193 policy.ekt = NULL;
H A Drtpw.c352 policy.ekt = NULL;
410 policy.ekt = NULL;
H A Dsrtp_driver.c348 policy.ekt = NULL;
1235 policy.ekt = NULL;
1343 policy.ekt = NULL;
1502 policy.ekt = NULL;
1728 #include "ekt.h"
/external/srtp/test/
H A Ddtls_srtp_driver.c186 policy.ekt = NULL;
/external/chromium_org/third_party/libsrtp/srtp/
H A DMakefile102 srtpobj = srtp/srtp.o srtp/ekt.o
/external/chromium_org/third_party/libsrtp/
H A Dlibsrtp.target.darwin-arm.mk25 third_party/libsrtp/srtp/srtp/ekt.c \
H A Dlibsrtp.target.darwin-arm64.mk25 third_party/libsrtp/srtp/srtp/ekt.c \
H A Dlibsrtp.target.darwin-mips.mk25 third_party/libsrtp/srtp/srtp/ekt.c \
H A Dlibsrtp.target.darwin-mips64.mk25 third_party/libsrtp/srtp/srtp/ekt.c \
H A Dlibsrtp.target.darwin-x86.mk25 third_party/libsrtp/srtp/srtp/ekt.c \
H A Dlibsrtp.target.darwin-x86_64.mk25 third_party/libsrtp/srtp/srtp/ekt.c \
H A Dlibsrtp.target.linux-arm.mk25 third_party/libsrtp/srtp/srtp/ekt.c \
H A Dlibsrtp.target.linux-arm64.mk25 third_party/libsrtp/srtp/srtp/ekt.c \
H A Dlibsrtp.target.linux-mips.mk25 third_party/libsrtp/srtp/srtp/ekt.c \

Completed in 206 milliseconds

12