Lines Matching full:unmarshal
577 9.11.2 Unmarshal and Marshal a Value ....................................................................... 244
578 9.11.3 Unmarshal and Marshal a Union ....................................................................... 245
579 9.11.4 Unmarshal and Marshal a Structure .................................................................. 247
580 9.11.5 Unmarshal and Marshal an Array ..................................................................... 249
1251 When the data type is a simple type, the parser will generate code that will unmarshal the underlying type
1267 selector for the type. The unmarshaling code for the union will unmarshal the type indicated by the
1296 unmarshal that type.
1300 Any data type may be included in an array. The function prototype use to unmarshal an array for a TYPE is
1356 Any type may be included in an array. The function prototype use to unmarshal an array is:
3356 1) unmarshal and parse the session area;
3360 1) unmarshal the command parameters from the command buffer;
3501 124 // Unmarshal the commandSize indicator.
3519 142 // Unmarshal the command code.
4785 This function will unmarshal the sessions in the session area of a command. The values are placed in the
7117 unmarshal errors unmarshal errors while unmarshaling integrity
7136 226 // Unmarshal integrity
7256 296 // NOTE: The unmarshaling for a public area will unmarshal based on the
7775 703 // Unmarshal integrity
7915 c) unmarshal TPMT_SENSITIVE structure into the buffer of TPMT_SENSITIVE
7920 TPM_RC_SENSITIVE unmarshal errors while unmarshaling TPMS_ENCRYPT from input
7990 874 // Unmarshal input data size
8006 884 // Unmarshal sensitive buffer to sensitive structure
8179 c) unmarshal TPMT_SENSITIVE structure into the buffer of TPMT_SENSITIVE
8273 1108 // Unmarshal input data size
8289 1118 // Unmarshal sensitive buffer to sensitive structure
8364 c) unmarshal TPM2B_DIGEST structure into the buffer of TPM2B_DIGEST
8403 1198 // Unmarshal secret buffer to TPM2B_DIGEST structure
17794 9.11.2 Unmarshal and Marshal a Value
17848 9.11.3 Unmarshal and Marshal a Union
17949 9.11.4 Unmarshal and Marshal a Structure
18052 9.11.5 Unmarshal and Marshal an Array
18068 to Unmarshal this structure is:
19283 Funtion to unmarshal the 10-byte command header.
26957 This function will unmarshal a caller provided buffer into an OpenSSL() hash context. The function returns