Searched refs:secure_key (Results 1 – 1 of 1) sorted by relevance
1315 KeymasterKeyBlob secure_key; in UnwrapKey() local1318 error = parse_wrapped_key(wrapped_key_blob, &iv, &transit_key, &secure_key, in UnwrapKey()1441 size_t total_key_size = secure_key.key_material_size + tag.data_length; in UnwrapKey()1450 if (!encrypted_key.write(secure_key.key_material, in UnwrapKey()1451 secure_key.key_material_size)) { in UnwrapKey()