(version uint16)
| 592 | } |
| 593 | |
| 594 | func ecdheECDSAKA(version uint16) keyAgreement { |
| 595 | return &ecdheKeyAgreement{ |
| 596 | isRSA: false, |
| 597 | version: version, |
| 598 | } |
| 599 | } |
| 600 | |
| 601 | func ecdheRSAKA(version uint16) keyAgreement { |
| 602 | return &ecdheKeyAgreement{ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…