Home
last modified time | relevance | path

Searched refs:hasSignature (Results 1 – 25 of 149) sorted by relevance

123456

/dports/www/owncloud/owncloud/apps/encryption/lib/Crypto/
H A DCrypt.php525 …* @param bool $hasSignature did the block contain a signature, in this case we use a different pad…
528 private function removePadding($padded, $hasSignature = false) { argument
529 if ($hasSignature === false && \substr($padded, -2) === 'xx') {
531 } elseif ($hasSignature === true && \substr($padded, -3) === 'xxx') {
547 if ($this->hasSignature($catFile, $cipher)) {
576 private function hasSignature($catFile, $cipher) { function in OCA\\Encryption\\Crypto\\Crypt
/dports/www/nextcloud/nextcloud/apps-pkg/encryption/lib/Crypto/
H A DCrypt.php537 …* @param bool $hasSignature did the block contain a signature, in this case we use a different pad…
540 private function removePadding($padded, $hasSignature = false) { argument
541 if ($hasSignature === false && substr($padded, -2) === 'xx') {
543 } elseif ($hasSignature === true && substr($padded, -3) === 'xxx') {
559 if ($this->hasSignature($catFile, $cipher)) {
588 private function hasSignature($catFile, $cipher) { function in OCA\\Encryption\\Crypto\\Crypt
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86operand.h137 constexpr bool isGpw() const noexcept { return hasSignature(RegTraits<kTypeGpw>::kSignature); } in isGpw()
139 constexpr bool isGpd() const noexcept { return hasSignature(RegTraits<kTypeGpd>::kSignature); } in isGpd()
141 constexpr bool isGpq() const noexcept { return hasSignature(RegTraits<kTypeGpq>::kSignature); } in isGpq()
143 constexpr bool isXmm() const noexcept { return hasSignature(RegTraits<kTypeXmm>::kSignature); } in isXmm()
145 constexpr bool isYmm() const noexcept { return hasSignature(RegTraits<kTypeYmm>::kSignature); } in isYmm()
147 constexpr bool isZmm() const noexcept { return hasSignature(RegTraits<kTypeZmm>::kSignature); } in isZmm()
149 constexpr bool isMm() const noexcept { return hasSignature(RegTraits<kTypeMm>::kSignature); } in isMm()
151 constexpr bool isKReg() const noexcept { return hasSignature(RegTraits<kTypeKReg>::kSignature); } in isKReg()
159 constexpr bool isSt() const noexcept { return hasSignature(RegTraits<kTypeSt>::kSignature); } in isSt()
161 constexpr bool isBnd() const noexcept { return hasSignature(RegTraits<kTypeBnd>::kSignature); } in isBnd()
[all …]
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DMessageComposition.h67 - (BOOL) hasSignature;
68 - (void) setHasSignature: (BOOL) hasSignature;
H A DMessageComposition.m194 - (BOOL) hasSignature
203 - (void) setHasSignature: (BOOL) hasSignature
205 if ( hasSignature != _hasSignature )
207 _hasSignature = hasSignature;
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dx86operand.h292 ASMJIT_INLINE bool isRip() const noexcept { return hasSignature(signatureOf(kRegRip)); } in isRip()
294 ASMJIT_INLINE bool isSeg() const noexcept { return hasSignature(signatureOf(kRegSeg)); } in isSeg()
300 ASMJIT_INLINE bool isGpw() const noexcept { return hasSignature(signatureOf(kRegGpw)); } in isGpw()
302 ASMJIT_INLINE bool isGpd() const noexcept { return hasSignature(signatureOf(kRegGpd)); } in isGpd()
304 ASMJIT_INLINE bool isGpq() const noexcept { return hasSignature(signatureOf(kRegGpq)); } in isGpq()
306 ASMJIT_INLINE bool isFp() const noexcept { return hasSignature(signatureOf(kRegFp)); } in isFp()
308 ASMJIT_INLINE bool isMm() const noexcept { return hasSignature(signatureOf(kRegMm)); } in isMm()
310 ASMJIT_INLINE bool isK() const noexcept { return hasSignature(signatureOf(kRegK)); } in isK()
312 ASMJIT_INLINE bool isXmm() const noexcept { return hasSignature(signatureOf(kRegXmm)); } in isXmm()
320 ASMJIT_INLINE bool isCr() const noexcept { return hasSignature(signatureOf(kRegCr)); } in isCr()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h199 constexpr bool isGpw() const noexcept { return hasSignature(RegTraits<kTypeGpw>::kSignature); } in isGpw()
201 constexpr bool isGpd() const noexcept { return hasSignature(RegTraits<kTypeGpd>::kSignature); } in isGpd()
203 constexpr bool isGpq() const noexcept { return hasSignature(RegTraits<kTypeGpq>::kSignature); } in isGpq()
205 constexpr bool isXmm() const noexcept { return hasSignature(RegTraits<kTypeXmm>::kSignature); } in isXmm()
207 constexpr bool isYmm() const noexcept { return hasSignature(RegTraits<kTypeYmm>::kSignature); } in isYmm()
209 constexpr bool isZmm() const noexcept { return hasSignature(RegTraits<kTypeZmm>::kSignature); } in isZmm()
211 constexpr bool isMm() const noexcept { return hasSignature(RegTraits<kTypeMm>::kSignature); } in isMm()
213 constexpr bool isKReg() const noexcept { return hasSignature(RegTraits<kTypeKReg>::kSignature); } in isKReg()
221 constexpr bool isSt() const noexcept { return hasSignature(RegTraits<kTypeSt>::kSignature); } in isSt()
223 constexpr bool isBnd() const noexcept { return hasSignature(RegTraits<kTypeBnd>::kSignature); } in isBnd()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h199 constexpr bool isGpw() const noexcept { return hasSignature(RegTraits<kTypeGpw>::kSignature); } in isGpw()
201 constexpr bool isGpd() const noexcept { return hasSignature(RegTraits<kTypeGpd>::kSignature); } in isGpd()
203 constexpr bool isGpq() const noexcept { return hasSignature(RegTraits<kTypeGpq>::kSignature); } in isGpq()
205 constexpr bool isXmm() const noexcept { return hasSignature(RegTraits<kTypeXmm>::kSignature); } in isXmm()
207 constexpr bool isYmm() const noexcept { return hasSignature(RegTraits<kTypeYmm>::kSignature); } in isYmm()
209 constexpr bool isZmm() const noexcept { return hasSignature(RegTraits<kTypeZmm>::kSignature); } in isZmm()
211 constexpr bool isMm() const noexcept { return hasSignature(RegTraits<kTypeMm>::kSignature); } in isMm()
213 constexpr bool isKReg() const noexcept { return hasSignature(RegTraits<kTypeKReg>::kSignature); } in isKReg()
221 constexpr bool isSt() const noexcept { return hasSignature(RegTraits<kTypeSt>::kSignature); } in isSt()
223 constexpr bool isBnd() const noexcept { return hasSignature(RegTraits<kTypeBnd>::kSignature); } in isBnd()
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfStamper.java87 private boolean hasSignature = false; field in PdfStamper
204 if (!hasSignature) { in close()
603 stp.hasSignature = true; in createSignature()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/functions/
H A Dqfunctionfactory.cpp65 bool FunctionFactory::hasSignature(const FunctionSignature::Ptr &signature) const in hasSignature() function in FunctionFactory
H A Dqfunctionfactory_p.h137 bool hasSignature(const FunctionSignature::Ptr &signature) const;
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/functions/
H A Dqfunctionfactory.cpp63 bool FunctionFactory::hasSignature(const FunctionSignature::Ptr &signature) const in hasSignature() function in FunctionFactory
H A Dqfunctionfactory_p.h133 bool hasSignature(const FunctionSignature::Ptr &signature) const;
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfStamper.java86 private boolean hasSignature; field in PdfStamper
191 if (!hasSignature) { in close()
666 stp.hasSignature = true; in createSignature()
/dports/net/kmime/kmime-21.12.3/autotests/
H A Dutiltest.cpp179 QFETCH(bool, hasSignature); in testIsSigned()
184 QCOMPARE(isSigned(msg.data()), hasSignature); in testIsSigned()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/cryptohi/
H A Dsecvfy.c147 PRBool hasSignature; /* true if the signature was provided in the member
422 cx->hasSignature = (sig != NULL); in vfy_CreateContext()
568 if ((cx->hasSignature == PR_FALSE) && (sig == NULL)) { in VFY_EndWithSignature()
/dports/mail/horde-imp/imp-6.2.27/lib/Compose/
H A DUi.php131 $sigs = $identity->hasSignature(true);
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/cryptohi/
H A Dsecvfy.c149 PRBool hasSignature; /* true if the signature was provided in the member
442 cx->hasSignature = (sig != NULL); in vfy_CreateContext()
612 if ((cx->hasSignature == PR_FALSE) && (sig == NULL)) { in VFY_EndWithSignature()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/cryptohi/
H A Dsecvfy.c149 PRBool hasSignature; /* true if the signature was provided in the
493 cx->hasSignature = (sig != NULL);
675 if ((cx->hasSignature == PR_FALSE) && (sig == NULL)) {
/dports/security/ca_root_nss/nss-3.71/nss/lib/cryptohi/
H A Dsecvfy.c149 PRBool hasSignature; /* true if the signature was provided in the member
462 cx->hasSignature = (sig != NULL); in vfy_CreateContext()
640 if ((cx->hasSignature == PR_FALSE) && (sig == NULL)) { in VFY_EndWithSignature()
/dports/www/firefox/firefox-99.0/security/nss/lib/cryptohi/
H A Dsecvfy.c149 PRBool hasSignature; /* true if the signature was provided in the member
493 cx->hasSignature = (sig != NULL); in vfy_CreateContext()
675 if ((cx->hasSignature == PR_FALSE) && (sig == NULL)) { in VFY_EndWithSignature()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/cryptohi/
H A Dsecvfy.c149 PRBool hasSignature; /* true if the signature was provided in the member
454 cx->hasSignature = (sig != NULL); in vfy_CreateContext()
624 if ((cx->hasSignature == PR_FALSE) && (sig == NULL)) { in VFY_EndWithSignature()
/dports/security/nss/nss-3.76.1/nss/lib/cryptohi/
H A Dsecvfy.c149 PRBool hasSignature; /* true if the signature was provided in the member
493 cx->hasSignature = (sig != NULL); in vfy_CreateContext()
675 if ((cx->hasSignature == PR_FALSE) && (sig == NULL)) { in VFY_EndWithSignature()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/cryptohi/
H A Dsecvfy.c149 PRBool hasSignature; /* true if the signature was provided in the member
493 cx->hasSignature = (sig != NULL); in vfy_CreateContext()
675 if ((cx->hasSignature == PR_FALSE) && (sig == NULL)) { in VFY_EndWithSignature()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DMethodFilter.java126 public boolean hasSignature() { in hasSignature() method in MethodFilter

123456