Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1634)

Unified Diff: Source/modules/crypto/RsaKeyGenParams.cpp

Issue 109393003: [webcrypto] Refactor some of the algorithm parameter names. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve a comment Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/crypto/HmacKeyParams.cpp ('k') | public/platform/WebCryptoAlgorithmParams.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/RsaKeyGenParams.cpp
diff --git a/Source/modules/crypto/RsaKeyGenParams.cpp b/Source/modules/crypto/RsaKeyGenParams.cpp
index 53c3f145c1c791b1eb48cc045a4e871e13915b54..cdfc1e596daec17d2936846846c4576b759bf234 100644
--- a/Source/modules/crypto/RsaKeyGenParams.cpp
+++ b/Source/modules/crypto/RsaKeyGenParams.cpp
@@ -37,7 +37,7 @@ namespace WebCore {
unsigned RsaKeyGenParams::modulusLength() const
{
- return m_algorithm.rsaKeyGenParams()->modulusLength();
+ return m_algorithm.rsaKeyGenParams()->modulusLengthBits();
}
Uint8Array* RsaKeyGenParams::publicExponent()
« no previous file with comments | « Source/modules/crypto/HmacKeyParams.cpp ('k') | public/platform/WebCryptoAlgorithmParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698