Searched refs:hash_alg_bytes (Results 1 – 1 of 1) sorted by relevance
14230 std::string hash_alg_bytes; in SerializeCommand_Hash() local14231 rc = Serialize_TPMI_ALG_HASH(hash_alg, &hash_alg_bytes); in SerializeCommand_Hash()14254 hash->Update(hash_alg_bytes.data(), hash_alg_bytes.size()); in SerializeCommand_Hash()14255 parameter_section_bytes += hash_alg_bytes; in SerializeCommand_Hash()14256 command_size += hash_alg_bytes.size(); in SerializeCommand_Hash()14487 std::string hash_alg_bytes; in SerializeCommand_HMAC() local14488 rc = Serialize_TPMI_ALG_HASH(hash_alg, &hash_alg_bytes); in SerializeCommand_HMAC()14509 hash->Update(hash_alg_bytes.data(), hash_alg_bytes.size()); in SerializeCommand_HMAC()14510 parameter_section_bytes += hash_alg_bytes; in SerializeCommand_HMAC()14511 command_size += hash_alg_bytes.size(); in SerializeCommand_HMAC()[all …]