webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
srtp_crypto_policy_t describes a particular crypto policy that can be applied to an SRTP stream. More...
#include <srtp.h>
Public Attributes | |
srtp_cipher_type_id_t | cipher_type |
int | cipher_key_len |
srtp_auth_type_id_t | auth_type |
int | auth_key_len |
int | auth_tag_len |
srtp_sec_serv_t | sec_serv |
srtp_crypto_policy_t describes a particular crypto policy that can be applied to an SRTP stream.
A srtp_crypto_policy_t describes a particular cryptographic policy that can be applied to an SRTP or SRTCP stream. An SRTP session policy consists of a list of these policies, one for each SRTP stream in the session.
int srtp_crypto_policy_t::auth_key_len |
The length of the authentication function key in octets.
int srtp_crypto_policy_t::auth_tag_len |
The length of the authentication tag in octets.
srtp_auth_type_id_t srtp_crypto_policy_t::auth_type |
An integer representing the authentication function.
int srtp_crypto_policy_t::cipher_key_len |
The length of the cipher key in octets.
srtp_cipher_type_id_t srtp_crypto_policy_t::cipher_type |
An integer representing the type of cipher.
srtp_sec_serv_t srtp_crypto_policy_t::sec_serv |
The flag indicating the security services to be applied.