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

/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
H A DSHA1PRNG_SecureRandomImpl.java96 // UNDEFINED - three states of engine; initially its state is "UNDEFINED"
110 private static final int UNDEFINED = 0; field in class:SHA1PRNG_SecureRandomImpl
182 state = UNDEFINED;
297 if (state == UNDEFINED) {
442 // either the state is UNDEFINED or previous method was "setSeed(..)"

Completed in 96 milliseconds