Home
last modified time | relevance | path

Searched refs:srtp (Results 1 - 25 of 68) sorted by relevance

123

/third_party/ffmpeg/libavformat/tests/
H A Dsrtp.c24 #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 Dlibavformat.mak13 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 Dmod.rs28 pub use self::srtp::*;
64 mod srtp; modules
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dlib.rs61 pub use self::srtp::*;
91 mod srtp; modules
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dlib.rs180 pub mod srtp; modules
/third_party/ffmpeg/libavformat/
H A Drtpdec.h31 #include "srtp.h"
163 struct SRTPContext srtp; member
H A Drtpdec.c31 #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 DMakefile70 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 Dmod.rs23 use crate::srtp::SrtpProfileId;
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h948 # include <openssl/srtp.h> /* Support for the use_srtp extension */
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs71 use crate::srtp::{SrtpProtectionProfile, SrtpProtectionProfileRef};
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h967 # 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 Dssl.h967 # 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 Dssl.h967 # 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 Dssl.h967 # 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 Dssl.h967 # 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 Dssl.h967 # include <openssl/srtp.h> /* Support for the use_srtp extension */
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h967 # 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 Dssl.h967 # 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 Dssl.h967 # 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 Dssl.h967 # 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 Dssl.h967 # 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 Dssl.h967 # include <openssl/srtp.h> /* Support for the use_srtp extension */

Completed in 87 milliseconds

123