Home
last modified time | relevance | path

Searched refs:eiv (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/SelfTest/Cipher/
H A Dtest_OpenPGP.py63 eiv, ct = ct[:18], ct[18:]
65 cipher = AES.new(self.key_128, AES.MODE_OPENPGP, eiv)
74 eiv, ct = ct[:10], ct[10:]
76 cipher = DES3.new(self.key_192, DES3.MODE_OPENPGP, eiv)
82 eiv = cipher.encrypt(b"")
85 cipher = AES.new(self.key_128, AES.MODE_OPENPGP, eiv)
90 eiv = cipher.encrypt(b"")
92 cipher = AES.new(self.key_128, AES.MODE_OPENPGP, eiv)
97 eiv = cipher.encrypt(b"")
100 cipher = AES.new(self.key_128, AES.MODE_OPENPGP, eiv)
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/SelfTest/Cipher/
H A Dtest_OpenPGP.py63 eiv, ct = ct[:18], ct[18:]
65 cipher = AES.new(self.key_128, AES.MODE_OPENPGP, eiv)
74 eiv, ct = ct[:10], ct[10:]
76 cipher = DES3.new(self.key_192, DES3.MODE_OPENPGP, eiv)
82 eiv = cipher.encrypt(b"")
85 cipher = AES.new(self.key_128, AES.MODE_OPENPGP, eiv)
90 eiv = cipher.encrypt(b"")
92 cipher = AES.new(self.key_128, AES.MODE_OPENPGP, eiv)
97 eiv = cipher.encrypt(b"")
100 cipher = AES.new(self.key_128, AES.MODE_OPENPGP, eiv)
/dports/security/libressl-static/libressl-3.3.5/tests/
H A Devptest.c147 const unsigned char *eiv; in test1() local
166 eiv = iv; in test1()
168 eiv = NULL; in test1()
169 if (!EVP_EncryptInit_ex(&ctx, c, NULL, key, eiv)) { in test1()
202 eiv = iv; in test1()
204 eiv = NULL; in test1()
205 if (!EVP_DecryptInit_ex(&ctx, c,NULL, key, eiv)) { in test1()
/dports/security/libressl/libressl-3.4.3/tests/
H A Devptest.c147 const unsigned char *eiv; in test1() local
166 eiv = iv; in test1()
168 eiv = NULL; in test1()
169 if (!EVP_EncryptInit_ex(&ctx, c, NULL, key, eiv)) { in test1()
202 eiv = iv; in test1()
204 eiv = NULL; in test1()
205 if (!EVP_DecryptInit_ex(&ctx, c,NULL, key, eiv)) { in test1()
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Devptest.c147 const unsigned char *eiv; in test1() local
166 eiv = iv; in test1()
168 eiv = NULL; in test1()
169 if (!EVP_EncryptInit_ex(&ctx, c, NULL, key, eiv)) { in test1()
202 eiv = iv; in test1()
204 eiv = NULL; in test1()
205 if (!EVP_DecryptInit_ex(&ctx, c,NULL, key, eiv)) { in test1()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58080.C13 Eval<int,void*> eiv; eiv.foo(0,0); in main() local
/dports/biology/kallisto/kallisto-0.46.1/src/
H A DInspect.h193 for (auto& eiv : index.ecmapinv) { in InspectIndex()
196 if (eiv.second < 0 || eiv.second >= index.ecmap.size()) { in InspectIndex()
198 printVector(eiv.first); in InspectIndex()
199 cout << ", ecid = " << eiv.second << endl; in InspectIndex()
202 auto &v = index.ecmap[eiv.second]; in InspectIndex()
203 if (v != eiv.first) { in InspectIndex()
205 printVector(eiv.first); in InspectIndex()

12345678910>>...45