Deleted Added
sdiff udiff text old ( 92905 ) new ( 92990 )
full compact
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#include <sys/cdefs.h>
36__FBSDID("$FreeBSD: head/lib/libc/rpc/key_call.c 92990 2002-03-22 23:18:37Z obrien $");
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 ---