/external/chromium_org/content/child/webcrypto/ |
algorithm_dispatch.h | 58 CONTENT_EXPORT Status ImportKey(blink::WebCryptoKeyFormat format, 65 CONTENT_EXPORT Status ExportKey(blink::WebCryptoKeyFormat format, 81 WrapKey(blink::WebCryptoKeyFormat format, 88 UnwrapKey(blink::WebCryptoKeyFormat format,
|
webcrypto_impl.h | 46 virtual void importKey(blink::WebCryptoKeyFormat format, 53 virtual void exportKey(blink::WebCryptoKeyFormat format, 68 virtual void wrapKey(blink::WebCryptoKeyFormat format, 74 blink::WebCryptoKeyFormat format,
|
algorithm_dispatch.cc | 52 Status ExportKeyDontCheckExtractability(blink::WebCryptoKeyFormat format, 147 Status ImportKey(blink::WebCryptoKeyFormat format, 180 Status ExportKey(blink::WebCryptoKeyFormat format, 223 Status WrapKey(blink::WebCryptoKeyFormat format, 239 Status UnwrapKey(blink::WebCryptoKeyFormat format,
|
webcrypto_impl.cc | 235 ImportKeyState(blink::WebCryptoKeyFormat format, 250 const blink::WebCryptoKeyFormat format; 260 ExportKeyState(blink::WebCryptoKeyFormat format, 265 const blink::WebCryptoKeyFormat format; 297 WrapKeyState(blink::WebCryptoKeyFormat format, 308 const blink::WebCryptoKeyFormat format; 317 UnwrapKeyState(blink::WebCryptoKeyFormat format, 336 const blink::WebCryptoKeyFormat format; 644 void WebCryptoImpl::importKey(blink::WebCryptoKeyFormat format, 664 void WebCryptoImpl::exportKey(blink::WebCryptoKeyFormat format [all...] |
algorithm_implementation.h | 118 blink::WebCryptoKeyFormat format,
|
structured_clone.cc | 21 blink::WebCryptoKeyFormat GetCloneFormatForKeyType(
|
algorithm_implementation.cc | 87 blink::WebCryptoKeyFormat format,
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
CryptoKey.h | 67 static bool parseFormat(const String&, WebCryptoKeyFormat&, CryptoResult*);
|
SubtleCrypto.cpp | 252 WebCryptoKeyFormat format; 281 WebCryptoKeyFormat format; 317 WebCryptoKeyFormat format; 344 WebCryptoKeyFormat format; 377 WebCryptoKeyFormat format;
|
CryptoKey.cpp | 179 bool CryptoKey::parseFormat(const String& formatString, WebCryptoKeyFormat& format, CryptoResult* result)
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebCrypto.h | 214 virtual void importKey(WebCryptoKeyFormat, const unsigned char* keyData, unsigned keyDataSize, const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(WebCryptoErrorTypeNotSupported, ""); } 215 virtual void exportKey(WebCryptoKeyFormat, const WebCryptoKey&, WebCryptoResult result) { result.completeWithError(WebCryptoErrorTypeNotSupported, ""); } 216 virtual void wrapKey(WebCryptoKeyFormat, const WebCryptoKey& key, const WebCryptoKey& wrappingKey, const WebCryptoAlgorithm&, WebCryptoResult result) { result.completeWithError(WebCryptoErrorTypeNotSupported, ""); } 217 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(WebCryptoErrorTypeNotSupported, ""); }
|
WebCryptoKey.h | 62 enum WebCryptoKeyFormat {
|
/external/chromium_org/content/child/webcrypto/nss/ |
aes_key_nss.h | 48 blink::WebCryptoKeyFormat format,
|
rsa_key_nss.h | 60 blink::WebCryptoKeyFormat format,
|
aes_gcm_nss.cc | 147 blink::WebCryptoKeyFormat format,
|
aes_key_nss.cc | 67 blink::WebCryptoKeyFormat format,
|
hmac_nss.cc | 85 blink::WebCryptoKeyFormat format,
|
rsa_oaep_nss.cc | 183 blink::WebCryptoKeyFormat format,
|
rsa_key_nss.cc | 609 blink::WebCryptoKeyFormat format,
|
/external/chromium_org/content/child/webcrypto/openssl/ |
aes_key_openssl.h | 40 blink::WebCryptoKeyFormat format,
|
rsa_key_openssl.h | 55 blink::WebCryptoKeyFormat format,
|
aes_key_openssl.cc | 58 blink::WebCryptoKeyFormat format,
|
hmac_openssl.cc | 94 blink::WebCryptoKeyFormat format,
|
rsa_key_openssl.cc | 313 blink::WebCryptoKeyFormat format,
|