HomeSort by relevance Sort by last modified time
    Searched refs:private (Results 51 - 75 of 419) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 21 private static pbr::FileDescriptor descriptor;
180 private static readonly pb::MessageParser<TestMap> _parser = new pb::MessageParser<TestMap>(() => new TestMap());
223 private static readonly pbc::MapField<int, int>.Codec _map_mapInt32Int32_codec
225 private readonly pbc::MapField<int, int> mapInt32Int32_ = new pbc::MapField<int, int>();
232 private static readonly pbc::MapField<long, long>.Codec _map_mapInt64Int64_codec
234 private readonly pbc::MapField<long, long> mapInt64Int64_ = new pbc::MapField<long, long>();
241 private static readonly pbc::MapField<uint, uint>.Codec _map_mapUint32Uint32_codec
243 private readonly pbc::MapField<uint, uint> mapUint32Uint32_ = new pbc::MapField<uint, uint>();
250 private static readonly pbc::MapField<ulong, ulong>.Codec _map_mapUint64Uint64_codec
252 private readonly pbc::MapField<ulong, ulong> mapUint64Uint64_ = new pbc::MapField<ulong, ulong>()
    [all...]
UnittestWellKnownTypes.cs 21 private static pbr::FileDescriptor descriptor;
183 private static readonly pb::MessageParser<TestWellKnownTypes> _parser = new pb::MessageParser<TestWellKnownTypes>(() => new TestWellKnownTypes());
228 private global::Google.Protobuf.WellKnownTypes.Any anyField_;
238 private global::Google.Protobuf.WellKnownTypes.Api apiField_;
248 private global::Google.Protobuf.WellKnownTypes.Duration durationField_;
258 private global::Google.Protobuf.WellKnownTypes.Empty emptyField_;
268 private global::Google.Protobuf.WellKnownTypes.FieldMask fieldMaskField_;
278 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContextField_;
288 private global::Google.Protobuf.WellKnownTypes.Struct structField_;
298 private global::Google.Protobuf.WellKnownTypes.Timestamp timestampField_
    [all...]
UnittestProto3.cs 21 private static pbr::FileDescriptor descriptor;
240 private static readonly pb::MessageParser<TestAllTypes> _parser = new pb::MessageParser<TestAllTypes>(() => new TestAllTypes());
325 private int singleInt32_;
338 private long singleInt64_;
348 private uint singleUint32_;
358 private ulong singleUint64_;
368 private int singleSint32_;
378 private long singleSint64_;
388 private uint singleFixed32_;
398 private ulong singleFixed64_
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
pkcs1.go 14 // pkcs1PrivateKey is a structure which mirrors the PKCS#1 ASN.1 for an RSA private key.
38 // ParsePKCS1PrivateKey returns an RSA private key from its ASN.1 PKCS#1 DER encoded form.
50 return nil, errors.New("x509: unsupported private key version")
54 return nil, errors.New("x509: private key contains zero or negative value")
69 return nil, errors.New("x509: private key contains zero or negative prime")
85 // MarshalPKCS1PrivateKey converts a private key to ASN.1 DER encoded form.
  /prebuilts/go/linux-x86/src/crypto/x509/
pkcs1.go 14 // pkcs1PrivateKey is a structure which mirrors the PKCS#1 ASN.1 for an RSA private key.
38 // ParsePKCS1PrivateKey returns an RSA private key from its ASN.1 PKCS#1 DER encoded form.
50 return nil, errors.New("x509: unsupported private key version")
54 return nil, errors.New("x509: private key contains zero or negative value")
69 return nil, errors.New("x509: private key contains zero or negative prime")
85 // MarshalPKCS1PrivateKey converts a private key to ASN.1 DER encoded form.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
ast-builder.rb 26 private
  /external/ltp/testcases/kernel/fs/fs_bind/bin/
makedir 83 echo "mount $mflags --make-private \"$dir\""
84 mount $mflags --make-private "$dir" 2> /dev/null || \
85 smount "$dir" private || exit $?
  /external/proguard/examples/
