root/include/keys/dns_resolver-type.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 
  13 extern struct key_type key_type_dns_resolver;
  14 
  15 extern int request_dns_resolver_key(const char *description,
  16                                     const char *callout_info,
  17                                     char **data);
  18 
  19 #endif /* _KEYS_DNS_RESOLVER_TYPE_H */

/* [<][>][^][v][top][bottom][index][help] */