Lines Matching full:brief
58 * @brief libSRTP provides functions for protecting RTP and RTCP. See
87 * @brief the maximum number of octets added by srtp_protect().
97 * @brief sec_serv_t describes a set of security services.
112 * @brief crypto_policy_t describes a particular crypto policy that
138 * @brief ssrc_type_t describes the type of an SSRC.
156 * @brief An ssrc_t represents a particular SSRC value, or a `wildcard' SSRC.
172 * @brief points to an EKT policy
178 * @brief points to EKT stream data
184 * @brief represents the policy for an SRTP session.
237 * @brief An srtp_t points to an SRTP session structure.
253 * @brief An srtp_stream_t points to an SRTP stream structure.
269 * @brief srtp_init() initializes the srtp library.
279 * @brief srtp_protect() is the Secure RTP sender-side packet processing
318 * @brief srtp_unprotect() is the Secure RTP receiver-side packet
364 * @brief srtp_create() allocates and initializes an SRTP session.
390 * @brief srtp_add_stream() allocates and initializes an SRTP stream
410 * @brief srtp_remove_stream() deallocates an SRTP stream.
434 * @brief crypto_policy_set_rtp_default() sets a crypto policy
456 * @brief crypto_policy_set_rtcp_default() sets a crypto policy
478 * @brief crypto_policy_set_aes_cm_128_hmac_sha1_80() sets a crypto
496 * @brief crypto_policy_set_aes_cm_128_hmac_sha1_32() sets a crypto
532 * @brief crypto_policy_set_aes_cm_128_null_auth() sets a crypto
562 * @brief crypto_policy_set_null_cipher_hmac_sha1_80() sets a crypto
590 * @brief srtp_dealloc() deallocates storage for an SRTP session
610 * @brief identifies a particular SRTP profile
629 * @brief crypto_policy_set_from_profile_for_rtp() sets a crypto policy
657 * @brief crypto_policy_set_from_profile_for_rtcp() sets a crypto policy
682 * @brief returns the master key length for a given SRTP profile
689 * @brief returns the master salt length for a given SRTP profile
695 * @brief appends the salt to the key
722 * @brief Secure RTCP functions are used to protect RTCP traffic.
738 * @brief srtp_protect_rtcp() is the Secure RTCP sender-side packet
775 * @brief srtp_unprotect_rtcp() is the Secure RTCP receiver-side packet
824 * @brief libSRTP can use a user-provided callback function to
845 * @brief srtp_event_t defines events that need to be handled
878 * @brief srtp_event_data_t is the structure passed as a callback to
892 * @brief srtp_event_handler_func_t is the function prototype for
905 * @brief sets the event handler to the function supplied by the caller.