Home
last modified time | relevance | path

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

/external/srtp/srtp/
Dsrtp.c108 p->rtp.auth_key_len, in srtp_stream_alloc()
136 p->rtcp.auth_key_len, in srtp_stream_alloc()
1368 p->auth_key_len = 20; /* default 160 bits per RFC 3711 */ in crypto_policy_set_rtp_default()
1380 p->auth_key_len = 20; /* default 160 bits per RFC 3711 */ in crypto_policy_set_rtcp_default()
1398 p->auth_key_len = 20; /* 160 bit key */ in crypto_policy_set_aes_cm_128_hmac_sha1_32()
1417 p->auth_key_len = 0; in crypto_policy_set_aes_cm_128_null_auth()
1434 p->auth_key_len = 20; in crypto_policy_set_null_cipher_hmac_sha1_80()
/external/srtp/test/
Drtpw.c378 policy.rtp.auth_key_len = 0; in main()
384 policy.rtcp.auth_key_len = 0; in main()
/external/srtp/include/
Dsrtp.h128 int auth_key_len; /**< The length of the authentication member
/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch44 p->rtp.auth_key_len,
85 p->rtcp.auth_key_len,
Dvidyo-3-srtp-ws.patch808 policy.rtcp.auth_key_len = 0;