Home
last modified time | relevance | path

Searched refs:WebCryptoAesKeyGenParams (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h103 class WebCryptoAesKeyGenParams; variable
155 BLINK_PLATFORM_EXPORT const WebCryptoAesKeyGenParams* aesKeyGenParams() const;
DWebCryptoAlgorithmParams.h107 class WebCryptoAesKeyGenParams : public WebCryptoAlgorithmParams {
109 explicit WebCryptoAesKeyGenParams(unsigned short lengthBits) in WebCryptoAesKeyGenParams() function
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp291 const WebCryptoAesKeyGenParams* WebCryptoAlgorithm::aesKeyGenParams() const in aesKeyGenParams()
295 return static_cast<WebCryptoAesKeyGenParams*>(m_private->params.get()); in aesKeyGenParams()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp439 params = adoptPtr(new blink::WebCryptoAesKeyGenParams(length)); in parseAesKeyGenParams()
/external/chromium_org/content/child/webcrypto/
Dshared_crypto_unittest.cc383 aes_alg_id, new blink::WebCryptoAesKeyGenParams(length)); in CreateAesKeyGenAlgorithm()