Searched refs:secure_key (Results 1 – 1 of 1) sorted by relevance
412 KeymasterKeyBlob secure_key; in UnwrapKey() local415 error = parse_wrapped_key(wrapped_key_blob, &iv, &transit_key, &secure_key, in UnwrapKey()521 size_t total_key_size = secure_key.key_material_size + tag.data_length; in UnwrapKey()532 if (!encrypted_key.write(secure_key.key_material, in UnwrapKey()533 secure_key.key_material_size)) { in UnwrapKey()