Home
last modified time | relevance | path

Searched refs:sec_serv_conf_and_auth (Results 1 – 5 of 5) sorted by relevance

/external/libsrtp2/test/
Dsrtp_driver.c1483 if (stream->rtp_services > sec_serv_conf_and_auth) { in srtp_session_print_policy()
3429 sec_serv_conf_and_auth /* security services flag */
3438 sec_serv_conf_and_auth /* security services flag */
3519 sec_serv_conf_and_auth /* security services flag */
3528 sec_serv_conf_and_auth /* security services flag */
3550 sec_serv_conf_and_auth /* security services flag */
3581 sec_serv_conf_and_auth /* security services flag */
3590 sec_serv_conf_and_auth /* security services flag */
3612 sec_serv_conf_and_auth /* security services flag */
3711 sec_serv_conf_and_auth /* security services flag */
[all …]
Drtpw.c366 case sec_serv_conf_and_auth: in main()
Drtp_decoder.c352 case sec_serv_conf_and_auth: in main()
/external/libsrtp2/srtp/
Dsrtp.c3173 p->sec_serv = sec_serv_conf_and_auth; in srtp_crypto_policy_set_rtp_default()
3184 p->sec_serv = sec_serv_conf_and_auth; in srtp_crypto_policy_set_rtcp_default()
3201 p->sec_serv = sec_serv_conf_and_auth; in srtp_crypto_policy_set_aes_cm_128_hmac_sha1_32()
3260 p->sec_serv = sec_serv_conf_and_auth; in srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80()
3276 p->sec_serv = sec_serv_conf_and_auth; in srtp_crypto_policy_set_aes_cm_256_hmac_sha1_32()
3303 p->sec_serv = sec_serv_conf_and_auth; in srtp_crypto_policy_set_aes_cm_192_hmac_sha1_80()
3319 p->sec_serv = sec_serv_conf_and_auth; in srtp_crypto_policy_set_aes_cm_192_hmac_sha1_32()
3345 p->sec_serv = sec_serv_conf_and_auth; in srtp_crypto_policy_set_aes_gcm_128_8_auth()
3358 p->sec_serv = sec_serv_conf_and_auth; in srtp_crypto_policy_set_aes_gcm_256_8_auth()
3397 p->sec_serv = sec_serv_conf_and_auth; in srtp_crypto_policy_set_aes_gcm_128_16_auth()
[all …]
/external/libsrtp2/include/
Dsrtp.h214 sec_serv_conf_and_auth = 3 /**< confidentiality and authentication */ enumerator