Lines Matching refs:hw_enforced
57 AuthorizationSet* hw_enforced, in CreateHwStorageKeyBlob() argument
65 if (!output_key_blob || !hw_enforced || !sw_enforced) { in CreateHwStorageKeyBlob()
130 hw_enforced, sw_enforced); in CreateHwStorageKeyBlob()
138 AuthorizationSet* hw_enforced, in GenerateKey() argument
146 output_key_blob, hw_enforced, in GenerateKey()
156 hw_enforced, sw_enforced, cert_chain); in GenerateKey()
166 AuthorizationSet* hw_enforced, in ImportKey() argument
177 output_key_blob, hw_enforced, in ImportKey()
187 output_key_blob, hw_enforced, sw_enforced, cert_chain); in ImportKey()
193 AuthorizationSet&& hw_enforced, in LoadKey() argument
196 if (hw_enforced.GetTagValue(TAG_STORAGE_KEY)) { in LoadKey()
205 if ((hw_enforced.find(TAG_BLOCK_MODE) != -1) || in LoadKey()
211 HwStorageKey(std::move(key_material), std::move(hw_enforced), in LoadKey()
224 std::move(hw_enforced), std::move(sw_enforced), key); in LoadKey()