crypto/tls.ecdheKeyAgreement.ckx (field)
7 uses
crypto/tls (current package)
key_agreement.go#L141: ckx *clientKeyExchangeMsg
key_agreement.go#L284: ka.ckx = new(clientKeyExchangeMsg)
key_agreement.go#L285: ka.ckx.ciphertext = make([]byte, 1+len(ourPublicKey))
key_agreement.go#L286: ka.ckx.ciphertext[0] = byte(len(ourPublicKey))
key_agreement.go#L287: copy(ka.ckx.ciphertext[1:], ourPublicKey)
key_agreement.go#L329: if ka.ckx == nil {
key_agreement.go#L333: return ka.preMasterSecret, ka.ckx, nil
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |