Searched refs:effectiveKeyBits (Results 1 – 4 of 4) sorted by relevance
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
D | RC2ParameterSpecTest.java | 45 int effectiveKeyBits = 10; in testRC2ParameterSpec1() local 49 new RC2ParameterSpec(effectiveKeyBits, null); in testRC2ParameterSpec1() 56 new RC2ParameterSpec(effectiveKeyBits, new byte[] { 1, 2, 3, 4, 5 }); in testRC2ParameterSpec1() 62 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); in testRC2ParameterSpec1() 76 int effectiveKeyBits = 10; in testRC2ParameterSpec2() local 81 new RC2ParameterSpec(effectiveKeyBits, null, offset); in testRC2ParameterSpec2() 88 new RC2ParameterSpec(effectiveKeyBits, iv, 4); in testRC2ParameterSpec2() 94 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv, offset); in testRC2ParameterSpec2() 106 int effectiveKeyBits = 10; in testGetEffectiveKeyBits() local 109 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); in testGetEffectiveKeyBits() [all …]
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslt.h | 161 PRUint16 effectiveKeyBits; member
|
/external/chromium_org/net/socket/ |
D | nss_ssl_util.cc | 116 bool enabled = info.effectiveKeyBits >= 80; in NSSSSLInitSingleton()
|
D | ssl_client_socket_nss.cc | 2802 ssl_info->security_bits = cipher_info.effectiveKeyBits; in GetSSLInfo()
|