Searched defs:spec (Results 1 - 25 of 261) sorted by relevance

1234567891011

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECKeySpec.java1 package org.bouncycastle.jce.spec;
3 import java.security.spec.KeySpec;
11 private ECParameterSpec spec; field in class:ECKeySpec
14 ECParameterSpec spec)
16 this.spec = spec;
24 return spec;
13 ECKeySpec( ECParameterSpec spec) argument
H A DECPrivateKeySpec.java1 package org.bouncycastle.jce.spec;
17 * @param spec the domain parameters for the curve being used.
21 ECParameterSpec spec)
23 super(spec);
19 ECPrivateKeySpec( BigInteger d, ECParameterSpec spec) argument
H A DECPublicKeySpec.java1 package org.bouncycastle.jce.spec;
17 * @param spec the domain parameters for the curve.
21 ECParameterSpec spec)
23 super(spec);
19 ECPublicKeySpec( ECPoint q, ECParameterSpec spec) argument
H A DECNamedCurveGenParameterSpec.java1 package org.bouncycastle.jce.spec;
3 import java.security.spec.AlgorithmParameterSpec;
6 * Named curve generation spec
H A DECNamedCurveParameterSpec.java1 package org.bouncycastle.jce.spec;
H A DECNamedCurveSpec.java1 package org.bouncycastle.jce.spec;
4 import java.security.spec.ECField;
5 import java.security.spec.ECFieldF2m;
6 import java.security.spec.ECFieldFp;
7 import java.security.spec.ECPoint;
8 import java.security.spec.EllipticCurve;
22 extends java.security.spec.ECParameterSpec
/external/icu/icu4c/source/i18n/
H A Dunesctrn.h49 UChar* spec; // owned; may not be NULL member in class:UnescapeTransliterator
60 * Constructor. Takes the encoded spec array (does not adopt it).
62 * @param spec the encoded spec array
65 const UChar *spec);
/external/clang/test/CodeGen/
H A D2003-11-20-UnionBitfield.c9 struct printf_spec spec; local
10 spec.minus_flag = 1;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/spec/
H A DUserKeyingMaterialSpec.java1 package org.bouncycastle.jcajce.spec;
3 import java.security.spec.AlgorithmParameterSpec;
H A DAEADParameterSpec.java1 package org.bouncycastle.jcajce.spec;
3 import javax.crypto.spec.IvParameterSpec;
8 * ParameterSpec for AEAD modes which allows associated data to be added via an algorithm parameter spec.In normal
45 * Return the size of the MAC associated with this parameter spec.
55 * Return the associated data associated with this parameter spec.
65 * Return the nonce (same as IV) associated with this parameter spec.
H A DPBKDF2KeySpec.java1 package org.bouncycastle.jcajce.spec;
3 import javax.crypto.spec.PBEKeySpec;
36 * Return true if this spec is for the default PRF (HmacSHA1), false otherwise.
38 * @return true if this spec uses the default PRF, false otherwise.
/external/clang/tools/libclang/
H A DCIndexCXX.cpp34 AccessSpecifier spec = AS_none; local
37 spec = getCursorDecl(C)->getAccess();
39 spec = getCursorCXXBaseSpecifier(C)->getAccessSpecifier();
43 switch (spec) {
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DKeyManagerFactoryImpl.java96 * @see KeyManagerFactorySpi#engineInit(ManagerFactoryParameters spec)
99 protected void engineInit(ManagerFactoryParameters spec) argument
/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DTrustManagerFactoryImpl.java84 public void engineInit(ManagerFactoryParameters spec) argument
/external/libtextclassifier/common/
H A Dtask-context.h23 #include "common/task-spec.pb.h"
34 const TaskSpec &spec() const { return spec_; } function in class:libtextclassifier::nlp_core::TaskContext
/external/libtextclassifier/tests/
H A Dembedding-feature-extractor_test.cc57 const std::string spec = local
60 context.SetParameter("test_features", spec);
74 const std::string spec = local
77 context.SetParameter("test_features", spec);
86 const std::string spec = local
89 context.SetParameter("test_features", spec);
98 const std::string spec = local
101 context.SetParameter("test_features", spec);
110 const std::string spec = local
113 context.SetParameter("test_features", spec);
122 const std::string spec = local
[all...]
/external/ltp/testcases/kernel/timers/clock_settime/
H A Dclock_settime02.c85 struct timespec spec; local
95 spec.tv_sec = saved.tv_sec + 1;
96 spec.tv_nsec = 0;
98 TEST(ltp_syscall(__NR_clock_settime, CLOCK_REALTIME, &spec));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DDSAUtil.java9 import java.security.spec.DSAParameterSpec;
49 static DSAParameters toDSAParameters(DSAParams spec) argument
51 if (spec != null)
53 return new DSAParameters(spec.getP(), spec.getQ(), spec.getG());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DBaseKeyFactorySpi.java6 import java.security.spec.InvalidKeySpecException;
7 import java.security.spec.KeySpec;
8 import java.security.spec.PKCS8EncodedKeySpec;
9 import java.security.spec.X509EncodedKeySpec;
31 throw new InvalidKeySpecException("encoded key spec not recognized: " + e.getMessage());
36 throw new InvalidKeySpecException("key spec not recognized");
52 throw new InvalidKeySpecException("encoded key spec not recognized: " + e.getMessage());
57 throw new InvalidKeySpecException("key spec not recognized");
63 Class spec)
66 if (spec
61 engineGetKeySpec( Key key, Class spec) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DGcmSpecUtil.java5 import java.security.spec.AlgorithmParameterSpec;
6 import java.security.spec.InvalidParameterSpecException;
14 static final Class gcmSpecClass = lookup("javax.crypto.spec.GCMParameterSpec");
31 static AlgorithmParameterSpec extractGcmSpec(ASN1Primitive spec) argument
36 GCMParameters gcmParams = GCMParameters.getInstance(spec);
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DLocal.java28 private RegisterSpec spec; field in class:Local
46 this.spec = RegisterSpec.make(nextAvailableRegister, type.ropType);
57 RegisterSpec spec() { method in class:Local
58 if (spec == null) {
60 if (spec == null) {
64 return spec;
/external/elfutils/libcpu/
H A Di386_parse.y247 spec: masks kPERCPERC '\n' instrs label
/external/fmtlib/test/
H A Dcustom-formatter-test.cc25 if (round(value * pow(10, spec().precision())) == 0)
38 CustomPrintfArgFormatter(fmt::BasicWriter<char> &w, fmt::FormatSpec &spec) argument
39 : Base(w, spec) {}
42 if (round(value * pow(10, spec().precision())) == 0)
/external/google-benchmark/src/
H A Dre.h50 // Compile a regular expression matcher from spec. Returns true on success.
54 bool Init(const std::string& spec, std::string* error);
73 inline bool Regex::Init(const std::string& spec, std::string* error) { argument
79 re_ = std::regex(spec, std::regex_constants::extended);
101 inline bool Regex::Init(const std::string& spec, std::string* error) { argument
102 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnescapeTransliterator.java41 private char spec[]; field in class:UnescapeTransliterator
44 * Special character marking the end of the spec[] array.
138 * Package private constructor. Takes the encoded spec array.
140 UnescapeTransliterator(String ID, char spec[]) { argument
142 this.spec = spec;
157 // Loop over the forms in spec[]. Exit this loop when we
160 for (ipat = 0; spec[ipat] != END;) {
163 int prefixLen = spec[ipat++];
164 int suffixLen = spec[ipa
[all...]

Completed in 5694 milliseconds

1234567891011