Lines Matching full:profile
245 * Audio/Video Profile). A session can be viewed as a set of SRTP
610 * @brief identifies a particular SRTP profile
613 * profile (that is, a set of algorithms and parameters). These
634 * The function call crypto_policy_set_rtp_default(&policy, profile)
636 * protection, as defined by the srtp_profile_t profile.
646 * - err_status_bad_param the profile is not supported
651 srtp_profile_t profile);
662 * The function call crypto_policy_set_rtcp_default(&policy, profile)
664 * protection, as defined by the srtp_profile_t profile.
674 * - err_status_bad_param the profile is not supported
679 srtp_profile_t profile);
682 * @brief returns the master key length for a given SRTP profile
685 srtp_profile_get_master_key_length(srtp_profile_t profile);
689 * @brief returns the master salt length for a given SRTP profile
692 srtp_profile_get_master_salt_length(srtp_profile_t profile);