1 /* SPDX-License-Identifier: LGPL-2.1-or-later */ 2 #pragma once 3 4 #include <sys/types.h> 5 6 #include "cryptsetup-util.h" 7 8 int enroll_password(struct crypt_device *cd, const void *volume_key, size_t volume_key_size); 9
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */ 2 #pragma once 3 4 #include <sys/types.h> 5 6 #include "cryptsetup-util.h" 7 8 int enroll_password(struct crypt_device *cd, const void *volume_key, size_t volume_key_size); 9