Home
last modified time | relevance | path

Searched defs:clientKeyExchangeMsg (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go1642 type clientKeyExchangeMsg struct { struct
1643 ciphertext []byte
1646 func (m *clientKeyExchangeMsg) marshal() ([]byte, error) {
1658 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool {
Dkey_agreement.go28 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error)
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2186 type clientKeyExchangeMsg struct { struct
2187 raw []byte
2188 ciphertext []byte
2191 func (m *clientKeyExchangeMsg) marshal() []byte {
2202 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool {
H A Dcipher_suites.go32 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error)
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2186 type clientKeyExchangeMsg struct { struct
2187 raw []byte
2188 ciphertext []byte
2191 func (m *clientKeyExchangeMsg) marshal() []byte {
2202 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool {
H A Dcipher_suites.go32 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error)