Searched refs:clnt_random (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
H A DClientHandshaker.java207 clnt_random.random_bytes, svr_random.random_bytes,
219 (input, serverKey, clnt_random.random_bytes,
601 if (!mesg.verify(serverKey, clnt_random, svr_random)) {
1267 clnt_random = clientHelloMessage.clnt_random;
H A DServerHandshaker.java445 clnt_random = mesg.clnt_random;
737 clnt_random, svr_random,
755 clnt_random.random_bytes,
774 clnt_random.random_bytes,
H A DHandshaker.java126 RandomCookie clnt_random, svr_random; field in class:Handshaker
1047 clnt_random.random_bytes, svr_random.random_bytes,
1181 clnt_random.random_bytes, svr_random.random_bytes,
1216 printHex(dump, clnt_random.random_bytes);
H A DHandshakeMessage.java213 RandomCookie clnt_random; field in class:HandshakeMessage.ClientHello
234 clnt_random = new RandomCookie(generator);
240 clnt_random = new RandomCookie(s);
301 clnt_random.send(s);
314 clnt_random.print(s);

Completed in 786 milliseconds