Searched refs:auth_key_len (Results 1 – 4 of 4) sorted by relevance
/external/libsrtp2/srtp/ |
D | srtp.c | 339 p->rtp.auth_type, &session_keys->rtp_auth, p->rtp.auth_key_len, in srtp_stream_alloc() 360 p->rtcp.auth_type, &session_keys->rtcp_auth, p->rtcp.auth_key_len, in srtp_stream_alloc() 3171 p->auth_key_len = 20; /* default 160 bits per RFC 3711 */ in srtp_crypto_policy_set_rtp_default() 3182 p->auth_key_len = 20; /* default 160 bits per RFC 3711 */ in srtp_crypto_policy_set_rtcp_default() 3199 p->auth_key_len = 20; /* 160 bit key */ in srtp_crypto_policy_set_aes_cm_128_hmac_sha1_32() 3216 p->auth_key_len = 0; in srtp_crypto_policy_set_aes_cm_128_null_auth() 3230 p->auth_key_len = 20; in srtp_crypto_policy_set_null_cipher_hmac_sha1_80() 3244 p->auth_key_len = 0; in srtp_crypto_policy_set_null_cipher_hmac_null() 3258 p->auth_key_len = 20; /* default 160 bits per RFC 3711 */ in srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80() 3274 p->auth_key_len = 20; /* default 160 bits per RFC 3711 */ in srtp_crypto_policy_set_aes_cm_256_hmac_sha1_32() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_crypto.h | 152 __le32 auth_key_len; member
|
/external/libsrtp2/include/ |
D | srtp.h | 233 int auth_key_len; /**< The length of the authentication */ member
|
/external/webrtc/talk/session/media/ |
D | srtpfilter_unittest.cc | 566 int auth_key_len = 0, auth_tag_len = 0; in TEST_F() local 567 EXPECT_TRUE(f1_.GetRtpAuthParams(&auth_key, &auth_key_len, &auth_tag_len)); in TEST_F() 569 EXPECT_EQ(20, auth_key_len); in TEST_F()
|