Home
last modified time | relevance | path

Searched defs:plainText (Results 1 – 25 of 883) sorted by relevance

12345678910>>...36

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Utility/
H A DDebuggerUtility.php86 protected static function renderDump($value, $level, $plainText, $ansiColors)
125 protected static function renderArray($array, $level, $plainText = false, $ansiColors = false)
165 protected static function renderObject($object, $level, $plainText = false, $ansiColors = false)
194 … protected static function renderClosure($object, $level, $plainText = false, $ansiColors = false)
245 protected static function renderHeader($object, $level, $plainText, $ansiColors)
333 protected static function renderContent($object, $level, $plainText, $ansiColors)
453 protected static function renderCollection($collection, $level, $plainText, $ansiColors)
501 …public static function var_dump($variable, $title = null, $maxDepth = 8, $plainText = false, $ansi…
/dports/security/john/john-1.9.0-jumbo-1/src/aes/aesni/
H A Dintel_aes.c52 void intel_AES_enc128(UCHAR *plainText,UCHAR *cipherText,UCHAR *key,size_t numBlocks) in intel_AES_enc128()
66 void intel_AES_enc128_CBC(UCHAR *plainText,UCHAR *cipherText,UCHAR *key,size_t numBlocks,UCHAR *iv) in intel_AES_enc128_CBC()
81 void intel_AES_enc192(UCHAR *plainText,UCHAR *cipherText,UCHAR *key,size_t numBlocks) in intel_AES_enc192()
95 void intel_AES_enc192_CBC(UCHAR *plainText,UCHAR *cipherText,UCHAR *key,size_t numBlocks,UCHAR *iv) in intel_AES_enc192_CBC()
110 void intel_AES_enc256(UCHAR *plainText,UCHAR *cipherText,UCHAR *key,size_t numBlocks) in intel_AES_enc256()
124 void intel_AES_enc256_CBC(UCHAR *plainText,UCHAR *cipherText,UCHAR *key,size_t numBlocks,UCHAR *iv) in intel_AES_enc256_CBC()
139 void intel_AES_dec128(UCHAR *cipherText,UCHAR *plainText,UCHAR *key,size_t numBlocks) in intel_AES_dec128()
152 void intel_AES_dec128_CBC(UCHAR *cipherText,UCHAR *plainText,UCHAR *key,size_t numBlocks,UCHAR *iv) in intel_AES_dec128_CBC()
167 void intel_AES_dec192(UCHAR *cipherText,UCHAR *plainText,UCHAR *key,size_t numBlocks) in intel_AES_dec192()
181 void intel_AES_dec192_CBC(UCHAR *cipherText,UCHAR *plainText,UCHAR *key,size_t numBlocks,UCHAR *iv) in intel_AES_dec192_CBC()
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Utility/
H A DDebuggerUtility.php104 …protected static function renderDump($value, int $level, bool $plainText, bool $ansiColors): string
145 …protected static function renderArray(array $array, int $level, bool $plainText = false, bool $ans…
185 …protected static function renderObject(object $object, int $level, bool $plainText = false, bool $…
214 …protected static function renderClosure(\Closure $object, int $level, bool $plainText = false, boo…
264 …protected static function renderHeader(object $object, int $level, bool $plainText, bool $ansiColo…
353 …protected static function renderContent(object $object, int $level, bool $plainText, bool $ansiCol…
479 …protected static function renderCollection(iterable $collection, int $level, bool $plainText, bool…
533 bool $plainText = false,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Utility/
H A DDebuggerUtility.php103 …protected static function renderDump($value, int $level, bool $plainText, bool $ansiColors): string
144 …protected static function renderArray(array $array, int $level, bool $plainText = false, bool $ans…
184 …protected static function renderObject(object $object, int $level, bool $plainText = false, bool $…
213 …protected static function renderClosure(\Closure $object, int $level, bool $plainText = false, boo…
263 …protected static function renderHeader(object $object, int $level, bool $plainText, bool $ansiColo…
352 …protected static function renderContent(object $object, int $level, bool $plainText, bool $ansiCol…
473 …protected static function renderCollection(iterable $collection, int $level, bool $plainText, bool…
527 bool $plainText = false,
/dports/security/py-gpgme/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmeencryptjob.cpp77 const std::shared_ptr<QIODevice> plainText = plainText_.lock(); in encrypt() local
114 … encrypt_qba(Context *ctx, const std::vector<Key> &recipients, const QByteArray &plainText, const … in encrypt_qba()
124 Error QGpgMEEncryptJob::start(const std::vector<Key> &recipients, const QByteArray &plainText, bool… in start()
131 …EEncryptJob::start(const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText, in start()
143 …ptionResult QGpgMEEncryptJob::exec(const std::vector<Key> &recipients, const QByteArray &plainText, in exec()
152 …EEncryptJob::start(const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText in start()
157 …ult QGpgMEEncryptJob::exec(const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in exec()
H A Dqgpgmesignencryptjob.cpp74 const std::shared_ptr<QIODevice> &plainText = plainText_.lock(); in sign_encrypt() local
119 …const std::vector<Key> &recipients, const QByteArray &plainText, const Context::EncryptionFlags ef… in sign_encrypt_qba()
129 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in start()
136const std::shared_ptr<QIODevice> &plainText, const std::shared_ptr<QIODevice> &cipherText, const C… in start()
141 …tor<Key> &signers, const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText in start()
146 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, const … in exec()
154 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in exec()
/dports/security/gpgme/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmeencryptjob.cpp77 const std::shared_ptr<QIODevice> plainText = plainText_.lock(); in encrypt() local
114 … encrypt_qba(Context *ctx, const std::vector<Key> &recipients, const QByteArray &plainText, const … in encrypt_qba()
124 Error QGpgMEEncryptJob::start(const std::vector<Key> &recipients, const QByteArray &plainText, bool… in start()
131 …EEncryptJob::start(const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText, in start()
143 …ptionResult QGpgMEEncryptJob::exec(const std::vector<Key> &recipients, const QByteArray &plainText, in exec()
152 …EEncryptJob::start(const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText in start()
157 …ult QGpgMEEncryptJob::exec(const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in exec()
H A Dqgpgmesignencryptjob.cpp74 const std::shared_ptr<QIODevice> &plainText = plainText_.lock(); in sign_encrypt() local
119 …const std::vector<Key> &recipients, const QByteArray &plainText, const Context::EncryptionFlags ef… in sign_encrypt_qba()
129 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in start()
136const std::shared_ptr<QIODevice> &plainText, const std::shared_ptr<QIODevice> &cipherText, const C… in start()
141 …tor<Key> &signers, const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText in start()
146 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, const … in exec()
154 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in exec()
H A Dqgpgmesignjob.cpp77 const std::shared_ptr<QIODevice> plainText = plainText_.lock(); in sign() local
123 const QByteArray &plainText, in sign_qba()
135 Error QGpgMESignJob::start(const std::vector<Key> &signers, const QByteArray &plainText, SignatureM… in start()
141 … QGpgMESignJob::start(const std::vector<Key> &signers, const std::shared_ptr<QIODevice> &plainText in start()
146 SigningResult QGpgMESignJob::exec(const std::vector<Key> &signers, const QByteArray &plainText, Sig… in exec()
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmeencryptjob.cpp77 const std::shared_ptr<QIODevice> plainText = plainText_.lock(); in encrypt() local
114 … encrypt_qba(Context *ctx, const std::vector<Key> &recipients, const QByteArray &plainText, const … in encrypt_qba()
124 Error QGpgMEEncryptJob::start(const std::vector<Key> &recipients, const QByteArray &plainText, bool… in start()
131 …EEncryptJob::start(const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText, in start()
143 …ptionResult QGpgMEEncryptJob::exec(const std::vector<Key> &recipients, const QByteArray &plainText, in exec()
152 …EEncryptJob::start(const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText in start()
157 …ult QGpgMEEncryptJob::exec(const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in exec()
H A Dqgpgmesignencryptjob.cpp74 const std::shared_ptr<QIODevice> &plainText = plainText_.lock(); in sign_encrypt() local
119 …const std::vector<Key> &recipients, const QByteArray &plainText, const Context::EncryptionFlags ef… in sign_encrypt_qba()
129 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in start()
136const std::shared_ptr<QIODevice> &plainText, const std::shared_ptr<QIODevice> &cipherText, const C… in start()
141 …tor<Key> &signers, const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText in start()
146 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, const … in exec()
154 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in exec()
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmeencryptjob.cpp77 const std::shared_ptr<QIODevice> plainText = plainText_.lock(); in encrypt() local
114 … encrypt_qba(Context *ctx, const std::vector<Key> &recipients, const QByteArray &plainText, const … in encrypt_qba()
124 Error QGpgMEEncryptJob::start(const std::vector<Key> &recipients, const QByteArray &plainText, bool… in start()
131 …EEncryptJob::start(const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText, in start()
143 …ptionResult QGpgMEEncryptJob::exec(const std::vector<Key> &recipients, const QByteArray &plainText, in exec()
152 …EEncryptJob::start(const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText in start()
157 …ult QGpgMEEncryptJob::exec(const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in exec()
H A Dqgpgmesignencryptjob.cpp74 const std::shared_ptr<QIODevice> &plainText = plainText_.lock(); in sign_encrypt() local
119 …const std::vector<Key> &recipients, const QByteArray &plainText, const Context::EncryptionFlags ef… in sign_encrypt_qba()
129 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in start()
136const std::shared_ptr<QIODevice> &plainText, const std::shared_ptr<QIODevice> &cipherText, const C… in start()
141 …tor<Key> &signers, const std::vector<Key> &recipients, const std::shared_ptr<QIODevice> &plainText in start()
146 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, const … in exec()
154 …std::vector<Key> &signers, const std::vector<Key> &recipients, const QByteArray &plainText, bool a… in exec()
H A Dqgpgmesignjob.cpp77 const std::shared_ptr<QIODevice> plainText = plainText_.lock(); in sign() local
123 const QByteArray &plainText, in sign_qba()
135 Error QGpgMESignJob::start(const std::vector<Key> &signers, const QByteArray &plainText, SignatureM… in start()
141 … QGpgMESignJob::start(const std::vector<Key> &signers, const std::shared_ptr<QIODevice> &plainText in start()
146 SigningResult QGpgMESignJob::exec(const std::vector<Key> &signers, const QByteArray &plainText, Sig… in exec()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java247 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_1()
268 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_2()
296 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_3()
317 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_4()
337 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_5()
358 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_6()
387 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_7()
409 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_8()
429 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_9()
460 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_10()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java247 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_1()
268 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_2()
296 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_3()
317 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_4()
337 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_5()
358 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_6()
387 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_7()
409 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_8()
429 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_9()
460 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_10()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java247 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_1()
268 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_2()
296 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_3()
317 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_4()
337 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_5()
358 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_6()
387 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_7()
409 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_8()
429 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_9()
460 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_10()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java247 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_1()
268 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_2()
296 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_3()
317 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_4()
337 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_5()
358 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_6()
387 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_7()
409 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_8()
429 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_9()
460 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_10()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java247 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_1()
268 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_2()
296 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_3()
317 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_4()
337 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_5()
358 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_6()
387 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_7()
409 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_8()
429 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_9()
460 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_10()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java247 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_1()
268 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_2()
296 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_3()
317 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_4()
337 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_5()
358 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_6()
387 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_7()
409 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_8()
429 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_9()
460 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_10()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java252 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_1()
273 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_2()
301 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_3()
322 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_4()
342 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_5()
363 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_6()
392 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_7()
414 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_8()
434 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_9()
465 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_10()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java247 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_1()
268 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_2()
296 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_3()
317 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_4()
337 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_5()
358 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_6()
387 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_7()
409 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_8()
429 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_9()
460 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_10()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java247 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_1()
268 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_2()
296 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_3()
317 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_4()
337 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_5()
358 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_6()
387 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_7()
409 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_8()
429 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_9()
460 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_10()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java247 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_1()
268 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_2()
296 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_3()
317 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_4()
337 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_5()
358 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_6()
387 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_7()
409 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_8()
429 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_9()
460 byte[] plainText, AlgorithmParameters params) throws Exception { in combination_10()
[all …]
/dports/net/messagelib/messagelib-21.12.3/mimetreeparser/src/memento/
H A Ddecryptverifybodypartmemento.cpp45 QByteArray plainText; in exec() local
53 …::saveResult(const DecryptionResult &dr, const VerificationResult &vr, const QByteArray &plainText) in saveResult()
63 …::slotResult(const DecryptionResult &dr, const VerificationResult &vr, const QByteArray &plainText) in slotResult()

12345678910>>...36