scala.pro 120 private void writeObject(java.io.ObjectOutputStream);
121 private void readObject(java.io.ObjectInputStream);
  /frameworks/native/opengl/libagl/
Android.mk 41 # we need to access the private Bionic header <bionic_tls.h>
42 LOCAL_C_INCLUDES += bionic/libc/private
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 38 # -p: passphrase for private keys ($PASS)\n
99 mkdir -p rootCA/certs rootCA/crl rootCA/newcerts rootCA/private
101 if [ -e rootCA/private/cakey.pem ]; then
104 echo " * Generate Root CA private key"
105 $OPENSSL req -config openssl.cnf.tmp -batch -new -newkey rsa:4096 -keyout rootCA/private/cakey.pem -out rootCA/careq.pem || fail "Failed to generate Root CA private key"
107 $OPENSSL ca -config openssl.cnf.tmp -md sha256 -create_serial -out rootCA/cacert.pem -days 10957 -batch -keyfile rootCA/private/cakey.pem -passin pass:$PASS -selfsign -extensions v3_ca -outdir rootCA/newcerts -infiles rootCA/careq.pem || fail "Failed to sign Root CA certificate"
120 mkdir -p demoCA/certs demoCA/crl demoCA/newcerts demoCA/private
122 if [ -e demoCA/private/cakey.pem ]; then
125 echo " * Generate Intermediate CA private key
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/assets/
ca.conf 15 RANDFILE = $dir/private/.rand
18 private_key = $dir/private/ca.key.pem
44 RANDFILE = $dir/private/.rand
47 private_key = $dir/private/intermediate.key.pem
  /device/generic/goldfish-opengl/system/gralloc/
Android.mk 16 LOCAL_C_INCLUDES += bionic/libc/private
  /system/media/camera/docs/
