/prebuilts/go/darwin-x86/src/crypto/tls/ |
ticket.go | 89 func (s *sessionState) unmarshal(data []byte) bool { func 202 ok := state.unmarshal(plaintext)
|
handshake_messages.go | 292 func (m *clientHelloMsg) unmarshal(data []byte) bool { func 671 func (m *serverHelloMsg) unmarshal(data []byte) bool { func 852 func (m *certificateMsg) unmarshal(data []byte) bool { func 920 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func 974 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func 1008 func (m *serverHelloDoneMsg) unmarshal(data []byte) bool { func 1043 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool { func 1084 func (m *finishedMsg) unmarshal(data []byte) bool { func 1136 func (m *nextProtoMsg) unmarshal(data []byte) bool { func 1242 func (m *certificateRequestMsg) unmarshal(data []byte) bool func 1373 func (m *certificateVerifyMsg) unmarshal(data []byte) bool { func 1443 func (m *newSessionTicketMsg) unmarshal(data []byte) bool { func [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
ticket.go | 89 func (s *sessionState) unmarshal(data []byte) bool { func 202 ok := state.unmarshal(plaintext)
|
handshake_messages.go | 292 func (m *clientHelloMsg) unmarshal(data []byte) bool { func 671 func (m *serverHelloMsg) unmarshal(data []byte) bool { func 852 func (m *certificateMsg) unmarshal(data []byte) bool { func 920 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func 974 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func 1008 func (m *serverHelloDoneMsg) unmarshal(data []byte) bool { func 1043 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool { func 1084 func (m *finishedMsg) unmarshal(data []byte) bool { func 1136 func (m *nextProtoMsg) unmarshal(data []byte) bool { func 1242 func (m *certificateRequestMsg) unmarshal(data []byte) bool func 1373 func (m *certificateVerifyMsg) unmarshal(data []byte) bool { func 1443 func (m *newSessionTicketMsg) unmarshal(data []byte) bool { func [all...] |
/external/tpm2/ |
Object_spt.c | 257 // unmarshal errors unmarshal errors while unmarshaling integrity 274 // Unmarshal integrity 374 // NOTE: The unmarshaling for a public area will unmarshal based on the [all...] |
ExecCommand.c | 27 // 1) unmarshal and parse the session area; 31 // 1) unmarshal the command parameters from the command buffer; 142 // Unmarshal the commandSize indicator. 158 // Unmarshal the command code.
|
Load.c | 25 // TPM_RC_SENSITIVE the inPrivate did not unmarshal correctly
|
StartAuthSession.c | 68 // Secret Decryption. A TPM_RC_VALUE, TPM_RC_KEY or Unmarshal errors
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityServiceInfoTest.java | 37 // marshal and unmarshal the service info
|
/external/libevent/include/event2/ |
tag.h | 64 @param evbuf the buffer from which to unmarshal data
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
MarshalQueryableReprocessFormatsMap.java | 72 public ReprocessFormatsMap unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableReprocessFormatsMap.MarshalerReprocessFormatsMap
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
pkcs1.go | 41 rest, err := asn1.Unmarshal(der, &priv)
|
sec1.go | 56 if _, err := asn1.Unmarshal(der, &privKey); err != nil {
|
/prebuilts/go/darwin-x86/src/encoding/asn1/ |
asn1_test.go | 478 _, err := Unmarshal(test.in, val) 480 t.Errorf("Unmarshal failed at index %d %v", i, err) 529 if _, err := Unmarshal(derEncodedSelfSignedCertBytes, &cert); err != nil { 530 t.Errorf("Unmarshal failed: %v", err) 542 if _, err := Unmarshal(derEncodedPaypalNULCertBytes, &cert); err == nil { 543 t.Error("Unmarshal succeeded, should not have") 556 rest, err := Unmarshal(input, &s) [all...] |
/prebuilts/go/darwin-x86/src/encoding/json/ |
stream.go | 34 // UseNumber causes the Decoder to unmarshal a number into an interface{} as a 41 // See the documentation for Unmarshal for details about 64 // Don't save err from unmarshal into dec.err: 67 err = dec.d.unmarshal(v)
|
/prebuilts/go/darwin-x86/src/encoding/xml/ |
example_test.go | 133 err := xml.Unmarshal([]byte(data), &v)
|
/prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/ |
client.go | 103 return json.Unmarshal(*c.resp.Result, x)
|
/prebuilts/go/darwin-x86/src/time/ |
genzabbrs.go | 86 err = xml.Unmarshal(data, &sd)
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
pkcs1.go | 41 rest, err := asn1.Unmarshal(der, &priv)
|
sec1.go | 56 if _, err := asn1.Unmarshal(der, &privKey); err != nil {
|
/prebuilts/go/linux-x86/src/encoding/asn1/ |
asn1_test.go | 478 _, err := Unmarshal(test.in, val) 480 t.Errorf("Unmarshal failed at index %d %v", i, err) 529 if _, err := Unmarshal(derEncodedSelfSignedCertBytes, &cert); err != nil { 530 t.Errorf("Unmarshal failed: %v", err) 542 if _, err := Unmarshal(derEncodedPaypalNULCertBytes, &cert); err == nil { 543 t.Error("Unmarshal succeeded, should not have") 556 rest, err := Unmarshal(input, &s) [all...] |
/prebuilts/go/linux-x86/src/encoding/json/ |
stream.go | 34 // UseNumber causes the Decoder to unmarshal a number into an interface{} as a 41 // See the documentation for Unmarshal for details about 64 // Don't save err from unmarshal into dec.err: 67 err = dec.d.unmarshal(v)
|
/prebuilts/go/linux-x86/src/encoding/xml/ |
example_test.go | 133 err := xml.Unmarshal([]byte(data), &v)
|
/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/ |
client.go | 103 return json.Unmarshal(*c.resp.Result, x)
|
/prebuilts/go/linux-x86/src/time/ |
genzabbrs.go | 86 err = xml.Unmarshal(data, &sd)
|