Symbol: des_block
include/rpc/auth.h
157
typedef union des_block des_block;
include/rpc/auth.h
159
bool_t xdr_des_block(XDR *, des_block *);
include/rpc/auth.h
178
union des_block ah_key;
include/rpc/auth.h
260
AUTH *authdes_create(char *, u_int, struct sockaddr *, des_block *);
include/rpc/auth.h
262
const des_block *);
include/rpc/auth.h
290
int key_decryptsession(const char *, des_block *);
include/rpc/auth.h
291
int key_encryptsession(const char *, des_block *);
include/rpc/auth.h
292
int key_gendes(des_block *);
include/rpc/auth_des.h
59
des_block key; /* conversation key */
include/rpc/auth_des.h
81
des_block adv_xtime; /* crypt time */
include/rpc/auth_kerb.h
100
des_block akv_xtime; /* crypt time */
lib/libc/rpc/auth_des.c
102
des_block ad_xkey; /* encrypted conversation key */
lib/libc/rpc/auth_des.c
110
const des_block *, nis_server *);
lib/libc/rpc/auth_des.c
123
const char *timehost, const des_block *ckey)
lib/libc/rpc/auth_des.c
150
const char *timehost, const des_block *ckey,
lib/libc/rpc/auth_des.c
275
des_block cryptbuf[2];
lib/libc/rpc/auth_des.c
276
des_block ivec;
lib/libc/rpc/auth_des.c
305
(u_int) 2 * sizeof (des_block),
lib/libc/rpc/auth_des.c
309
(u_int) sizeof (des_block),
lib/libc/rpc/auth_des.c
368
des_block buf;
lib/libc/rpc/auth_des.c
383
(u_int)sizeof (des_block), DES_DECRYPT | DES_HW);
lib/libc/rpc/auth_des.c
68
extern int key_encryptsession_pk(char *, netobj *, des_block *);
lib/libc/rpc/authdes_prot.c
62
sizeof(des_block)));
lib/libc/rpc/authdes_prot.c
83
sizeof(des_block)));
lib/libc/rpc/key_call.c
136
key_encryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey)
lib/libc/rpc/key_call.c
157
key_decryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey)
lib/libc/rpc/key_call.c
178
key_encryptsession(const char *remotename, des_block *deskey)
lib/libc/rpc/key_call.c
198
key_decryptsession(const char *remotename, des_block *deskey)
lib/libc/rpc/key_call.c
218
key_gendes(des_block *key)
lib/libc/rpc/key_call.c
247
key_get_conv(char *pkey, des_block *deskey)
lib/libc/rpc/key_call.c
420
des_block *res;
lib/libc/rpc/key_call.c
422
*(des_block*)rslt = *res;
lib/libc/rpc/key_call.c
84
des_block *(*__key_gendes_LOCAL)(uid_t, struct svc_req *) = NULL;
lib/libc/rpc/key_call.c
88
int key_decryptsession_pk(char *, netobj *, des_block *);
lib/libc/rpc/key_call.c
89
int key_encryptsession_pk(char *, netobj *, des_block *);
lib/libc/rpc/key_call.c
90
int key_get_conv(char *, des_block *);
lib/libc/rpc/rpc_prot.c
83
xdr_des_block(XDR *xdrs, des_block *blkp)
lib/libc/rpc/rpc_prot.c
89
return (xdr_opaque(xdrs, (caddr_t)(void *)blkp, sizeof(des_block)));
lib/libc/rpc/rpc_soc.c
374
des_block *ckey) /* optional conversation key to use */
lib/libc/rpc/svc_auth_des.c
116
des_block cryptbuf[2];
lib/libc/rpc/svc_auth_des.c
122
des_block *sessionkey;
lib/libc/rpc/svc_auth_des.c
123
des_block ivec;
lib/libc/rpc/svc_auth_des.c
213
2*sizeof(des_block), DES_DECRYPT | DES_HW,
lib/libc/rpc/svc_auth_des.c
217
sizeof(des_block), DES_DECRYPT | DES_HW);
lib/libc/rpc/svc_auth_des.c
296
sizeof(des_block), DES_ENCRYPT | DES_HW);
lib/libc/rpc/svc_auth_des.c
410
cache_spot(des_block *key, char *name, struct timeval *timestamp)
lib/libc/rpc/svc_auth_des.c
71
extern int key_decryptsession_pk(const char *, netobj *, des_block *);
lib/libc/rpc/svc_auth_des.c
83
des_block key; /* conversation key */
lib/libc/rpc/svc_auth_des.c
93
static short cache_spot(des_block *, char *, struct timeval *);
lib/librpcsvc/yp_update.c
69
des_block des_key;
usr.sbin/keyserv/keyserv.c
102
des_block *key_gen_1_svc_prog( void *, struct svc_req * );
usr.sbin/keyserv/keyserv.c
215
randomize(des_block *master)
usr.sbin/keyserv/keyserv.c
234
getrootkey(des_block *master, int prompt)
usr.sbin/keyserv/keyserv.c
517
des_block *
usr.sbin/keyserv/keyserv.c
521
static des_block keygen;
usr.sbin/keyserv/keyserv.c
522
static des_block key;
usr.sbin/keyserv/keyserv.c
70
static void randomize( des_block * );
usr.sbin/keyserv/keyserv.c
72
static int getrootkey( des_block *, int );
usr.sbin/keyserv/keyserv.c
82
static des_block masterkey;
usr.sbin/keyserv/keyserv.c
97
extern des_block *(*__key_gendes_LOCAL)();
usr.sbin/keyserv/keyserv.h
10
extern keystatus pk_decrypt( uid_t, char *, netobj *, des_block * );
usr.sbin/keyserv/keyserv.h
9
extern keystatus pk_encrypt( uid_t, char *, netobj *, des_block * );
usr.sbin/keyserv/setkey.c
107
pk_encrypt(uid_t uid, char *remote_name, netobj *remote_key, des_block *key)
usr.sbin/keyserv/setkey.c
117
pk_decrypt(uid_t uid, char *remote_name, netobj *remote_key, des_block *key)
usr.sbin/keyserv/setkey.c
148
pk_crypt(uid_t uid, char *remote_name, netobj *remote_key, des_block *key,
usr.sbin/keyserv/setkey.c
154
des_block deskey;
usr.sbin/keyserv/setkey.c
211
error = ecb_crypt((char *)&deskey, (char *)key, sizeof (des_block),
usr.sbin/keyserv/setkey.c
282
extractdeskey(BIGNUM *ck, des_block *deskey)
usr.sbin/keyserv/setkey.c
482
des_block deskey;
usr.sbin/keyserv/setkey.c
491
writecache(char *pub, char *sec, des_block *deskey)
usr.sbin/keyserv/setkey.c
510
readcache(char *pub, char *sec, des_block *deskey)
usr.sbin/keyserv/setkey.c
61
static void writecache( char *, char *, des_block * );
usr.sbin/keyserv/setkey.c
62
static int readcache( char *, char *, des_block * );
usr.sbin/keyserv/setkey.c
63
static void extractdeskey ( BIGNUM *, des_block * );
usr.sbin/keyserv/setkey.c
65
static keystatus pk_crypt( uid_t, char *, netobj *, des_block *, int);