Searched refs:isSimulated (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DMAC.java156 * @param isSimulated if true, simulate the the MAC computation
159 int offset, int len, boolean isSimulated) {
160 return compute(type, null, buf, offset, len, isSimulated);
173 * @param isSimulated if true, simulate the the MAC computation
175 final byte[] compute(byte type, ByteBuffer bb, boolean isSimulated) { argument
176 return compute(type, bb, null, 0, bb.remaining(), isSimulated);
229 int offset, int len, boolean isSimulated) {
236 if (!isSimulated) {
158 compute(byte type, byte buf[], int offset, int len, boolean isSimulated) argument
228 compute(byte type, ByteBuffer bb, byte[] buf, int offset, int len, boolean isSimulated) argument
H A DEngineInputRecord.java297 MAC signer, boolean isSimulated) {
304 byte[] hash = signer.compute(contentType, bb, isSimulated);
296 checkMacTags(byte contentType, ByteBuffer bb, MAC signer, boolean isSimulated) argument
H A DInputRecord.java240 int offset, int contentLen, MAC signer, boolean isSimulated) {
244 contentType, buffer, offset, contentLen, isSimulated);
239 checkMacTags(byte contentType, byte[] buffer, int offset, int contentLen, MAC signer, boolean isSimulated) argument

Completed in 227 milliseconds