Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/* DNS resolver key type
3 *
4 * Copyright (C) 2010 Wang Lei. All Rights Reserved.
5 * Written by Wang Lei (wang840925@gmail.com)
6 */
7
8#ifndef _KEYS_DNS_RESOLVER_TYPE_H
9#define _KEYS_DNS_RESOLVER_TYPE_H
10
11#include <linux/key-type.h>
12
13extern struct key_type key_type_dns_resolver;
14
15extern int request_dns_resolver_key(const char *description,
16 const char *callout_info,
17 char **data);
18
19#endif /* _KEYS_DNS_RESOLVER_TYPE_H */
20

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/include/keys/dns_resolver-type.h