OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrivateKeyType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/android/
keystore.h
27
// values are shared with Java through org.chromium.net.
PrivateKeyType
.
29
enum
PrivateKeyType
{
90
// Return the
PrivateKeyType
of a given private key.
92
// Returns a
PrivateKeyType
, while will be CLIENT_CERT_INVALID_TYPE
94
NET_EXPORT
PrivateKeyType
GetPrivateKeyType(jobject private_key);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp
261
PrivateKeyType
= 2,
744
doWriteUint32(
PrivateKeyType
);
[
all
...]
Completed in 348 milliseconds