Home
last modified time | relevance | path

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

/external/srtp/test/
Dsrtp_driver.c1012 if (stream->rtp_services > sec_serv_conf_and_auth) in srtp_session_print_policy()
1333 sec_serv_conf_and_auth /* security services flag */
1341 sec_serv_conf_and_auth /* security services flag */
1358 sec_serv_conf_and_auth /* security services flag */
1366 sec_serv_conf_and_auth /* security services flag */
1551 sec_serv_conf_and_auth /* security services flag */
1559 sec_serv_conf_and_auth /* security services flag */
Drtpw.c313 case sec_serv_conf_and_auth: in main()
/external/srtp/include/
Dsrtp.h108 sec_serv_conf_and_auth = 3 /**< confidentiality and authentication */ enumerator
/external/srtp/googlepatches/
Dgoogle-7-srtp-security-fix.patch59 + stream->rtcp_services == sec_serv_conf_and_auth;
Dvidyo-3-srtp-ws.patch931 sec_serv_conf_and_auth /* security services flag */
/external/srtp/srtp/
Dsrtp.c1370 p->sec_serv = sec_serv_conf_and_auth; in crypto_policy_set_rtp_default()
1382 p->sec_serv = sec_serv_conf_and_auth; in crypto_policy_set_rtcp_default()
1400 p->sec_serv = sec_serv_conf_and_auth; in crypto_policy_set_aes_cm_128_hmac_sha1_32()
1685 stream->rtcp_services == sec_serv_conf_and_auth; in srtp_unprotect_rtcp()