Home
last modified time | relevance | path

Searched refs:SRTP_AES128_CM_SHA1_80 (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dsrtp.rs3 pub const SRTP_AES128_CM_SHA1_80: c_ulong = 0x0001; consts
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dsrtp.h31 # define SRTP_AES128_CM_SHA1_80 0x0001 macro
/third_party/openssl/include/openssl/
H A Dsrtp.h31 # define SRTP_AES128_CM_SHA1_80 0x0001 macro
/third_party/openssl/ohos_lite/include/openssl/
H A Dsrtp.h25 # define SRTP_AES128_CM_SHA1_80 0x0001 macro
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_srtp.c24 "SRTP_AES128_CM_SHA1_80",
25 SRTP_AES128_CM_SHA1_80,
/third_party/openssl/ssl/
H A Dd1_srtp.c24 "SRTP_AES128_CM_SHA1_80",
25 SRTP_AES128_CM_SHA1_80,
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs336 ctx.set_tlsext_use_srtp("SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32") in test_connect_with_srtp_ctx()
359 ctx.set_tlsext_use_srtp("SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32") in test_connect_with_srtp_ctx()
368 assert_eq!("SRTP_AES128_CM_SHA1_80", srtp_profile.name()); in test_connect_with_srtp_ctx()
369 assert_eq!(SrtpProfileId::SRTP_AES128_CM_SHA1_80, srtp_profile.id()); in test_connect_with_srtp_ctx()
399 ssl.set_tlsext_use_srtp("SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32") in test_connect_with_srtp_ssl()
409 "SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32", in test_connect_with_srtp_ssl()
429 ssl.set_tlsext_use_srtp("SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32") in test_connect_with_srtp_ssl()
437 assert_eq!("SRTP_AES128_CM_SHA1_80", srtp_profile.name()); in test_connect_with_srtp_ssl()
438 assert_eq!(SrtpProfileId::SRTP_AES128_CM_SHA1_80, srtp_profile.id()); in test_connect_with_srtp_ssl()

Completed in 4 milliseconds