Searched refs:nonce_caller_bytes (Results 1 – 1 of 1) sorted by relevance
9119 std::string nonce_caller_bytes; in SerializeCommand_StartAuthSession() local9120 rc = Serialize_TPM2B_NONCE(nonce_caller, &nonce_caller_bytes); in SerializeCommand_StartAuthSession()9146 std::string tmp = nonce_caller_bytes.substr(2); in SerializeCommand_StartAuthSession()9150 nonce_caller_bytes.replace(2, std::string::npos, tmp); in SerializeCommand_StartAuthSession()9161 hash->Update(nonce_caller_bytes.data(), nonce_caller_bytes.size()); in SerializeCommand_StartAuthSession()9162 parameter_section_bytes += nonce_caller_bytes; in SerializeCommand_StartAuthSession()9163 command_size += nonce_caller_bytes.size(); in SerializeCommand_StartAuthSession()