Home
last modified time | relevance | path

Searched refs:WebCryptoAesCbcParams (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h102 class WebCryptoAesCbcParams; variable
154 BLINK_PLATFORM_EXPORT const WebCryptoAesCbcParams* aesCbcParams() const;
DWebCryptoAlgorithmParams.h59 class WebCryptoAesCbcParams : public WebCryptoAlgorithmParams {
61 WebCryptoAesCbcParams(const unsigned char* iv, unsigned ivSize) in WebCryptoAesCbcParams() function
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp275 const WebCryptoAesCbcParams* WebCryptoAlgorithm::aesCbcParams() const in aesCbcParams()
279 return static_cast<WebCryptoAesCbcParams*>(m_private->params.get()); in aesCbcParams()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp424 …params = adoptPtr(new blink::WebCryptoAesCbcParams(static_cast<unsigned char*>(iv->baseAddress()),… in parseAesCbcParams()
/external/chromium_org/content/child/webcrypto/
Dshared_crypto.cc64 const blink::WebCryptoAesCbcParams* params = algorithm.aesCbcParams(); in EncryptDecryptAesCbc()
Dshared_crypto_unittest.cc177 new blink::WebCryptoAesCbcParams(Uint8VectorStart(iv), iv.size())); in CreateAesCbcAlgorithm()