/third_party/ffmpeg/libavformat/tests/ |
H A D | srtp.c | 24 #include "libavformat/srtp.h" 103 static int test_decrypt(struct SRTPContext *srtp, const uint8_t *in, int len, in test_decrypt() argument 107 if (!ff_srtp_decrypt(srtp, out, &len)) { in test_decrypt() 142 struct SRTPContext srtp = { 0 }; in main() local 144 ff_srtp_set_crypto(&srtp, aes128_80_suite, aes128_80_key); in main() 145 len = test_decrypt(&srtp, rtp_aes128_80, sizeof(rtp_aes128_80), buf); in main() 149 test_decrypt(&srtp, rtcp_aes128_80, sizeof(rtcp_aes128_80), buf); in main() 153 ff_srtp_free(&srtp); in main() 155 memset(&srtp, 0, sizeof(srtp)); // Clea in main() [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | libavformat.mak | 13 FATE_LIBAVFORMAT-$(CONFIG_SRTP) += fate-srtp 14 fate-srtp: libavformat/tests/srtp$(EXESUF) 15 fate-srtp: CMD = run libavformat/tests/srtp$(EXESUF)
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | mod.rs | 28 pub use self::srtp::*; 64 mod srtp; modules
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | lib.rs | 61 pub use self::srtp::*; 91 mod srtp; modules
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | lib.rs | 180 pub mod srtp; modules
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec.h | 31 #include "srtp.h" 163 struct SRTPContext srtp; member
|
H A D | rtpdec.c | 31 #include "srtp.h" 630 if (!ff_srtp_set_crypto(&s->srtp, suite, params)) in ff_rtp_parse_set_crypto() 948 if (s->srtp_enabled && bufptr && ff_srtp_decrypt(&s->srtp, *bufptr, &len) < 0) in ff_rtp_parse_packet() 960 ff_srtp_free(&s->srtp); in ff_rtp_parse_close()
|
H A D | Makefile | 70 OBJS-$(CONFIG_SRTP) += srtp.o 667 OBJS-$(CONFIG_SRTP_PROTOCOL) += srtpproto.o srtp.o 732 TESTPROGS-$(CONFIG_SRTP) += srtp
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
H A D | mod.rs | 23 use crate::srtp::SrtpProfileId;
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 948 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 71 use crate::srtp::{SrtpProtectionProfile, SrtpProtectionProfileRef};
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | ssl.h | 967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
|