Searched defs:WebCryptoKeyFormat (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCrypto.h | 214 …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
|
D | WebCryptoKey.h | 62 enum WebCryptoKeyFormat { enum
|