Searched defs:confounder_exists (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/ |
| H A D | AesDkCrypto.java | 301 boolean confounder_exists) 327 if (confounder_exists) { 379 byte[] ciphertext, int start, int len, boolean confounder_exists) 454 if (confounder_exists) { 299 encryptCTS(byte[] baseKey, int usage, byte[] ivec, byte[] new_ivec, byte[] plaintext, int start, int len, boolean confounder_exists) argument 378 decryptCTS(byte[] baseKey, int usage, byte[] ivec, byte[] ciphertext, int start, int len, boolean confounder_exists) argument
|
Completed in 50 milliseconds