Home
last modified time | relevance | path

Searched refs:test_decrypt (Results 1 – 25 of 62) sorted by relevance

123

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/tests/
H A Dsrtp.c103 static int test_decrypt(struct SRTPContext *srtp, const uint8_t *in, int len, in test_decrypt() function
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()
157 test_decrypt(&srtp, rtp_aes128_32, sizeof(rtp_aes128_32), buf); in main()
158 test_decrypt(&srtp, rtcp_aes128_32, sizeof(rtcp_aes128_32), buf); in main()
163 test_decrypt(&srtp, rtp_aes128_80_32, sizeof(rtp_aes128_80_32), buf); in main()
164 test_decrypt(&srtp, rtcp_aes128_80_32, sizeof(rtcp_aes128_80_32), buf); in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/tests/
H A Dsrtp.c103 static int test_decrypt(struct SRTPContext *srtp, const uint8_t *in, int len, in test_decrypt() function
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()
157 test_decrypt(&srtp, rtp_aes128_32, sizeof(rtp_aes128_32), buf); in main()
158 test_decrypt(&srtp, rtcp_aes128_32, sizeof(rtcp_aes128_32), buf); in main()
163 test_decrypt(&srtp, rtp_aes128_80_32, sizeof(rtp_aes128_80_32), buf); in main()
164 test_decrypt(&srtp, rtcp_aes128_80_32, sizeof(rtcp_aes128_80_32), buf); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/tests/
H A Dsrtp.c103 static int test_decrypt(struct SRTPContext *srtp, const uint8_t *in, int len, in test_decrypt() function
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()
157 test_decrypt(&srtp, rtp_aes128_32, sizeof(rtp_aes128_32), buf); in main()
158 test_decrypt(&srtp, rtcp_aes128_32, sizeof(rtcp_aes128_32), buf); in main()
163 test_decrypt(&srtp, rtp_aes128_80_32, sizeof(rtp_aes128_80_32), buf); in main()
164 test_decrypt(&srtp, rtcp_aes128_80_32, sizeof(rtcp_aes128_80_32), buf); in main()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/tests/
H A Dsrtp.c103 static int test_decrypt(struct SRTPContext *srtp, const uint8_t *in, int len, in test_decrypt() function
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()
157 test_decrypt(&srtp, rtp_aes128_32, sizeof(rtp_aes128_32), buf); in main()
158 test_decrypt(&srtp, rtcp_aes128_32, sizeof(rtcp_aes128_32), buf); in main()
163 test_decrypt(&srtp, rtp_aes128_80_32, sizeof(rtp_aes128_80_32), buf); in main()
164 test_decrypt(&srtp, rtcp_aes128_80_32, sizeof(rtcp_aes128_80_32), buf); in main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dsrtp.c407 static int test_decrypt(struct SRTPContext *srtp, const uint8_t *in, int len, in test_decrypt() function
449 len = test_decrypt(&srtp, rtp_aes128_80, sizeof(rtp_aes128_80), buf); in main()
453 test_decrypt(&srtp, rtcp_aes128_80, sizeof(rtcp_aes128_80), buf); in main()
461 test_decrypt(&srtp, rtp_aes128_32, sizeof(rtp_aes128_32), buf); in main()
462 test_decrypt(&srtp, rtcp_aes128_32, sizeof(rtcp_aes128_32), buf); in main()
467 test_decrypt(&srtp, rtp_aes128_80_32, sizeof(rtp_aes128_80_32), buf); in main()
468 test_decrypt(&srtp, rtcp_aes128_80_32, sizeof(rtcp_aes128_80_32), buf); in main()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dsrtp.c407 static int test_decrypt(struct SRTPContext *srtp, const uint8_t *in, int len, in test_decrypt() function
449 len = test_decrypt(&srtp, rtp_aes128_80, sizeof(rtp_aes128_80), buf); in main()
453 test_decrypt(&srtp, rtcp_aes128_80, sizeof(rtcp_aes128_80), buf); in main()
461 test_decrypt(&srtp, rtp_aes128_32, sizeof(rtp_aes128_32), buf); in main()
462 test_decrypt(&srtp, rtcp_aes128_32, sizeof(rtcp_aes128_32), buf); in main()
467 test_decrypt(&srtp, rtp_aes128_80_32, sizeof(rtp_aes128_80_32), buf); in main()
468 test_decrypt(&srtp, rtcp_aes128_80_32, sizeof(rtcp_aes128_80_32), buf); in main()
/dports/net-p2p/c-lightning/lightning-0.10.2/common/test/
H A Drun-blindedpath_enctlv.c73 static void test_decrypt(const struct pubkey *blinding, in test_decrypt() function
159 test_decrypt(&blinding_pub, enctlv, &alice, &bob_id, &blinding); in main()
189 test_decrypt(&blinding_pub, enctlv, &bob, &carol_id, &override_blinding); in main()
218 test_decrypt(&blinding_pub, enctlv, &carol, &dave_id, &blinding); in main()
/dports/net/mosh/mosh-1.3.2/src/tests/
H A Docb-aes.cc100 static void test_decrypt( const AlignedBuffer &key, const AlignedBuffer &nonce, in test_decrypt() function
154 test_decrypt( key, nonce, ciphertext, assoc, in test_vector()
163 test_decrypt( key, nonce, bad_ct, assoc, in test_vector()
/dports/multimedia/minisatip/minisatip-1.1.52/tests/
H A Dtest_pmt.c166 int test_decrypt() { in test_decrypt() function
240 TEST_FUNC(test_decrypt(), "testing decrypt"); in main()
/dports/print/py-fonttools/fonttools-4.28.2/Tests/misc/
H A Deexec_test.py4 def test_decrypt(): function
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/misc/
H A Deexec_test.py6 def test_decrypt(): function
/dports/mail/gmime26-sharp/gmime-2.6.23/tests/
H A Dtest-pgp.c143 test_decrypt (GMimeCryptoContext *ctx, gboolean sign, GMimeStream *cleartext, GMimeStream *cipherte… in test_decrypt() function
374 test_decrypt (ctx, FALSE, istream, ostream); in main()
394 test_decrypt (ctx, TRUE, istream, ostream); in main()
H A Dtest-pkcs7.c145 test_decrypt (GMimeCryptoContext *ctx, gboolean sign, GMimeStream *cleartext, GMimeStream *cipherte… in test_decrypt() function
377 test_decrypt (ctx, FALSE, istream, ostream); in main()
397 test_decrypt (ctx, TRUE, istream, ostream); in main()
/dports/mail/gmime26/gmime-2.6.23/tests/
H A Dtest-pkcs7.c145 test_decrypt (GMimeCryptoContext *ctx, gboolean sign, GMimeStream *cleartext, GMimeStream *cipherte… in test_decrypt() function
377 test_decrypt (ctx, FALSE, istream, ostream); in main()
397 test_decrypt (ctx, TRUE, istream, ostream); in main()
H A Dtest-pgp.c143 test_decrypt (GMimeCryptoContext *ctx, gboolean sign, GMimeStream *cleartext, GMimeStream *cipherte… in test_decrypt() function
374 test_decrypt (ctx, FALSE, istream, ostream); in main()
394 test_decrypt (ctx, TRUE, istream, ostream); in main()
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/SelfTest/Cipher/
H A Dtest_pkcs1_15.py217 def test_decrypt(self, tv): member in TestVectorsWycheproof
236 self.test_decrypt(tv)
H A Dtest_SIV.py473 def test_decrypt(self, tv): member in TestVectorsWycheproof
490 self.test_decrypt(tv)
517 def test_decrypt(self, tv): member in TestVectorsWycheproof2
534 self.test_decrypt(tv)
H A Dtest_pkcs1_oaep.py472 def test_decrypt(self, tv):
488 self.test_decrypt(tv)
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/SelfTest/Cipher/
H A Dtest_pkcs1_15.py217 def test_decrypt(self, tv):
236 self.test_decrypt(tv)
H A Dtest_SIV.py473 def test_decrypt(self, tv): member in TestVectorsWycheproof
490 self.test_decrypt(tv)
517 def test_decrypt(self, tv): member in TestVectorsWycheproof2
534 self.test_decrypt(tv)
H A Dtest_pkcs1_oaep.py472 def test_decrypt(self, tv):
488 self.test_decrypt(tv)
/dports/security/py-pyspnego/pyspnego-0.3.1/tests/_ntlm_raw/
H A Dtest_des.py52 def test_decrypt(): function
/dports/net/py-magic-wormhole/magic-wormhole-0.12.0/src/wormhole/test/
H A Dtest_keys.py72 def test_decrypt(self): member in Encrypt
/dports/mail/gmime2/gmime-2.2.27/tests/
H A Dtest-pgp.c178 test_decrypt (GMimeCipherContext *ctx, GMimeStream *cleartext, GMimeStream *ciphertext) in test_decrypt() function
396 test_decrypt (ctx, istream, ostream); in main()
/dports/security/gnupg1/gnupg-1.4.23/cipher/
H A Dtwofish.c954 static const byte test_decrypt[4][16] = { in main() local
1003 printf (memcmp (buffer, test_decrypt, sizeof (test_decrypt)) ? in main()

123