Home
last modified time | relevance | path

Searched defs:modulusLengthBits (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoKeyAlgorithmParams.h107 …WebCryptoRsaHashedKeyAlgorithmParams(unsigned modulusLengthBits, const unsigned char* publicExpone… in WebCryptoRsaHashedKeyAlgorithmParams()
114 unsigned modulusLengthBits() const in modulusLengthBits() function
DWebCryptoAlgorithmParams.h196 …WebCryptoRsaHashedKeyGenParams(const WebCryptoAlgorithm& hash, unsigned modulusLengthBits, const u… in WebCryptoRsaHashedKeyGenParams()
206 unsigned modulusLengthBits() const { return m_modulusLengthBits; } in modulusLengthBits() function
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoKeyAlgorithm.cpp83 …ebCryptoKeyAlgorithm::createRsaHashed(WebCryptoAlgorithmId id, unsigned modulusLengthBits, const u… in createRsaHashed()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DSerializedScriptValue.cpp2434 uint32_t modulusLengthBits; in doReadRsaHashedKey() local