HomeSort by relevance Sort by last modified time
    Searched refs:WebCryptoHmacKeyAlgorithmParams (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoKeyAlgorithmParams.h 96 class WebCryptoHmacKeyAlgorithmParams : public WebCryptoKeyAlgorithmParams {
98 WebCryptoHmacKeyAlgorithmParams(const WebCryptoAlgorithm& hash, unsigned lengthBits)
WebCryptoKeyAlgorithm.h 85 BLINK_PLATFORM_EXPORT WebCryptoHmacKeyAlgorithmParams* hmacParams() const;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoKeyAlgorithm.cpp 80 return WebCryptoKeyAlgorithm(WebCryptoAlgorithmIdHmac, adoptPtr(new WebCryptoHmacKeyAlgorithmParams(createHash(hash), keyLengthBits)));
118 WebCryptoHmacKeyAlgorithmParams* WebCryptoKeyAlgorithm::hmacParams() const
122 return static_cast<WebCryptoHmacKeyAlgorithmParams*>(m_private->params.get());

Completed in 27 milliseconds