HomeSort by relevance Sort by last modified time
    Searched refs:STATE_SIZE (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/rand/
md_rand.c 138 #define STATE_SIZE 1023
140 static unsigned char state[STATE_SIZE+MD_DIGEST_LENGTH];
240 /* state_index <= state_num <= STATE_SIZE */
242 if (state_index >= STATE_SIZE)
244 state_index%=STATE_SIZE;
245 state_num=STATE_SIZE;
247 else if (state_num < STATE_SIZE)
252 /* state_index <= state_num <= STATE_SIZE */
254 /* state[st_idx], ..., state[(st_idx + num - 1) % STATE_SIZE]
270 k=(st_idx+j)-STATE_SIZE;
    [all...]
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 52 private static final int STATE_SIZE = 1;
106 long[] stateChecksums = new long[STATE_SIZE];
110 for (int i = 0; i < STATE_SIZE; i++) {
125 for (int i = 0; i < STATE_SIZE; i++) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 84 private static final int STATE_SIZE = 6; // The current number of state items
91 STATE_SIZE // version 3 added STATE_GLOBAL
544 long[] stateChecksums = new long[STATE_SIZE];
568 for (int i = 0; i < STATE_SIZE; i++) {
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 249 milliseconds