Home | History | Annotate | Download | only in core

Lines Matching defs:Util

22 import javacard.framework.Util;
27 import com.nxp.id.jcopx.util.DSTimer;
109 Util.arrayCopy(keyBuffer, keyOffset, mKey, (short) 0, Consts.SLOT_KEY_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);
150 Util.arrayCopyNonAtomic(
156 final byte result = (Util.arrayCompare(
181 Util.arrayCopyNonAtomic(data, (short) 0, outBuffer, outOffset, Consts.SLOT_VALUE_BYTES);
187 * 3.0.3 does not offer Util.arrayFill
238 Util.setShort(bArray, bOff, highWord);
239 Util.setShort(bArray, (short) (bOff + 2), lowWord);