Lines Matching refs:append
92 hmac_data.append(command_hash); in GetCommandAuthorization()
93 hmac_data.append(reinterpret_cast<const char*>(caller_nonce_.buffer), in GetCommandAuthorization()
95 hmac_data.append(reinterpret_cast<const char*>(tpm_nonce_.buffer), in GetCommandAuthorization()
97 hmac_data.append(attributes_bytes); in GetCommandAuthorization()
154 hmac_data.append(response_hash); in CheckResponseAuthorization()
155 hmac_data.append(reinterpret_cast<const char*>(tpm_nonce_.buffer), in CheckResponseAuthorization()
157 hmac_data.append(reinterpret_cast<const char*>(caller_nonce_.buffer), in CheckResponseAuthorization()
159 hmac_data.append(attributes_bytes); in CheckResponseAuthorization()
263 data.append(counter); in CreateKey()
264 data.append(label); in CreateKey()
265 data.append(reinterpret_cast<const char*>(nonce_newer.buffer), in CreateKey()
267 data.append(reinterpret_cast<const char*>(nonce_older.buffer), in CreateKey()
269 data.append(digest_size_bits); in CreateKey()