Home
last modified time | relevance | path

Searched refs:plaintext2 (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dcipher-selftest.c105 plaintext2 = plaintext + nblocks * blocksize; in _gcry_selftest_helper_cbc()
106 ciphertext = plaintext2 + nblocks * blocksize; in _gcry_selftest_helper_cbc()
127 bulk_ops.cbc_dec (ctx, iv2, plaintext2, ciphertext, 1); in _gcry_selftest_helper_cbc()
128 if (memcmp (plaintext2, plaintext, blocksize)) in _gcry_selftest_helper_cbc()
228 plaintext2 = plaintext + nblocks * blocksize; in _gcry_selftest_helper_cfb()
229 ciphertext = plaintext2 + nblocks * blocksize; in _gcry_selftest_helper_cfb()
250 if (memcmp(plaintext2, plaintext, blocksize)) in _gcry_selftest_helper_cfb()
350 plaintext2 = plaintext + nblocks * blocksize; in _gcry_selftest_helper_ctr()
351 ciphertext = plaintext2 + nblocks * blocksize; in _gcry_selftest_helper_ctr()
380 if (memcmp (plaintext2, plaintext, blocksize)) in _gcry_selftest_helper_ctr()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dcipher-selftest.c105 plaintext2 = plaintext + nblocks * blocksize; in _gcry_selftest_helper_cbc()
106 ciphertext = plaintext2 + nblocks * blocksize; in _gcry_selftest_helper_cbc()
127 bulk_ops.cbc_dec (ctx, iv2, plaintext2, ciphertext, 1); in _gcry_selftest_helper_cbc()
128 if (memcmp (plaintext2, plaintext, blocksize)) in _gcry_selftest_helper_cbc()
228 plaintext2 = plaintext + nblocks * blocksize; in _gcry_selftest_helper_cfb()
229 ciphertext = plaintext2 + nblocks * blocksize; in _gcry_selftest_helper_cfb()
250 if (memcmp(plaintext2, plaintext, blocksize)) in _gcry_selftest_helper_cfb()
350 plaintext2 = plaintext + nblocks * blocksize; in _gcry_selftest_helper_ctr()
351 ciphertext = plaintext2 + nblocks * blocksize; in _gcry_selftest_helper_ctr()
380 if (memcmp (plaintext2, plaintext, blocksize)) in _gcry_selftest_helper_ctr()
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/benchmark/src/
H A Dlib-hexl-benchmark.cpp242 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BFVrns_Add() local
264 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BFVrns_AddInPlace() local
291 auto ciphertextAdd = cc->EvalAdd(ciphertext1, plaintext2); in BFVrns_AddPlain()
352 auto ciphertextSub = cc->EvalSub(ciphertext1, plaintext2); in BFVrns_SubPlain()
443 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BFVrns_EvalAtIndex() local
1034 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_Add() local
1056 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_AddInPlace() local
1161 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_MultNoRelin() local
1184 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_MultRelin() local
1228 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_Relin() local
[all …]
H A Dlib-benchmark.cpp387 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BFVrns_Add() local
408 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BFVrns_AddInPlace() local
481 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BFVrns_EvalAtIndex() local
599 auto plaintext2 = cc->MakeCKKSPackedPlaintext(vectorOfInts2); in CKKS_Add() local
928 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_Add() local
949 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_AddInPlace() local
970 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_MultNoRelin() local
992 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_MultRelin() local
1014 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_Relin() local
1038 auto plaintext2 = cc->MakePackedPlaintext(vectorOfInts2); in BGVrns_RelinInPlace() local
[all …]
/dports/security/p5-Crypt-Rabbit/Crypt-Rabbit-1.0.0/examples/
H A Dstrings21 my $plaintext2 = pack "H60", 0;
22 print "plaintext2 : ", unpack("H*", $plaintext2), "\n";
24 my $ciphertext2 = $cipher->encrypt($plaintext2);
41 $plaintext2 = $cipher2->decrypt($ciphertext2);
42 print "plaintext2 : ", unpack("H*", $plaintext2), "\n";
/dports/net/chrony/chrony-4.2/test/unit/
H A Dnts_ntp_auth.c34 unsigned char key[SIV_MAX_KEY_LENGTH], nonce[256], plaintext[256], plaintext2[256]; in test_unit() local
85 r = NNA_DecryptAuthEF(&packet, &info, siv, packet_length, plaintext2, in test_unit()
89 r = NNA_DecryptAuthEF(&packet, &info, siv, packet_length, plaintext2, in test_unit()
90 sizeof (plaintext2), &plaintext2_length); in test_unit()
93 TEST_CHECK(memcmp(plaintext, plaintext2, plaintext_length) == 0); in test_unit()
98 r = NNA_DecryptAuthEF(&packet, &info, siv, packet_length, plaintext2, in test_unit()
99 sizeof (plaintext2), &plaintext2_length); in test_unit()
/dports/net/chrony-lite/chrony-4.2/test/unit/
H A Dnts_ntp_auth.c34 unsigned char key[SIV_MAX_KEY_LENGTH], nonce[256], plaintext[256], plaintext2[256]; in test_unit() local
85 r = NNA_DecryptAuthEF(&packet, &info, siv, packet_length, plaintext2, in test_unit()
89 r = NNA_DecryptAuthEF(&packet, &info, siv, packet_length, plaintext2, in test_unit()
90 sizeof (plaintext2), &plaintext2_length); in test_unit()
93 TEST_CHECK(memcmp(plaintext, plaintext2, plaintext_length) == 0); in test_unit()
98 r = NNA_DecryptAuthEF(&packet, &info, siv, packet_length, plaintext2, in test_unit()
99 sizeof (plaintext2), &plaintext2_length); in test_unit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shell-encryption/src/
H A Drelinearization_key_test.cc156 ConvertToMontgomery(plaintext2, params14_.get())); in TEST_F()
165 Encrypt(key, plaintext2, params14_.get(), in TEST_F()
201 ConvertToMontgomery(plaintext2, params80_.get())); in TEST_F()
210 Encrypt(key, plaintext2, params80_.get(), in TEST_F()
253 ConvertToMontgomery(plaintext2, params80_.get())); in TEST_F()
268 Encrypt(key, plaintext2, params80_.get(), in TEST_F()
326 Encrypt(key, plaintext2, params80_.get(), in TEST_F()
385 Encrypt(key, plaintext2, params80_.get(), in TEST_F()
439 Encrypt(key, plaintext2, params14_.get(), in TEST_F()
575 Encrypt(key, plaintext2, params80_.get(), in TEST_F()
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/sysutils/cbsd-mq-api/cbsd-mq-api-0.3/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/www/go-www/www-2.0.0/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/security/certmgr/certmgr-3.0.3/vendor/golang.org/x/crypto/crypto-5c40567a22f8/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/dns/nextdns/nextdns-1.32.2/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/crypto/tea/
H A Dtea_test.go86 var plaintext2 [BlockSize]byte
87 c.Decrypt(plaintext2[:], ciphertext[:])
89 if !bytes.Equal(plaintext2[:], test.plaintext) {
90 t.Errorf("#%d: incorrect plaintext. Got %x, wanted %x", i, plaintext2, test.plaintext)

12345678910>>...21