Searched refs:I_NONE (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
H A DKeyPairGenerator.java577 private final static int I_NONE = 1; field in class:KeyPairGenerator.Delegate
598 initType = I_NONE;
643 } else if (initType != I_NONE) {
/libcore/ojluni/src/main/java/javax/crypto/
H A DKeyGenerator.java181 private final static int I_NONE = 1; field in class:KeyGenerator
231 initType = I_NONE;
429 } else if (initType != I_NONE) {

Completed in 5 milliseconds