Searched refs:svr_random (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/ssl/ |
D | ServerHandshaker.java | 446 svr_random = new RandomCookie(sslContext.getSecureRandom()); in clientHello() 447 m1.svr_random = svr_random; in clientHello() 737 clnt_random, svr_random, in clientHello() 756 svr_random.random_bytes, in clientHello() 775 svr_random.random_bytes, in clientHello()
|
D | ClientHandshaker.java | 207 clnt_random.random_bytes, svr_random.random_bytes, in processMessage() 220 svr_random.random_bytes, in processMessage() 461 svr_random = mesg.svr_random; in serverHello() 601 if (!mesg.verify(serverKey, clnt_random, svr_random)) { in serverKeyExchange()
|
D | Handshaker.java | 126 RandomCookie clnt_random, svr_random; field in Handshaker 1047 clnt_random.random_bytes, svr_random.random_bytes, in calculateMasterSecret() 1181 clnt_random.random_bytes, svr_random.random_bytes, in calculateConnectionKeys() 1218 printHex(dump, svr_random.random_bytes); in calculateConnectionKeys()
|
D | HandshakeMessage.java | 341 RandomCookie svr_random; field in HandshakeMessage.ServerHello 355 svr_random = new RandomCookie(input); in ServerHello() 379 svr_random.send(s); in send() 393 svr_random.print(s); in print()
|