blob: 3134d3d1485b357d2296e5973f13b7b5811b686f (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
#include <sys/types.h>
#include "cryptsetup-util.h"
int enroll_recovery(struct crypt_device *cd, const struct iovec *volume_key);
|