Searched defs:masterKey (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
H A DHandshakeMessage.java1645 HandshakeHash handshakeHash, String algorithm, SecretKey masterKey)
1654 updateDigest(md5Clone, MD5_pad1, MD5_pad2, masterKey);
1655 updateDigest(shaClone, SHA_pad1, SHA_pad2, masterKey);
1669 updateDigest(shaClone, SHA_pad1, SHA_pad2, masterKey);
1891 int sender, SecretKey masterKey) {
1941 masterKey, tlsLabel, seed, 12,
1960 updateDigest(md5Clone, sslLabel, MD5_pad1, MD5_pad2, masterKey);
1961 updateDigest(shaClone, sslLabel, SHA_pad1, SHA_pad2, masterKey);
1643 updateSignature(Signature sig, ProtocolVersion protocolVersion, HandshakeHash handshakeHash, String algorithm, SecretKey masterKey) argument
1890 getFinished(HandshakeHash handshakeHash, int sender, SecretKey masterKey) argument
H A DHandshaker.java1150 void calculateConnectionKeys(SecretKey masterKey) { argument
1180 masterKey, protocolVersion.major, protocolVersion.minor,
1220 printHex(dump, masterKey.getEncoded());

Completed in 21 milliseconds