blob: 16a83d507075f2d02adcac5ea8cd43c97d8820ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
/*
* SunRPC GSS Kerberos 5 mechanism internal definitions
*
* Copyright (c) 2022 Oracle and/or its affiliates.
*/
#ifndef _NET_SUNRPC_AUTH_GSS_KRB5_INTERNAL_H
#define _NET_SUNRPC_AUTH_GSS_KRB5_INTERNAL_H
void krb5_make_confounder(u8 *p, int conflen);
#endif /* _NET_SUNRPC_AUTH_GSS_KRB5_INTERNAL_H */
|