Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
main
/
.
/
src
/
cryptenroll
/
cryptenroll-password.h
blob: ddeee1318f140f93d6c6943a671f175192dc99b7 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma
once
#include
<sys/types.h>
#include
"cryptsetup-util.h"
int
enroll_password
(
struct
crypt_device
*
cd
,
const
void
*
volume_key
,
size_t
volume_key_size
);