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

  /external/libese/apps/weaver/card/src/com/android/weaver/
Consts.java 22 public static final byte SLOT_KEY_BYTES = 16; // 128-bit
Weaver.java 151 = Consts.SLOT_ID_BYTES + Consts.SLOT_KEY_BYTES + Consts.SLOT_VALUE_BYTES;
156 = WRITE_DATA_KEY_OFFSET + Consts.SLOT_KEY_BYTES;
175 = Consts.SLOT_ID_BYTES + Consts.SLOT_KEY_BYTES;
  /external/libese/apps/weaver/card/src/com/android/weaver/core/
CoreSlots.java 93 private byte[] mKey = new byte[Consts.SLOT_KEY_BYTES];
109 Util.arrayCopy(keyBuffer, keyOffset, mKey, (short) 0, Consts.SLOT_KEY_BYTES);
129 arrayFill(mKey, (short) 0, Consts.SLOT_KEY_BYTES, (byte) 0);
157 keyBuffer, keyOffset, mKey, (short) 0, Consts.SLOT_KEY_BYTES) == 0) ?

Completed in 2544 milliseconds