Home
last modified time | relevance | path

Searched refs:aesCtrParams (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DAesCtrParams.cpp41 const blink::WebVector<unsigned char>& counter = m_algorithm.aesCtrParams()->counter(); in counter()
49 return m_algorithm.aesCtrParams()->lengthBits(); in length()
55 ASSERT(algorithm.aesCtrParams()); in AesCtrParams()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h130 BLINK_PLATFORM_EXPORT const WebCryptoAesCtrParams* aesCtrParams() const;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp94 const WebCryptoAesCtrParams* WebCryptoAlgorithm::aesCtrParams() const in aesCtrParams() function in blink::WebCryptoAlgorithm