summaryrefslogtreecommitdiffstats
path: root/src/cryptenroll/cryptenroll-password.h
blob: ddeee1318f140f93d6c6943a671f175192dc99b7 (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_password(struct crypt_device *cd, const void *volume_key, size_t volume_key_size);