Deleted Added
full compact
key_call.c (92905) key_call.c (92990)
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 18 unchanged lines hidden (view full) ---

27 * Mountain View, California 94043
28 */
29/*
30 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
31 */
32
33#ident "@(#)key_call.c 1.25 94/04/24 SMI"
34
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 18 unchanged lines hidden (view full) ---

27 * Mountain View, California 94043
28 */
29/*
30 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
31 */
32
33#ident "@(#)key_call.c 1.25 94/04/24 SMI"
34
35#if defined(LIBC_SCCS) && !defined(lint)
36static char rcsid[] =
37 "$FreeBSD: head/lib/libc/rpc/key_call.c 92905 2002-03-21 22:49:10Z obrien $";
38#endif /* not lint */
35#include <sys/cdefs.h>
36__FBSDID("$FreeBSD: head/lib/libc/rpc/key_call.c 92990 2002-03-22 23:18:37Z obrien $");
39
40/*
41 * key_call.c, Interface to keyserver
42 *
43 * setsecretkey(key) - set your secret key
44 * encryptsessionkey(agent, deskey) - encrypt a session key to talk to agent
45 * decryptsessionkey(agent, deskey) - decrypt ditto
46 * gendeskey(deskey) - generate a secure des key

--- 430 unchanged lines hidden ---
37
38/*
39 * key_call.c, Interface to keyserver
40 *
41 * setsecretkey(key) - set your secret key
42 * encryptsessionkey(agent, deskey) - encrypt a session key to talk to agent
43 * decryptsessionkey(agent, deskey) - decrypt ditto
44 * gendeskey(deskey) - generate a secure des key

--- 430 unchanged lines hidden ---