Home
last modified time | relevance | path

Searched defs:plaintext (Results 1 – 25 of 2385) sorted by relevance

12345678910>>...96

/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/hpke-0.5.1/
H A Dtest-vectors-779d028.json1 …52272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf1c7b69ec","plaintext":"42656175747920… string
/dports/security/ca_root_nss/nss-3.71/nss/gtests/pk11_gtest/
H A Dhpke-vectors.json1 …52272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf1c7b69ec","plaintext":"42656175747920… string
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/hpke/
H A Dtest-vectors.json1 …d96a7ec8d852da93bc5eeab49623344aba","nonce":"5d99b2f03c452f7a9441933a","plaintext":"42656175747920… string
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/runner/hpke/testdata/
H A Dtest-vectors.json1 …d96a7ec8d852da93bc5eeab49623344aba","nonce":"5d99b2f03c452f7a9441933a","plaintext":"42656175747920… string
/dports/www/firefox/firefox-99.0/security/nss/gtests/pk11_gtest/
H A Dhpke-vectors.json1 …52272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf1c7b69ec","plaintext":"42656175747920… string
/dports/security/nss/nss-3.76.1/nss/gtests/pk11_gtest/
H A Dhpke-vectors.json1 …52272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf1c7b69ec","plaintext":"42656175747920… string
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/runner/hpke/testdata/
H A Dtest-vectors.json1 …427416bd47c05ed1c2446ac8e19ec9ae79","nonce":"2b855847756795a57229559a","plaintext":"42656175747920… string
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/hpke/
H A Dtest-vectors.json1 …427416bd47c05ed1c2446ac8e19ec9ae79","nonce":"2b855847756795a57229559a","plaintext":"42656175747920… string
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/block-modes-0.8.1/tests/
H A Dlib.rs12 let plaintext = include_bytes!("data/aes128.plaintext.bin"); in ecb_aes128() localVariable
28 let plaintext = include_bytes!("data/aes128.plaintext.bin"); in cbc_aes128() localVariable
45 let mut plaintext = *include_bytes!("data/aes128.plaintext.bin"); in cbc_aes128_continued() localVariable
50 let mut plaintext = *include_bytes!("data/aes128.plaintext.bin"); in cbc_aes128_continued() localVariable
81 let plaintext = include_bytes!("data/aes128.plaintext.bin"); in cfb_aes128() localVariable
98 let mut plaintext = *include_bytes!("data/aes128.plaintext.bin"); in cfb_aes128_continued() localVariable
134 let plaintext = include_bytes!("data/cfb-aes128-2.plaintext.bin"); in cfb_aes128_2() localVariable
187 let plaintext = include_bytes!("data/aes128.plaintext.bin"); in ofb_aes128() localVariable
204 let mut plaintext = *include_bytes!("data/aes128.plaintext.bin"); in ofb_aes128_continued() localVariable
266 let plaintext = include_bytes!("data/ige-aes128-1.plaintext.bin"); in ige_aes256_1() localVariable
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/block-modes-0.8.1/tests/
H A Dlib.rs12 let plaintext = include_bytes!("data/aes128.plaintext.bin"); in ecb_aes128() localVariable
28 let plaintext = include_bytes!("data/aes128.plaintext.bin"); in cbc_aes128() localVariable
45 let mut plaintext = *include_bytes!("data/aes128.plaintext.bin"); in cbc_aes128_continued() localVariable
50 let mut plaintext = *include_bytes!("data/aes128.plaintext.bin"); in cbc_aes128_continued() localVariable
81 let plaintext = include_bytes!("data/aes128.plaintext.bin"); in cfb_aes128() localVariable
98 let mut plaintext = *include_bytes!("data/aes128.plaintext.bin"); in cfb_aes128_continued() localVariable
134 let plaintext = include_bytes!("data/cfb-aes128-2.plaintext.bin"); in cfb_aes128_2() localVariable
187 let plaintext = include_bytes!("data/aes128.plaintext.bin"); in ofb_aes128() localVariable
204 let mut plaintext = *include_bytes!("data/aes128.plaintext.bin"); in ofb_aes128_continued() localVariable
266 let plaintext = include_bytes!("data/ige-aes128-1.plaintext.bin"); in ige_aes256_1() localVariable
[all …]
/dports/security/py-pyelliptic/pyelliptic-2.0.1/
H A Dtest.py11 plaintext = unhexlify(b"6bc1bee22e409f96e93d7e117393172a") variable
25 plaintext = unhexlify(b"6bc1bee22e409f96e93d7e117393172a") variable
39 plaintext = unhexlify(b"6bc1bee22e409f96e93d7e117393172a") variable
51 plaintext = b"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" variable
59 plaintext = b"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" variable
/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Dpassword-scheme.c64 int password_verify(const char *plaintext, in password_verify()
201 bool password_generate(const char *plaintext, const struct password_generate_params *params, in password_generate()
333 md5_verify(const char *plaintext, const struct password_generate_params *params, in md5_verify()
382 sha1_generate(const char *plaintext, const struct password_generate_params *params ATTR_UNUSED, in sha1_generate()
395 sha256_generate(const char *plaintext, const struct password_generate_params *params ATTR_UNUSED, in sha256_generate()
421 ssha_generate(const char *plaintext, const struct password_generate_params *params ATTR_UNUSED, in ssha_generate()
548 smd5_generate(const char *plaintext, const struct password_generate_params *params ATTR_UNUSED, in smd5_generate()
589 plain_generate(const char *plaintext, const struct password_generate_params *params ATTR_UNUSED, in plain_generate()
597 plain_verify(const char *plaintext, const struct password_generate_params *params ATTR_UNUSED, in plain_verify()
655 digest_md5_generate(const char *plaintext, const struct password_generate_params *params, in digest_md5_generate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shell-encryption/src/
H A Dgalois_key_test.cc100 std::vector<uint_m::Int> plaintext(coeffs); in SamplePlaintext() local
109 const Key& key, const std::vector<uint_m::Int>& plaintext) { in Encrypt()
135 auto plaintext = SamplePlaintext(kPlaintextModulus); in TEST_F() local
159 auto plaintext = SamplePlaintext(kPlaintextModulus); in TEST_F() local
185 std::vector<uint_m::Int> plaintext = SamplePlaintext(kPlaintextModulus); in TEST_F() local
227 auto plaintext = SamplePlaintext(kPlaintextModulus); in TEST_F() local
270 auto plaintext = SamplePlaintext(kPlaintextModulus); in TEST_F() local
307 auto plaintext = SamplePlaintext(kPlaintextModulus); in TEST_F() local
322 auto plaintext = SamplePlaintext(kPlaintextModulus); in TEST_F() local
397 auto plaintext = SamplePlaintext(kPlaintextModulus); in TEST_F() local
H A Dsymmetric_encryption_test.cc101 typename TypeParam::Int plaintext = in TYPED_TEST() local
147 typename TypeParam::Int plaintext = in TYPED_TEST() local
311 std::vector<typename TypeParam::Int> plaintext = in TYPED_TEST() local
339 std::vector<typename TypeParam::Int> plaintext = in TYPED_TEST() local
398 std::vector<typename TypeParam::Int> plaintext = in TYPED_TEST() local
459 std::vector<typename TypeParam::Int> plaintext = in TYPED_TEST() local
512 std::vector<typename TypeParam::Int> plaintext = in TYPED_TEST() local
562 std::vector<typename TypeParam::Int> plaintext = in TYPED_TEST() local
665 std::vector<typename TypeParam::Int> plaintext = in TYPED_TEST() local
741 std::vector<typename TypeParam::Int> plaintext = in TYPED_TEST() local
[all …]
/dports/www/py-urlwatch/urlwatch-2.24/docs/source/
H A Dfilters.rst552 .. _Tesseract OCR engine: https://github.com/tesseract-ocr
553 .. _pytesseract: https://github.com/madmaze/pytesseract
554 .. _Pillow: https://python-pillow.org
580 .. _jq: https://stedolan.github.io/jq/
581 .. _jq Python module: https://github.com/mwilliamson/jq.py
597 .. _jq Manual: https://stedolan.github.io/jq/manual/
/dports/security/py-pynacl/PyNaCl-1.4.0/tests/
H A Dtest_secret.py62 def test_secret_box_encryption(key, nonce, plaintext, ciphertext): argument
80 def test_secret_box_decryption(key, nonce, plaintext, ciphertext): argument
92 def test_secret_box_decryption_combined(key, nonce, plaintext, ciphertext): argument
104 def test_secret_box_optional_nonce(key, nonce, plaintext, ciphertext): argument
116 key, nonce, plaintext, ciphertext): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/os_crypt/
H A Dos_crypt_unittest.cc44 base::string16 plaintext; in TEST_F() local
92 std::string plaintext; in TEST_F() local
115 std::string plaintext; in TEST_F() local
142 std::string plaintext; in TEST_F() local
186 std::string plaintext = "secrets"; in TEST_F() local
222 std::string plaintext; in TEST_F() local
241 std::string plaintext = "secrets"; in TEST_F() local
276 std::string plaintext = "secrets"; in TEST_F() local
H A Dos_crypt_posix.cc59 bool OSCrypt::EncryptString16(const base::string16& plaintext, in EncryptString16()
65 base::string16* plaintext) { in DecryptString16()
74 bool OSCrypt::EncryptString(const std::string& plaintext, in EncryptString()
104 std::string* plaintext) { in DecryptString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/os_crypt/
H A Dos_crypt_unittest.cc44 base::string16 plaintext; in TEST_F() local
92 std::string plaintext; in TEST_F() local
115 std::string plaintext; in TEST_F() local
142 std::string plaintext; in TEST_F() local
186 std::string plaintext = "secrets"; in TEST_F() local
222 std::string plaintext; in TEST_F() local
241 std::string plaintext = "secrets"; in TEST_F() local
276 std::string plaintext = "secrets"; in TEST_F() local
/dports/security/gpgme/gpgme-1.15.1/lang/python/tests/
H A Dt-decrypt.py41 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-1.asc")), verify=False) variable
46 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-3.asc")), verify=False) variable
51 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-no-sig.asc")), verify=False) variable
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/python/tests/
H A Dt-decrypt.py41 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-1.asc")), verify=False) variable
46 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-3.asc")), verify=False) variable
51 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-no-sig.asc")), verify=False) variable
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/python/tests/
H A Dt-decrypt.py41 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-1.asc")), verify=False) variable
46 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-3.asc")), verify=False) variable
51 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-no-sig.asc")), verify=False) variable
/dports/security/py-gpgme/gpgme-1.15.1/lang/python/tests/
H A Dt-decrypt.py41 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-1.asc")), verify=False) variable
46 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-3.asc")), verify=False) variable
51 plaintext, _, _ = c.decrypt(open(support.make_filename("cipher-no-sig.asc")), verify=False) variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shell-encryption/src/testing/
H A Dcoefficient_polynomial_ciphertext_test.cc86 const Key& key, const std::vector<uint_m::Int>& plaintext) { in Encrypt()
105 auto plaintext = rlwe::testing::SamplePlaintext<uint_m>(); in TEST_F() local
199 std::vector<uint_m::Int> plaintext = rlwe::testing::SamplePlaintext<uint_m>(); in TEST_F() local
214 std::vector<uint_m::Int> plaintext = rlwe::testing::SamplePlaintext<uint_m>(); in TEST_F() local
245 auto plaintext = rlwe::testing::SamplePlaintext<uint_m>(); in TEST_F() local
274 auto plaintext = rlwe::testing::SamplePlaintext<uint_m>(); in TEST_F() local
368 std::vector<uint_m::Int> plaintext = rlwe::testing::SamplePlaintext<uint_m>(); in TEST_F() local
406 auto plaintext = rlwe::testing::SamplePlaintext<uint_m>(); in TEST_F() local
438 auto plaintext = rlwe::testing::SamplePlaintext<uint_m>(); in TEST_F() local
471 std::vector<uint_m::Int> plaintext = rlwe::testing::SamplePlaintext<uint_m>(); in TEST_F() local
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ece/src/
H A Dlib.rs100 let plaintext = plaintext.as_bytes(); in try_encrypt() localVariable
121 let plaintext = decrypt( in try_decrypt() localVariable
132 let plaintext = b"When I grow up, I want to be a watermelon"; in test_e2e() localVariable
156 let plaintext = b"Mary had a little lamb, with some nice mint jelly"; in test_conv_fn() localVariable
216 let plaintext = try_decrypt( in test_decrypt_rs_24_pad_0() localVariable
227 let plaintext = try_decrypt( in test_decrypt_rs_49_pad_84_ciphertext_len_falls_on_record_boundary() localVariable
238 let plaintext = try_decrypt( in test_decrypt_ietf_rfc() localVariable
249 let plaintext = try_decrypt( in test_decrypt_rs_18_pad_0() localVariable
339 let plaintext = AesGcmEceWebPush::decrypt(&*priv_key, &auth_secret, &block)?; in try_decrypt() localVariable
357 …let plaintext = "Amidst the mists and coldest frosts I thrust my fists against the\nposts and stil… in test_decode() localVariable
[all …]

12345678910>>...96