Searched refs:WebCryptoAesKeyGenParams (Results 1 – 5 of 5) sorted by relevance
103 class WebCryptoAesKeyGenParams; variable155 BLINK_PLATFORM_EXPORT const WebCryptoAesKeyGenParams* aesKeyGenParams() const;
107 class WebCryptoAesKeyGenParams : public WebCryptoAlgorithmParams {109 explicit WebCryptoAesKeyGenParams(unsigned short lengthBits) in WebCryptoAesKeyGenParams() function
291 const WebCryptoAesKeyGenParams* WebCryptoAlgorithm::aesKeyGenParams() const in aesKeyGenParams()295 return static_cast<WebCryptoAesKeyGenParams*>(m_private->params.get()); in aesKeyGenParams()
439 params = adoptPtr(new blink::WebCryptoAesKeyGenParams(length)); in parseAesKeyGenParams()
383 aes_alg_id, new blink::WebCryptoAesKeyGenParams(length)); in CreateAesKeyGenAlgorithm()