(version uint16)
| 608 | } |
| 609 | |
| 610 | func ecdheECDSAKA(version uint16) keyAgreement { |
| 611 | return &ecdheKeyAgreement{ |
| 612 | isRSA: false, |
| 613 | version: version, |
| 614 | } |
| 615 | } |
| 616 | |
| 617 | func ecdheRSAKA(version uint16) keyAgreement { |
| 618 | return &ecdheKeyAgreement{ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…