type crypto/tls.keyAgreement

5 uses

	crypto/tls (current package)
		cipher_suites.go#L113: type keyAgreement interface {
		cipher_suites.go#L159: 	ka     func(version uint16) keyAgreement
		cipher_suites.go#L418: func rsaKA(version uint16) keyAgreement {
		cipher_suites.go#L422: func ecdheECDSAKA(version uint16) keyAgreement {
		cipher_suites.go#L429: func ecdheRSAKA(version uint16) keyAgreement {