Searched refs:WebCryptoAesCbcParams (Results 1 – 7 of 7) 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()
46 const blink::WebCryptoAesCbcParams* params = algorithm.aesCbcParams(); in AesCbcEncryptDecrypt()
29 const blink::WebCryptoAesCbcParams* params = algorithm.aesCbcParams(); in AesCbcEncryptDecrypt()
424 …params = adoptPtr(new WebCryptoAesCbcParams(static_cast<unsigned char*>(iv->baseAddress()), iv->by… in parseAesCbcParams()
25 new blink::WebCryptoAesCbcParams(vector_as_array(&iv), iv.size())); in CreateAesCbcAlgorithm()