Home
last modified time | relevance | path

Searched defs:WebCryptoAlgorithm (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCrypto.h208 …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()
212 …virtual void digest(const WebCryptoAlgorithm&, const unsigned char* data, unsigned dataSize, WebCr… in digest()
213 …virtual void generateKey(const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCr… in generateKey()
214 …oKeyFormat, const unsigned char* keyData, unsigned keyDataSize, const WebCryptoAlgorithm&, bool ex… in importKey()
216 …rmat, const WebCryptoKey& key, const WebCryptoKey& wrappingKey, const WebCryptoAlgorithm&, WebCryp… in wrapKey()
DWebCryptoAlgorithm.h125 WebCryptoAlgorithm() { } in WebCryptoAlgorithm() function
139 WebCryptoAlgorithm(const WebCryptoAlgorithm& other) { assign(other); } in WebCryptoAlgorithm() function
/external/chromium_org/content/child/webcrypto/test/
Dtest_helpers.h30 class WebCryptoAlgorithm; variable
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp234 WebCryptoAlgorithm::WebCryptoAlgorithm(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams… in WebCryptoAlgorithm() function in blink::WebCryptoAlgorithm