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

/freebsd-11-stable/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-11-stable/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-11-stable/include/rpcsvc/
H A Dkey_prot.x103 des_block deskey;
112 des_block deskey;
121 des_block deskey;
197 des_block
239 des_block
/freebsd-11-stable/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-11-stable/lib/libc/rpc/
H A Dauthdes_prot.c64 sizeof(des_block)));
85 sizeof(des_block)));
H A Dkey_call.c86 des_block *(*__key_gendes_LOCAL)(uid_t, void *) = 0;
133 key_encryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey)
154 key_decryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey)
175 key_encryptsession(const char *remotename, des_block *deskey)
195 key_decryptsession(const char *remotename, des_block *deskey)
215 key_gendes(des_block *key)
244 key_get_conv(char *pkey, des_block *deskey)
433 des_block *res;
435 *(des_block*)rslt = *res;
H A Dauth_des.c72 extern int key_encryptsession_pk(char *, netobj *, des_block *);
105 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 bu
[all...]
H A Dsvc_auth_des.c72 extern int key_decryptsession_pk(const char *, netobj *, des_block *);
84 des_block key; /* conversation key */
94 static short cache_spot(des_block *, char *, struct timeval *); /* find an entry in the cache */
116 des_block cryptbuf[2];
122 des_block *sessionkey;
123 des_block ivec;
213 2*sizeof(des_block), DES_DECRYPT | DES_HW,
217 sizeof(des_block), DES_DECRYPT | DES_HW);
296 sizeof(des_block), DES_ENCRYPT | DES_HW);
410 cache_spot(des_block *ke
[all...]
H A Drpc_prot.c87 xdr_des_block(XDR *xdrs, des_block *blkp)
93 return (xdr_opaque(xdrs, (caddr_t)(void *)blkp, sizeof(des_block)));
H A Drpc_soc.c390 des_block *ckey)
395 * des_block *ckey; // optional conversation key to use
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h221 typedef int des_block; typedef
/freebsd-11-stable/lib/librpcsvc/
H A Dyp_update.c68 des_block des_key;

Completed in 99 milliseconds