Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_enforcement.cpp178 std::set<HmacSharingParameters, CompareHmacSharingParams> sorted_hmac_inputs; in ComputeSharedHmac() local
187 sorted_hmac_inputs.emplace(std::move(sharing_params)); in ComputeSharedHmac()
195 for (const auto& hmac_sharing : sorted_hmac_inputs) { in ComputeSharedHmac()