Home
last modified time | relevance | path

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

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DDefaultSignatureAlgorithmIdentifierFinder.java28 private static Set noParams = new HashSet(); field in DefaultSignatureAlgorithmIdentifierFinder
97 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
98 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
99 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
100 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
101 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
102 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
103 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
104 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
105 noParams.add(NISTObjectIdentifiers.dsa_with_sha384);
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java47 private static Set noParams = new HashSet(); field in X509Util
104 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
105 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
106 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
107 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
108 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
109 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
110 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
111 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
112 noParams.add(NISTObjectIdentifiers.dsa_with_sha384);
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DPKCS10CertificationRequest.java84 private static Set noParams = new HashSet(); field in PKCS10CertificationRequest
179 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA1);
180 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
181 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA256);
182 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA384);
183 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA512);
184 noParams.add(X9ObjectIdentifiers.id_dsa_with_sha1);
185 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
186 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
351 if (noParams.contains(sigOID)) in PKCS10CertificationRequest()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayer.java264 private boolean noParams; field in FakeHttpLayer.RequestMatcherBuilder
303 public RequestMatcherBuilder noParams() { in noParams() method in FakeHttpLayer.RequestMatcherBuilder
304 noParams = true; in noParams()
330 if (noParams && !uri.getRawQuery().equals(null)) { in matches()
381 return noParams; in isNoParams()
/external/clang/lib/AST/
DDeclObjC.cpp856 unsigned noParams = param_size(); in getMethodFamily() local
857 if (noParams < 1 || noParams > 3) in getMethodFamily()
866 while (--noParams) { in getMethodFamily()
/external/bouncycastle/patches/
Dbcpkix.patch788 - noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94);
789 - noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_2001);
791 + // noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94);
792 + // noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_2001);
Dbcprov.patch6836 - noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94);
6837 - noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_2001);
6839 + // noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94);
6840 + // noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_2001);
8432 - noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94);
8433 - noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_2001);
8435 + // noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94);
8436 + // noParams.add(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_2001);