Searched refs:hashAlg (Results 1 – 3 of 3) sorted by relevance
971 String hashAlg = in serverHelloDone() local974 if (hashAlg == null || hashAlg.length() == 0) { in serverHelloDone()979 handshakeHash.setCertificateVerifyAlg(hashAlg); in serverHelloDone()
1404 String hashAlg = in clientCertificateVerify() local1406 if (hashAlg == null || hashAlg.length() == 0) { in clientCertificateVerify()1411 handshakeHash.setCertificateVerifyAlg(hashAlg); in clientCertificateVerify()
1573 int hashAlg = input.getInt8(); // hash algorithm in CertificateVerify() local1577 SignatureAndHashAlgorithm.valueOf(hashAlg, signAlg, 0); in CertificateVerify()