Searched defs:WebCryptoKey (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCrypto.h | 208 …virtual void encrypt(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* data, un… in encrypt() 209 …virtual void decrypt(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* data, un… in decrypt() 210 …virtual void sign(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* data, unsig… in sign() 211 …virtual void verifySignature(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* … in verifySignature() 215 …virtual void exportKey(WebCryptoKeyFormat, const WebCryptoKey&, WebCryptoResult result) { result.c… in exportKey() 217 …yFormat, const unsigned char* wrappedKey, unsigned wrappedKeySize, const WebCryptoKey&, const WebC… in unwrapKey() 270 …yptoKeyUsageMask, const unsigned char* keyData, unsigned keyDataSize, WebCryptoKey&) { return fals… in deserializeKeyForClone() argument 274 …virtual bool serializeKeyForClone(const WebCryptoKey&, WebVector<unsigned char>&) { return false; } in serializeKeyForClone()
|
D | WebCryptoKey.h | 94 WebCryptoKey(const WebCryptoKey& other) { assign(other); } in WebCryptoKey() function 122 WebCryptoKey() { } in WebCryptoKey() function
|