HomeSort by relevance Sort by last modified time
    Searched full:sec_rand (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 127 private static SecureRandom sec_rand; field in class:Cipher
465 if (sec_rand == null) {
469 sec_rand = new SecureRandom();
471 init(opmode, key, sec_rand);
554 if (sec_rand == null) {
555 sec_rand = new SecureRandom();
557 init(opmode, key, params, sec_rand);
646 if (sec_rand == null) {
647 sec_rand = new SecureRandom();
649 init(opmode, key, params, sec_rand);
    [all...]

Completed in 167 milliseconds