Home
last modified time | relevance | path

Searched defs:WebCryptoKeyFormat (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCrypto.h214 …virtual void importKey(WebCryptoKeyFormat, const unsigned char* keyData, unsigned keyDataSize, con… in importKey() argument
215 …virtual void exportKey(WebCryptoKeyFormat, const WebCryptoKey&, WebCryptoResult result) { result.c… in exportKey() argument
216 …virtual void wrapKey(WebCryptoKeyFormat, const WebCryptoKey& key, const WebCryptoKey& wrappingKey,… in wrapKey() argument
217 …virtual void unwrapKey(WebCryptoKeyFormat, const unsigned char* wrappedKey, unsigned wrappedKeySiz… in unwrapKey() argument
DWebCryptoKey.h62 enum WebCryptoKeyFormat { enum