OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebCryptoKeyFormat
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h
106
virtual void importKey(
WebCryptoKeyFormat
, const unsigned char* keyData, unsigned keyDataSize, const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); }
107
virtual void exportKey(
WebCryptoKeyFormat
, const WebCryptoKey&, WebCryptoResult result) { result.completeWithError(); }
109
virtual void wrapKey(
WebCryptoKeyFormat
, const WebCryptoKey& key, const WebCryptoKey& wrappingKey, const WebCryptoAlgorithm&, WebCryptoResult result) { result.completeWithError(); }
113
virtual void unwrapKey(
WebCryptoKeyFormat
, const unsigned char* wrappedKey, unsigned wrappedKeySize, const WebCryptoKey&, const WebCryptoAlgorithm& unwrapAlgorithm, const WebCryptoAlgorithm& unwrappedKeyAlgorithm, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); }
WebCryptoKey.h
61
enum
WebCryptoKeyFormat
{
/external/chromium_org/content/renderer/webcrypto/
webcrypto_impl.h
43
blink::
WebCryptoKeyFormat
format,
51
blink::
WebCryptoKeyFormat
format,
104
blink::
WebCryptoKeyFormat
format,
112
blink::
WebCryptoKeyFormat
format,
webcrypto_impl.cc
252
blink::
WebCryptoKeyFormat
format,
289
blink::
WebCryptoKeyFormat
format,
webcrypto_impl_openssl.cc
333
blink::
WebCryptoKeyFormat
format,
388
blink::
WebCryptoKeyFormat
format,
webcrypto_impl_nss.cc
802
blink::
WebCryptoKeyFormat
format,
842
blink::
WebCryptoKeyFormat
format,
webcrypto_impl_unittest.cc
172
blink::
WebCryptoKeyFormat
format,
188
blink::
WebCryptoKeyFormat
format,
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
Key.h
62
static bool parseFormat(const String&, blink::
WebCryptoKeyFormat
&, ExceptionState&);
SubtleCrypto.cpp
158
blink::
WebCryptoKeyFormat
format;
186
blink::
WebCryptoKeyFormat
format;
208
blink::
WebCryptoKeyFormat
format;
242
blink::
WebCryptoKeyFormat
format;
Key.cpp
206
bool Key::parseFormat(const String& formatString, blink::
WebCryptoKeyFormat
& format, ExceptionState& exceptionState)
Completed in 38 milliseconds