Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_enforcement.cpp194 const HmacSharingParametersArray& hmac_array, KeymasterBlob* sharingCheck) { in ComputeSharedHmac() argument
197 for (int i = 0; i < hmac_array.num_params; i++) { in ComputeSharedHmac()
200 keymaster::KeymasterBlob(hmac_array.params_array[i].seed); in ComputeSharedHmac()
201 memcpy(sharing_params.nonce, hmac_array.params_array[i].nonce, in ComputeSharedHmac()