summaryrefslogtreecommitdiffstats
path: root/src/cryptsetup/cryptsetup-keyfile.h
blob: fe54e904b008391765641f7fc1b46393c024bc6e (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <inttypes.h>
#include <sys/types.h>

#include "iovec-util.h"

int find_key_file(const char *key_file, char **search_path, const char *bindname, struct iovec *ret_key);