Searched defs:clientKeyExchangeMsg (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/ |
D | handshake_messages.go | 1642 type clientKeyExchangeMsg struct { struct 1643 ciphertext []byte 1646 func (m *clientKeyExchangeMsg) marshal() ([]byte, error) { 1658 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool {
|
D | key_agreement.go | 28 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error)
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/ |
H A D | handshake_messages.go | 2186 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 D | cipher_suites.go | 32 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error)
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/ |
H A D | handshake_messages.go | 2186 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 D | cipher_suites.go | 32 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error)
|