Lines Matching refs:blob
111 const KeymasterKeyBlob& blob, in parseKeymaster1HwBlob() argument
127 keymaster_error_t error = device->get_key_characteristics(device, &blob, client_id_ptr, in parseKeymaster1HwBlob()
137 *key_material = blob; in parseKeymaster1HwBlob()
141 keymaster_error_t Keymaster1PassthroughContext::ParseKeyBlob(const KeymasterKeyBlob& blob, in ParseKeyBlob() argument
154 … error = DeserializeIntegrityAssuredBlob(blob, hidden, &key_material, &hw_enforced, &sw_enforced); in ParseKeyBlob()
159 error = parseKeymaster1HwBlob(km1_engine_->device(), blob, additional_params, in ParseKeyBlob()
176 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey()
184 blob, &key_material, &hw_enforced, &sw_enforced); in DeleteKey()
189 error = km1_engine_->DeleteKey(blob); in DeleteKey()
216 KeymasterKeyBlob* blob, in CreateKeyBlob() argument
229 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); in CreateKeyBlob()