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

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
RsaKeyGenParams.cpp 40 return m_algorithm.rsaKeyGenParams()->modulusLengthBits();
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoAlgorithmParams.h 180 WebCryptoRsaKeyGenParams(unsigned modulusLengthBits, const unsigned char* publicExponent, unsigned publicExponentSize)
182 , m_modulusLengthBits(modulusLengthBits)
190 unsigned modulusLengthBits() const { return m_modulusLengthBits; }

Completed in 59 milliseconds