Home
last modified time | relevance | path

Searched refs:noParams (Results 1 – 25 of 102) sorted by relevance

12345

/dports/www/nift/nsm-2.4.11/
H A Dnsm.cpp325 if(noParams != 1 && noParams != 2) in main()
768 if(noParams != 1 && noParams != 2) in main()
1399 if(noParams != 1 && noParams != 2) in main()
1424 if(noParams != 1 && noParams != 2) in main()
1496 if(noParams < 2 && noParams > 5) in main()
1609 if(noParams < 2 || noParams > 3) in main()
1880 if(noParams < 2 || noParams > 4) in main()
1914 if(noParams < 2 || noParams > 5) in main()
1966 if(noParams < 2 || noParams > 3) in main()
2010 if(noParams < 2 || noParams > 3) in main()
[all …]
H A DLuaFns.cpp199 int noParams = lua_gettop(L); in lua_exprtk_compile() local
200 if(noParams == 1) in lua_exprtk_compile()
242 else if(noParams == 2) in lua_exprtk_compile()
305 int noParams = lua_gettop(L); in lua_exprtk_eval() local
306 if(noParams == 0) in lua_exprtk_eval()
321 else if(noParams == 1) in lua_exprtk_eval()
421 int noParams = lua_gettop(L); in lua_exprtk_str() local
422 if(noParams == 0) in lua_exprtk_str()
437 else if(noParams == 1) in lua_exprtk_str()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/
H A DDefaultSignatureAlgorithmIdentifierFinder.java34 private static Set noParams = new HashSet(); field in DefaultSignatureAlgorithmIdentifierFinder
204 noParams.add(OIWObjectIdentifiers.dsaWithSHA1);
235 noParams.add(BCObjectIdentifiers.xmss_SHA256ph);
236 noParams.add(BCObjectIdentifiers.xmss_SHA512ph);
244 noParams.add(BCObjectIdentifiers.xmss_SHA256);
245 noParams.add(BCObjectIdentifiers.xmss_SHA512);
259 noParams.add(BCObjectIdentifiers.qTESLA_p_I);
260 noParams.add(BCObjectIdentifiers.qTESLA_p_III);
274 noParams.add(EdECObjectIdentifiers.id_Ed25519);
275 noParams.add(EdECObjectIdentifiers.id_Ed448);
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/x509/
H A DX509Util.java43 private static Set noParams = new HashSet(); field in X509Util
94 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
95 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
96 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
97 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
98 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
99 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
100 noParams.add(OIWObjectIdentifiers.dsaWithSHA1);
101 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
102 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.1/org/bouncycastle/x509/
H A DX509Util.java41 private static Set noParams = new HashSet(); field in X509Util
92 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
93 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
94 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
95 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
96 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
97 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
98 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
99 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
100 noParams.add(NISTObjectIdentifiers.dsa_with_sha384);
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.3/org/bouncycastle/x509/
H A DX509Util.java41 private static Set noParams = new HashSet(); field in X509Util
92 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
93 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
94 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
95 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
96 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
97 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
98 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
99 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
100 noParams.add(NISTObjectIdentifiers.dsa_with_sha384);
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.3/org/bouncycastle/jce/
H A DPKCS10CertificationRequest.java77 private static Set noParams = new HashSet(); field in PKCS10CertificationRequest
160 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
161 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
162 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
163 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
164 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
165 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
166 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
167 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
172 noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94);
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jce/
H A DPKCS10CertificationRequest.java80 private static Set noParams = new HashSet(); field in PKCS10CertificationRequest
163 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
164 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
165 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
166 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
167 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
168 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
169 noParams.add(OIWObjectIdentifiers.dsaWithSHA1);
170 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
171 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/
H A DRenameVirtualMethodProcessor.java232 String[] noParams= new String[0]; in isSpecialCase() local
236 String[][] specialParamTypes= new String[][]{noParams, noParams, noParams, noParams, in isSpecialCase()
237 {"QObject;"}, {"Qjava.lang.Object;"}, noParams, noParams, //$NON-NLS-2$ //$NON-NLS-1$ in isSpecialCase()
238 noParams, noParams, noParams, {Signature.SIG_LONG, Signature.SIG_INT}, in isSpecialCase()
239 {Signature.SIG_LONG}, noParams}; in isSpecialCase()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/NSS/
H A DNSSCryptoHashHMAC.cpp210 SECItem noParams; in setKey() local
211 noParams.data = 0; in setKey()
212 noParams.len = 0; in setKey()
217 &noParams); in setKey()
/dports/devel/qca/qca-2.3.4/plugins/qca-nss/
H A Dqca-nss.cpp189 SECItem noParams; in clear() local
190 noParams.data = nullptr; in clear()
191 noParams.len = 0; in clear()
193 m_context = PK11_CreateContextBySymKey(m_macAlgo, CKA_SIGN, m_nssKey, &noParams); in clear()
220 SECItem noParams; in setup() local
221 noParams.data = nullptr; in setup()
222 noParams.len = 0; in setup()
224 m_context = PK11_CreateContextBySymKey(m_macAlgo, CKA_SIGN, m_nssKey, &noParams); in setup()
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-digest-nss.c64 SECItem noParams; in sipe_digest_hmac_ctx_create() local
78 noParams.type = siBuffer; in sipe_digest_hmac_ctx_create()
79 noParams.data = NULL; in sipe_digest_hmac_ctx_create()
80 noParams.len = 0; in sipe_digest_hmac_ctx_create()
82 DigestContext = PK11_CreateContextBySymKey(hmacMech, CKA_SIGN, SymKey, &noParams); in sipe_digest_hmac_ctx_create()
/dports/www/firefox/firefox-99.0/security/nss/doc/rst/legacy/nss_sample_code/nss_sample_code_sample3/
H A Dindex.rst109 SECItem noParams;
110 noParams.type = siBuffer;
111 noParams.data = 0;
112 noParams.len = 0;
116 context = PK11_CreateContextBySymKey(CKM_MD5, CKA_DIGEST, key, &noParams);
145 context = PK11_CreateContextBySymKey(CKM_MD5_HMAC, CKA_SIGN, key, &noParams);
/dports/security/nss/nss-3.76.1/nss/doc/rst/legacy/nss_sample_code/nss_sample_code_sample3/
H A Dindex.rst109 SECItem noParams;
110 noParams.type = siBuffer;
111 noParams.data = 0;
112 noParams.len = 0;
116 context = PK11_CreateContextBySymKey(CKM_MD5, CKA_DIGEST, key, &noParams);
145 context = PK11_CreateContextBySymKey(CKM_MD5_HMAC, CKA_SIGN, key, &noParams);
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/hasql-transaction-1.0.1/library/Hasql/Transaction/Private/
H A DStatements.hs17 A.Statement (D.beginTransaction isolation mode) B.noParams C.noResult preparable
21 A.Statement "COMMIT" B.noParams C.noResult preparable
25 A.Statement "ABORT" B.noParams C.noResult preparable
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/events/
H A DEventProcessingTestCase.java93 Map<String, Object> noParams = Collections.emptyMap(); in doTest() local
94 doTest(inStream, fopConf, expectedEventID, mimeType, noParams); in doTest()
170 Map<String, Object> noParams = Collections.emptyMap(); in testHyphenationNotFound() local
173 … ResourceEventProducer.class.getName() + ".hyphenationNotFound", MimeConstants.MIME_PDF, noParams); in testHyphenationNotFound()
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/doc/
H A Dprecondition_error.tex65 and \code{0 == e.noParams()} hold.
114 \begin{cfcode}{size_type}{e.noParams}{}
122 $0 \leq n < \code{e.noParams()}$ does not hold.
132 $0 \leq n < \code{e.noParams()}$ does not hold.
140 $0 \leq n < \code{e.noParams()}$ does not hold.
148 $0 \leq n < \code{e.noParams()}$ does not hold and a \code{cast_error} if
155 \code{indexOf} returns \code{e.noParams()}.
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/hasql-pool-0.5.2/test/
H A DMain.hs18 statement = Statement.Statement "" Encoders.noParams Decoders.noResult True
26 in Statement.Statement "SELECT 1" Encoders.noParams decoder True
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DTemplateControl.cs131 public bool noParams; field in System.Web.UI.TemplateControl.EvtInfo
147 if (evinfo.noParams) { in WireupAutomaticEvents()
180 bool noParams = (length == 0); in CollectAutomaticEventInfo()
181 if (!noParams && (length != 2 || in CollectAutomaticEventInfo()
198 evinfo.noParams = noParams; in CollectAutomaticEventInfo()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/hasql-transaction-1.0.1/conflicts-test/Main/
H A DStatements.hs12 Statement sql E.noParams D.noResult False
21 E.noParams
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/
H A DMatchExpression.java26 private static final Object[] noParams = new Object[0]; field in MatchExpression
31 this.parameters = parameters == null ? noParams : parameters; in MatchExpression()
H A DContextExpression.java26 private static final Object[] noParams = new Object[0]; field in ContextExpression
31 this.parameters = parameters == null ? noParams : parameters; in ContextExpression()
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/jsse/provider/
H A DProvAlgorithmChecker.java79 Set<String> noParams = new HashSet<String>(); in createSigAlgNoParams() local
81 noParams.add(OIWObjectIdentifiers.dsaWithSHA1.getId()); in createSigAlgNoParams()
82 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1.getId()); in createSigAlgNoParams()
83 noParams.add(PKCSObjectIdentifiers.id_RSASSA_PSS.getId()); in createSigAlgNoParams()
85 return Collections.unmodifiableSet(noParams); in createSigAlgNoParams()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/x509/
H A DX509Util.java43 private static Set noParams = new HashSet(); field in X509Util
92 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
97 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
156 if (noParams.contains(sigOid)) in getSigAlgID()
/dports/net/liboauth/liboauth-1.0.3/src/
H A Dhash.c155 SECItem keyItem, noParams; in oauth_sign_hmac_sha1_raw() local
162 noParams.type = siBuffer; in oauth_sign_hmac_sha1_raw()
163 noParams.data = NULL; in oauth_sign_hmac_sha1_raw()
164 noParams.len = 0; in oauth_sign_hmac_sha1_raw()
172 context = PK11_CreateContextBySymKey(CKM_SHA_1_HMAC, CKA_SIGN, pkey, &noParams); in oauth_sign_hmac_sha1_raw()

12345