Searched refs:hmac_array (Results 1 – 1 of 1) sorted by relevance
194 const HmacSharingParametersArray& hmac_array, KeymasterBlob* sharingCheck) { in ComputeSharedHmac() argument197 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()