Searched defs:addMAC (Results 1 - 2 of 2) 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

Completed in 23 milliseconds