Lines Matching refs:crypto_policy_t
112 * @brief crypto_policy_t describes a particular crypto policy that
115 * A crypto_policy_t describes a particular cryptographic policy that
121 typedef struct crypto_policy_t {
134 } crypto_policy_t;
216 crypto_policy_t rtp; /**< SRTP crypto policy. */
217 crypto_policy_t rtcp; /**< SRTCP crypto policy. */
440 * crypto_policy_t at location p to the SRTP default policy for RTP
446 * elements in the crypto_policy_t datatype.
453 crypto_policy_set_rtp_default(crypto_policy_t *p);
462 * crypto_policy_t at location p to the SRTP default policy for RTCP
468 * elements in the crypto_policy_t datatype.
475 crypto_policy_set_rtcp_default(crypto_policy_t *p);
502 * sets the crypto_policy_t at location p to use policy
515 * include more elements in the crypto_policy_t datatype.
527 crypto_policy_set_aes_cm_128_hmac_sha1_32(crypto_policy_t *p);
538 * the crypto_policy_t at location p to use the SRTP default cipher
547 * include more elements in the crypto_policy_t datatype.
558 crypto_policy_set_aes_cm_128_null_auth(crypto_policy_t *p);
568 * sets the crypto_policy_t at location p to use HMAC-SHA1 with an 80
577 * include more elements in the crypto_policy_t datatype.
587 crypto_policy_set_null_cipher_hmac_sha1_80(crypto_policy_t *p);
635 * sets the crypto_policy_t at location policy to the policy for RTP
642 * include more elements in the crypto_policy_t datatype.
650 crypto_policy_set_from_profile_for_rtp(crypto_policy_t *policy,
663 * sets the crypto_policy_t at location policy to the policy for RTCP
670 * include more elements in the crypto_policy_t datatype.
678 crypto_policy_set_from_profile_for_rtcp(crypto_policy_t *policy,