Lines Matching refs:ekt
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 for
147 ekt_write_data(ekt_stream_t ekt,
154 * We handle EKT by performing some additional steps before
158 * With EKT, the tag_len parameter is actually the base tag
174 * @brief EKT pre-processing for srtcp tag generation
177 * tag format. When EKT is used, it consists of writing the Encrypted
182 * When EKT is not used, this function is a no-op.