Searched refs:ks2 (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 | SecretKeySpecTest.java | 218 SecretKeySpec ks2 = new SecretKeySpec(key, algorithm); in testHashCode() local 220 ks1.hashCode() == ks2.hashCode()); in testHashCode() 233 SecretKeySpec ks2 = new SecretKeySpec(key, algorithm); in testEquals() local 241 ks1.equals(ks2)); in testEquals() 244 ks2.equals(ks1)); in testEquals() 247 ks2.equals(ks3)); in testEquals() 255 ks2 = new SecretKeySpec(new byte[] { 1 }, algorithm); in testEquals() 256 assertFalse("Objects should not be equal.", ks1.equals(ks2)); in testEquals() 258 ks2 = new SecretKeySpec(key, "Another Algorithm"); in testEquals() 259 assertFalse("Objects should not be equal.", ks1.equals(ks2)); in testEquals()
|
/external/boringssl/src/crypto/des/ |
D | des.c | 509 const DES_key_schedule *ks2, in DES_encrypt3() argument 519 DES_encrypt2((uint32_t *)data, ks2, DES_DECRYPT); in DES_encrypt3() 529 const DES_key_schedule *ks2, in DES_decrypt3() argument 539 DES_encrypt2((uint32_t *)data, ks2, DES_ENCRYPT); in DES_decrypt3() 644 const DES_key_schedule *ks1, const DES_key_schedule *ks2, in DES_ecb3_encrypt() argument 656 DES_encrypt3(ll, ks1, ks2, ks3); in DES_ecb3_encrypt() 658 DES_decrypt3(ll, ks1, ks2, ks3); in DES_ecb3_encrypt() 668 const DES_key_schedule *ks2, in DES_ede3_cbc_encrypt() argument 689 DES_encrypt3((uint32_t *)tin, ks1, ks2, ks3); in DES_ede3_cbc_encrypt() 703 DES_encrypt3((uint32_t *)tin, ks1, ks2, ks3); in DES_ede3_cbc_encrypt() [all …]
|
/external/boringssl/src/include/openssl/ |
D | des.h | 120 const DES_key_schedule *ks2, 130 const DES_key_schedule *ks2, 141 const DES_key_schedule *ks2,
|
/external/libvncserver/x11vnc/ |
D | keyboard.c | 1337 KeySym ks2; in initialize_xkb_modtweak() local 1462 &ks2)) { in initialize_xkb_modtweak() 1469 if (ks2 == ks) { in initialize_xkb_modtweak()
|