CameraDeviceInfo.mako 23 private static HashSet<String> getAllCharacteristicsKeyNames() {
CaptureResultTest.mako 23 private static List<CaptureResult.Key<?>> getAllCaptureResultKeys() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 51 private void mT__10()
74 private void mT__11()
97 private void mT__12()
120 private void mT__13()
143 private void mT__14()
166 private void mT__15()
189 private void mT__16()
212 private void mT__17()
235 private void mID()
294 private void mINT(
    [all...]
ProfileGrammarLexer.cs 51 private void mT__10()
74 private void mT__11()
97 private void mT__12()
120 private void mT__13()
143 private void mT__14()
166 private void mT__15()
189 private void mT__16()
212 private void mT__17()
235 private void mID()
294 private void mINT(
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 21 private static pbr::FileDescriptor descriptor;
225 private static readonly pb::MessageParser<ConformanceRequest> _parser = new pb::MessageParser<ConformanceRequest>(() => new ConformanceRequest());
281 private global::Conformance.WireFormat requestedOutputFormat_ = 0;
292 private object payload_;
299 private PayloadOneofCase payloadCase_ = PayloadOneofCase.None;
417 private static readonly pb::MessageParser<ConformanceResponse> _parser = new pb::MessageParser<ConformanceResponse>(() => new ConformanceResponse());
551 private object result_;
562 private ResultOneofCase resultCase_ = ResultOneofCase.None;
    [all...]
  /external/boringssl/src/ssl/test/runner/
tls.go 175 // LoadX509KeyPair reads and parses a public/private key pair from a pair of
189 // X509KeyPair parses a public/private key pair from a pair of
215 if keyDERBlock.Type == "PRIVATE KEY" || strings.HasSuffix(keyDERBlock.Type, " PRIVATE KEY") {
226 // to check that it looks sane and matches the private key.
236 err = errors.New("crypto/tls: private key type does not match public key type")
240 err = errors.New("crypto/tls: private key does not match public key")
246 err = errors.New("crypto/tls: private key type does not match public key type")
251 err = errors.New("crypto/tls: private key does not match public key")
257 err = errors.New("crypto/tls: private key type does not match public key type"
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls.go 173 // LoadX509KeyPair reads and parses a public/private key pair from a pair
190 // X509KeyPair parses a public/private key pair from a pair of
215 if len(skippedBlockTypes) == 1 && strings.HasSuffix(skippedBlockTypes[0], "PRIVATE KEY") {
216 return fail(errors.New("tls: failed to find certificate PEM data in certificate input, but did find a private key; PEM inputs may have been switched"))
230 return fail(errors.New("tls: found a certificate rather than a key in the PEM for the private key"))
232 return fail(fmt.Errorf("tls: failed to find PEM block with type ending in \"PRIVATE KEY\" in key input after skipping PEM blocks of the following types: %v", skippedBlockTypes))
234 if keyDERBlock.Type == "PRIVATE KEY" || strings.HasSuffix(keyDERBlock.Type, " PRIVATE KEY") {
247 // to check that it looks sane and matches the private key.
257 return fail(errors.New("tls: private key type does not match public key type")
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
tls.go 173 // LoadX509KeyPair reads and parses a public/private key pair from a pair
190 // X509KeyPair parses a public/private key pair from a pair of
215 if len(skippedBlockTypes) == 1 && strings.HasSuffix(skippedBlockTypes[0], "PRIVATE KEY") {
216 return fail(errors.New("tls: failed to find certificate PEM data in certificate input, but did find a private key; PEM inputs may have been switched"))
230 return fail(errors.New("tls: found a certificate rather than a key in the PEM for the private key"))
232 return fail(fmt.Errorf("tls: failed to find PEM block with type ending in \"PRIVATE KEY\" in key input after skipping PEM blocks of the following types: %v", skippedBlockTypes))
234 if keyDERBlock.Type == "PRIVATE KEY" || strings.HasSuffix(keyDERBlock.Type, " PRIVATE KEY") {
247 // to check that it looks sane and matches the private key.
257 return fail(errors.New("tls: private key type does not match public key type")
    [all...]
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 21 private static pbr::FileDescriptor descriptor;
51 private static readonly pb::MessageParser<Person> _parser = new pb::MessageParser<Person>(() => new Person());
81 private string name_ = "";
91 private int id_;
104 private string email_ = "";
114 private static readonly pb::FieldCodec<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> _repeated_phones_codec
116 private readonly pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> phones_ = new pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber>();
238 private static readonly pb::MessageParser<PhoneNumber> _parser = new pb::MessageParser<PhoneNumber>(() => new PhoneNumber());
266 private string number_ = "";
276 private global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType type_ = 0
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs 21 private static pbr::FileDescriptor descriptor;
97 private static readonly pb::MessageParser<Type> _parser = new pb::MessageParser<Type>(() => new Type());
129 private string name_ = "";
142 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Field> _repeated_fields_codec
144 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field> fields_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field>();
154 private static readonly pb::FieldCodec<string> _repeated_oneofs_codec
156 private readonly pbc::RepeatedField<string> oneofs_ = new pbc::RepeatedField<string>();
166 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Option> _repeated_options_codec
168 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option>();
178 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContext_
    [all...]
Api.cs 21 private static pbr::FileDescriptor descriptor;
59 private static readonly pb::MessageParser<Api> _parser = new pb::MessageParser<Api>(() => new Api());
92 private string name_ = "";
106 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Method> _repeated_methods_codec
108 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> methods_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method>();
118 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Option> _repeated_options_codec
120 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option>();
130 private string version_ = "";
162 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContext_;
176 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Mixin> _repeated_mixins_code
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/
crypto.go 102 // PrivateKey represents a private key using an unspecified algorithm.
105 // Signer is an interface for an opaque private key that can be used for
109 // private key.
112 // Sign signs digest with the private key, possibly using entropy from
136 // Decrypter is an interface for an opaque private key that can be used for
141 // private key.
  /prebuilts/go/linux-x86/src/crypto/
crypto.go 102 // PrivateKey represents a private key using an unspecified algorithm.
105 // Signer is an interface for an opaque private key that can be used for
109 // private key.
112 // Sign signs digest with the private key, possibly using entropy from
136 // Decrypter is an interface for an opaque private key that can be used for
141 // private key.

Completed in 1070 milliseconds

1 23 4 5 6 7 8 91011>>