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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEngineOutputRecord.java119 private void addMAC(MAC signer, ByteBuffer bb) method in class:EngineOutputRecord
198 addMAC(writeMAC);
298 * addMAC will expand the limit to reflect the new
303 addMAC(writeMAC, dstBB);
H A DOutputRecord.java196 void addMAC(MAC signer) throws IOException { method in class:OutputRecord
H A DSSLSocketImpl.java812 r.addMAC(writeMAC);

Completed in 42 milliseconds