Searched refs:des_block (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/usr.sbin/keyserv/
H A Dkeyserv.h7 extern keystatus pk_encrypt( uid_t, char *, netobj *, des_block * );
8 extern keystatus pk_decrypt( uid_t, char *, netobj *, des_block * );
H A Dsetkey.c63 static void writecache( char *, char *, des_block * );
64 static int readcache( char *, char *, des_block * );
65 static void extractdeskey( MINT *, des_block * );
67 static keystatus pk_crypt( uid_t, char *, netobj *, des_block *, int);
113 des_block *key;
127 des_block *key;
166 des_block *key;
172 des_block deskey;
215 err = ecb_crypt((char *)&deskey, (char *)key, sizeof (des_block),
276 des_block *deske
[all...]
H A Dkeyserv.c75 static void randomize( des_block * );
77 static int getrootkey( des_block *, int );
87 static des_block masterkey;
102 extern des_block *(*__key_gendes_LOCAL)();
107 des_block *key_gen_1_svc_prog( void *, struct svc_req * );
225 des_block *master;
268 des_block *master;
569 des_block *
575 static des_block keygen;
576 static des_block ke
[all...]
/freebsd-9.3-release/include/rpc/
H A Dauth.h154 union des_block { union
161 typedef union des_block des_block; typedef in typeref:union:des_block
163 extern bool_t xdr_des_block(XDR *, des_block *);
182 union des_block ah_key;
261 * des_block *ckey; - optional conversation key to use
264 extern AUTH *authdes_create (char *, u_int, struct sockaddr *, des_block *);
266 const des_block *);
294 extern int key_decryptsession(const char *, des_block *);
295 extern int key_encryptsession(const char *, des_block *);
[all...]
H A Dauth_des.h59 des_block key; /* conversation key */
81 des_block adv_xtime; /* crypt time */
H A Dauth_kerb.h99 des_block akv_xtime; /* crypt time */
/freebsd-9.3-release/include/rpcsvc/
H A Dkey_prot.x101 des_block deskey;
110 des_block deskey;
119 des_block deskey;
195 des_block
237 des_block
/freebsd-9.3-release/sys/rpc/
H A Dauth.h154 union des_block { union
161 typedef union des_block des_block; typedef in typeref:union:des_block
163 extern bool_t xdr_des_block(XDR *, des_block *);
183 union des_block ah_key;
257 * des_block *ckey; - optional conversation key to use
260 extern AUTH *authdes_create (char *, u_int, struct sockaddr *, des_block *);
262 const des_block *);
290 extern int key_decryptsession(const char *, des_block *);
291 extern int key_encryptsession(const char *, des_block *);
[all...]
/freebsd-9.3-release/lib/libc/rpc/
H A Dauthdes_prot.c66 sizeof(des_block)));
89 sizeof(des_block)));
H A Dkey_call.c86 des_block *(*__key_gendes_LOCAL)() = 0;
137 des_block *deskey;
161 des_block *deskey;
184 des_block *deskey;
206 des_block *deskey;
227 des_block *key;
259 des_block *deskey;
453 des_block *res;
455 *(des_block*)rslt = *res;
H A Dauth_des.c105 des_block ad_xkey; /* encrypted conversation key */
113 const des_block *, nis_server *);
127 const char *timehost, const des_block *ckey)
154 const char *timehost, const des_block *ckey, nis_server *srvr)
278 des_block cryptbuf[2];
279 des_block ivec;
308 (u_int) 2 * sizeof (des_block),
312 (u_int) sizeof (des_block),
371 des_block buf;
386 (u_int)sizeof (des_block), DES_DECRYP
[all...]
H A Dsvc_auth_des.c72 extern int key_decryptsession_pk(const char *, netobj *, des_block *);
84 des_block key; /* conversation key */
118 des_block cryptbuf[2];
124 des_block *sessionkey;
125 des_block ivec;
215 2*sizeof(des_block), DES_DECRYPT | DES_HW,
219 sizeof(des_block), DES_DECRYPT | DES_HW);
298 sizeof(des_block), DES_ENCRYPT | DES_HW);
414 des_block *key;
H A Drpc_prot.c91 des_block *blkp;
97 return (xdr_opaque(xdrs, (caddr_t)(void *)blkp, sizeof(des_block)));
H A Drpc_soc.c429 des_block *ckey; /* optional conversation key to use */
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h221 typedef int des_block; typedef
/freebsd-9.3-release/lib/librpcsvc/
H A Dyp_update.c68 des_block des_key;

Completed in 112 milliseconds