Home
last modified time | relevance | path

Searched refs:unmarshal (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go399 func (m *clientHelloMsg) unmarshal(data []byte) bool { func
868 func (m *serverHelloMsg) unmarshal(data []byte) bool { func
1042 func (m *certificateMsg) unmarshal(data []byte) bool { func
1100 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func
1143 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func
1172 func (m *serverHelloDoneMsg) unmarshal(data []byte) bool { func
1197 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool { func
1228 func (m *finishedMsg) unmarshal(data []byte) bool { func
1270 func (m *nextProtoMsg) unmarshal(data []byte) bool { func
1364 func (m *certificateRequestMsg) unmarshal(data []byte) bool { func
[all …]
Dticket.go102 func (s *sessionState) unmarshal(data []byte) bool { func
219 ok := state.unmarshal(plaintext)
Dcommon.go992 unmarshal([]byte) bool methodSpec
Dconn.go1059 if !m.unmarshal(data) {
/external/tpm2/generator/
Draw_structures_fixed.txt1576 // If unmarshal of tag succeeds
1582 // if unmarshal of tag or value failed, return failure
1776 // Possible auto-generated code to unmarshal a union in Example 2 based on the
1802 the unmarshaling code can unmarshal the correct type. The selector may be any of the parameters that
1858 // Use the unmarshaled selector value to indicate to the union unmarshal
2136 structure. In the B_STRUCT table in 4.11, value4 indicates how many octets to unmarshal for array2.…
2137 semantic applies when the size field determines the number of octets to unmarshal. However, in some
2187 successfully unmarshal someStructure must be the
4956 the sensitive area did not unmarshal correctly after
5126 the TPM was unable to unmarshal a value
[all …]
Draw_structures.txt1576 // If unmarshal of tag succeeds
1582 // if unmarshal of tag or value failed, return failure
1776 // Possible auto-generated code to unmarshal a union in Example 2 based on the
1802 the unmarshaling code can unmarshal the correct type. The selector may be any of the parameters that
1858 // Use the unmarshaled selector value to indicate to the union unmarshal
2139 structure. In the B_STRUCT table in 4.11, value4 indicates how many octets to unmarshal for array2.…
2140 semantic applies when the size field determines the number of octets to unmarshal. However, in some
2190 successfully unmarshal someStructure must be the
4963 the sensitive area did not unmarshal correctly after
5135 the TPM was unable to unmarshal a value
[all …]
Draw_commands_fixed.txt1147 a) The TPM shall successfully unmarshal a TPMI_ST_COMMAND_TAG and verify that it is either
1149 b) The TPM shall successfully unmarshal a UINT32 as the commandSize. If the TPM has an interface
1155 A TPM may have direct access to system memory and unmarshal directly from that memory.
1157 c) The TPM shall successfully unmarshal a TPM_CC and verify that the command is implemented
1207 a) The TPM shall successfully unmarshal the number of handles required by the command and validate
1212 The TPM may unmarshal a handle and validate that it references an entity on the TPM before
1304 b) If the tag is TPM_ST_SESSIONS, the TPM will attempt to unmarshal an authorizationSize and return
1317 c) The TPM will unmarshal the authorization sessions and perform the following validations:
4904 the inPrivate did not unmarshal correctly
5869 secret size is invalid or the credentialBlob does not unmarshal
[all …]
Draw_commands.txt1147 a) The TPM shall successfully unmarshal a TPMI_ST_COMMAND_TAG and verify that it is either
1149 b) The TPM shall successfully unmarshal a UINT32 as the commandSize. If the TPM has an interface
1155 A TPM may have direct access to system memory and unmarshal directly from that memory.
1157 c) The TPM shall successfully unmarshal a TPM_CC and verify that the command is implemented
1207 a) The TPM shall successfully unmarshal the number of handles required by the command and validate
1212 The TPM may unmarshal a handle and validate that it references an entity on the TPM before
1304 b) If the tag is TPM_ST_SESSIONS, the TPM will attempt to unmarshal an authorizationSize and return
1317 c) The TPM will unmarshal the authorization sessions and perform the following validations:
4902 the inPrivate did not unmarshal correctly
5867 secret size is invalid or the credentialBlob does not unmarshal
[all …]
/external/tpm2/
Dpart3.txt725 a) The TPM shall successfully unmarshal a TPMI_ST_COMMAND_TAG and verify that it is either
727 b) The TPM shall successfully unmarshal a UINT32 as the commandSize. If the TPM has an interface
732 …NOTE A TPM may have direct access to system memory and unmarshal direc tly from that memo…
734 c) The TPM shall successfully unmarshal a TPM_CC and verify that the command is implemented
781 a) The TPM shall successfully unmarshal the number of handles required by the command and validate
785 …NOTE 2 The TPM may unmarshal a handle and validate that it references an entity on th…
844 c) If the tag is TPM_ST_SESSIONS, the TPM will attempt to unmarshal an authorizationSize and return
856 d) The TPM will unmarshal the authorization sessions and perform the following validations:
3042 TPM_RC_SENSITIVE the inPrivate did not unmarshal correctly
3562 TPM_RC_SIZE secret size is invalid or the credentialBlob does not unmarshal
[all …]
Dpart4.txt1228 When the data type is a simple type, the parser will generate code that will unmarshal the underlyi…
1243 selector for the type. The unmarshaling code for the union will unmarshal the type indicated by the
1272 unmarshal that type.
1276 Any data type may be included in an array. The function prototype use to unmarshal an array for a T…
1331 Any type may be included in an array. The function prototype use to unmarshal an array is:
3299 1) unmarshal and parse the session area;
3303 1) unmarshal the command parameters from the command buffer;
4708 …This function will unmarshal the sessions in the session area of a command. The values are placed …
7006 unmarshal errors unmarshal errors while unmarshaling integrity
7143 296 // NOTE: The unmarshaling for a public area will unmarshal based on the
[all …]