Searched refs:WebCryptoAesCbcParams (Results 1 – 6 of 6) sorted by relevance
102 class WebCryptoAesCbcParams; variable154 BLINK_PLATFORM_EXPORT const WebCryptoAesCbcParams* aesCbcParams() const;
59 class WebCryptoAesCbcParams : public WebCryptoAlgorithmParams {61 WebCryptoAesCbcParams(const unsigned char* iv, unsigned ivSize) in WebCryptoAesCbcParams() function
275 const WebCryptoAesCbcParams* WebCryptoAlgorithm::aesCbcParams() const in aesCbcParams()279 return static_cast<WebCryptoAesCbcParams*>(m_private->params.get()); in aesCbcParams()
424 …params = adoptPtr(new blink::WebCryptoAesCbcParams(static_cast<unsigned char*>(iv->baseAddress()),… in parseAesCbcParams()
64 const blink::WebCryptoAesCbcParams* params = algorithm.aesCbcParams(); in EncryptDecryptAesCbc()
177 new blink::WebCryptoAesCbcParams(Uint8VectorStart(iv), iv.size())); in CreateAesCbcAlgorithm()