Searched refs:WebCryptoAesKeyGenParams (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoAlgorithm.h103 class WebCryptoAesKeyGenParams;
155 BLINK_PLATFORM_EXPORT const WebCryptoAesKeyGenParams* aesKeyGenParams() const;
H A DWebCryptoAlgorithmParams.h107 class WebCryptoAesKeyGenParams : public WebCryptoAlgorithmParams { class in namespace:blink
109 explicit WebCryptoAesKeyGenParams(unsigned short lengthBits) function in class:blink::WebCryptoAesKeyGenParams
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_util.h60 Status GetAesKeyGenLengthInBits(const blink::WebCryptoAesKeyGenParams* params,
H A Dwebcrypto_util.cc167 Status GetAesKeyGenLengthInBits(const blink::WebCryptoAesKeyGenParams* params,
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoAlgorithm.cpp291 const WebCryptoAesKeyGenParams* WebCryptoAlgorithm::aesKeyGenParams() const
295 return static_cast<WebCryptoAesKeyGenParams*>(m_private->params.get());
/external/chromium_org/content/child/webcrypto/test/
H A Dtest_helpers.cc278 aes_alg_id, new blink::WebCryptoAesKeyGenParams(length));
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp439 params = adoptPtr(new WebCryptoAesKeyGenParams(length));

Completed in 180 milliseconds