OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLOT_VALUE_BYTES
(Results
1 - 3
of
3
) sorted by null
/external/libese/apps/weaver/card/src/com/android/weaver/
Consts.java
23
public static final byte
SLOT_VALUE_BYTES
= 16; // 128-bit
Weaver.java
151
= Consts.SLOT_ID_BYTES + Consts.SLOT_KEY_BYTES + Consts.
SLOT_VALUE_BYTES
;
188
final byte successSize = 1 + Consts.
SLOT_VALUE_BYTES
;
/external/libese/apps/weaver/card/src/com/android/weaver/core/
CoreSlots.java
44
Consts.
SLOT_VALUE_BYTES
, JCSystem.CLEAR_ON_RESET);
94
private byte[] mValue = new byte[Consts.
SLOT_VALUE_BYTES
];
110
Util.arrayCopy(valueBuffer, valueOffset, mValue, (short) 0, Consts.
SLOT_VALUE_BYTES
);
121
Util.arrayFillNonAtomic(mValue, (short) 0, Consts.
SLOT_VALUE_BYTES
, (byte) 0);
130
arrayFill(mValue, (short) 0, Consts.
SLOT_VALUE_BYTES
, (byte) 0);
181
Util.arrayCopyNonAtomic(data, (short) 0, outBuffer, outOffset, Consts.
SLOT_VALUE_BYTES
);
Completed in 137 milliseconds