Searched refs:PeerSignatureAlgorithm (Results 1 – 3 of 3) sorted by relevance
259 PeerSignatureAlgorithm signatureAlgorithm // algorithm used by the peer in the handshake member
1853 state.PeerSignatureAlgorithm = c.peerSignatureAlgorithm
859 …est.expectedPeerSignatureAlgorithm; expected != 0 && expected != connState.PeerSignatureAlgorithm {860 …ed peer to use signature algorithm %04x, but got %04x", expected, connState.PeerSignatureAlgorithm)