Symbol: des_block
crypto/krb5/src/include/gssrpc/auth.h
101
union des_block ah_key;
crypto/krb5/src/include/gssrpc/auth.h
80
typedef union des_block des_block;
crypto/krb5/src/include/gssrpc/auth.h
81
extern bool_t xdr_des_block(XDR *, des_block *);
crypto/krb5/src/lib/rpc/rpc_prot.c
73
xdr_des_block(XDR *xdrs, des_block *blkp)
crypto/krb5/src/lib/rpc/rpc_prot.c
75
return (xdr_opaque(xdrs, (caddr_t)blkp, sizeof(des_block)));
include/rpc/auth.h
158
typedef union des_block des_block;
include/rpc/auth.h
160
extern bool_t xdr_des_block(XDR *, des_block *);
include/rpc/auth.h
179
union des_block ah_key;
include/rpc/auth.h
261
extern AUTH *authdes_create (char *, u_int, struct sockaddr *, des_block *);
include/rpc/auth.h
263
const des_block *);
include/rpc/auth.h
292
extern int key_decryptsession(const char *, des_block *);
include/rpc/auth.h
293
extern int key_encryptsession(const char *, des_block *);
include/rpc/auth.h
294
extern int key_gendes(des_block *);
include/rpc/auth_des.h
57
des_block key; /* conversation key */
include/rpc/auth_des.h
79
des_block adv_xtime; /* crypt time */
include/rpc/auth_kerb.h
100
des_block akv_xtime; /* crypt time */
lib/libc/rpc/auth_des.c
100
des_block ad_xkey; /* encrypted conversation key */
lib/libc/rpc/auth_des.c
108
const des_block *, nis_server *);
lib/libc/rpc/auth_des.c
122
const char *timehost, const des_block *ckey)
lib/libc/rpc/auth_des.c
149
const char *timehost, const des_block *ckey, nis_server *srvr)
lib/libc/rpc/auth_des.c
273
des_block cryptbuf[2];
lib/libc/rpc/auth_des.c
274
des_block ivec;
lib/libc/rpc/auth_des.c
303
(u_int) 2 * sizeof (des_block),
lib/libc/rpc/auth_des.c
307
(u_int) sizeof (des_block),
lib/libc/rpc/auth_des.c
366
des_block buf;
lib/libc/rpc/auth_des.c
381
(u_int)sizeof (des_block), DES_DECRYPT | DES_HW);
lib/libc/rpc/auth_des.c
67
extern int key_encryptsession_pk(char *, netobj *, des_block *);
lib/libc/rpc/authdes_prot.c
60
sizeof(des_block)));
lib/libc/rpc/authdes_prot.c
81
sizeof(des_block)));
lib/libc/rpc/key_call.c
131
key_encryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey)
lib/libc/rpc/key_call.c
152
key_decryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey)
lib/libc/rpc/key_call.c
173
key_encryptsession(const char *remotename, des_block *deskey)
lib/libc/rpc/key_call.c
193
key_decryptsession(const char *remotename, des_block *deskey)
lib/libc/rpc/key_call.c
213
key_gendes(des_block *key)
lib/libc/rpc/key_call.c
242
key_get_conv(char *pkey, des_block *deskey)
lib/libc/rpc/key_call.c
431
des_block *res;
lib/libc/rpc/key_call.c
433
*(des_block*)rslt = *res;
lib/libc/rpc/key_call.c
84
des_block *(*__key_gendes_LOCAL)(uid_t, void *) = 0;
lib/libc/rpc/rpc_prot.c
82
xdr_des_block(XDR *xdrs, des_block *blkp)
lib/libc/rpc/rpc_prot.c
88
return (xdr_opaque(xdrs, (caddr_t)(void *)blkp, sizeof(des_block)));
lib/libc/rpc/rpc_soc.c
372
des_block *ckey)
lib/libc/rpc/svc_auth_des.c
112
des_block cryptbuf[2];
lib/libc/rpc/svc_auth_des.c
118
des_block *sessionkey;
lib/libc/rpc/svc_auth_des.c
119
des_block ivec;
lib/libc/rpc/svc_auth_des.c
209
2*sizeof(des_block), DES_DECRYPT | DES_HW,
lib/libc/rpc/svc_auth_des.c
213
sizeof(des_block), DES_DECRYPT | DES_HW);
lib/libc/rpc/svc_auth_des.c
292
sizeof(des_block), DES_ENCRYPT | DES_HW);
lib/libc/rpc/svc_auth_des.c
406
cache_spot(des_block *key, char *name, struct timeval *timestamp)
lib/libc/rpc/svc_auth_des.c
68
extern int key_decryptsession_pk(const char *, netobj *, des_block *);
lib/libc/rpc/svc_auth_des.c
80
des_block key; /* conversation key */
lib/libc/rpc/svc_auth_des.c
90
static short cache_spot(des_block *, char *, struct timeval *); /* find an entry in the cache */
lib/librpcsvc/yp_update.c
68
des_block des_key;
sys/rpc/auth.h
158
typedef union des_block des_block;
sys/rpc/auth.h
160
extern bool_t xdr_des_block(XDR *, des_block *);
sys/rpc/auth.h
180
union des_block ah_key;
sys/rpc/auth.h
258
extern AUTH *authdes_create (char *, u_int, struct sockaddr *, des_block *);
sys/rpc/auth.h
260
const des_block *);
sys/rpc/auth.h
288
extern int key_decryptsession(const char *, des_block *);
sys/rpc/auth.h
289
extern int key_encryptsession(const char *, des_block *);
sys/rpc/auth.h
290
extern int key_gendes(des_block *);