Home
last modified time | relevance | path

Searched refs:des_block (Results 1 – 13 of 13) sorted by relevance

/freebsd/include/rpc/
H A Dauth.h151 union des_block { union
158 typedef union des_block des_block; typedef
160 extern bool_t xdr_des_block(XDR *, des_block *);
179 union des_block ah_key;
261 extern AUTH *authdes_create (char *, u_int, struct sockaddr *, des_block *);
263 const des_block *);
292 extern int key_decryptsession(const char *, des_block *);
293 extern int key_encryptsession(const char *, des_block *);
294 extern int key_gendes(des_block *);
H A Dauth_des.h57 des_block key; /* conversation key */
79 des_block adv_xtime; /* crypt time */
H A Dauth_kerb.h100 des_block akv_xtime; /* crypt time */
/freebsd/sys/rpc/
H A Dauth.h151 union des_block { union
158 typedef union des_block des_block; typedef
160 extern bool_t xdr_des_block(XDR *, des_block *);
180 union des_block ah_key;
258 extern AUTH *authdes_create (char *, u_int, struct sockaddr *, des_block *);
260 const des_block *);
288 extern int key_decryptsession(const char *, des_block *);
289 extern int key_encryptsession(const char *, des_block *);
290 extern int key_gendes(des_block *);
/freebsd/include/rpcsvc/
H A Dkey_prot.x98 des_block deskey;
107 des_block deskey;
116 des_block deskey;
192 des_block
234 des_block
/freebsd/lib/libc/rpc/
H A Dkey_call.c84 des_block *(*__key_gendes_LOCAL)(uid_t, void *) = 0;
131 key_encryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey) in key_encryptsession_pk()
152 key_decryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey) in key_decryptsession_pk()
173 key_encryptsession(const char *remotename, des_block *deskey) in key_encryptsession()
193 key_decryptsession(const char *remotename, des_block *deskey) in key_decryptsession()
213 key_gendes(des_block *key) in key_gendes()
242 key_get_conv(char *pkey, des_block *deskey) in key_get_conv()
431 des_block *res; in key_call()
433 *(des_block*)rslt = *res; in key_call()
H A Dsvc_auth_des.c68 extern int key_decryptsession_pk(const char *, netobj *, des_block *);
80 des_block key; /* conversation key */
90 static short cache_spot(des_block *, char *, struct timeval *); /* find an entry in the cache */
112 des_block cryptbuf[2]; in _svcauth_des()
118 des_block *sessionkey; in _svcauth_des()
119 des_block ivec; in _svcauth_des()
209 2*sizeof(des_block), DES_DECRYPT | DES_HW, in _svcauth_des()
213 sizeof(des_block), DES_DECRYPT | DES_HW); in _svcauth_des()
292 sizeof(des_block), DES_ENCRYPT | DES_HW); in _svcauth_des()
406 cache_spot(des_block *key, char *name, struct timeval *timestamp) in cache_spot()
H A Dauth_des.c67 extern int key_encryptsession_pk(char *, netobj *, des_block *);
100 des_block ad_xkey; /* encrypted conversation key */
108 const des_block *, nis_server *);
122 const char *timehost, const des_block *ckey) in authdes_seccreate()
149 const char *timehost, const des_block *ckey, nis_server *srvr) in authdes_pk_seccreate()
273 des_block cryptbuf[2]; in authdes_marshal()
274 des_block ivec; in authdes_marshal()
303 (u_int) 2 * sizeof (des_block), in authdes_marshal()
307 (u_int) sizeof (des_block), in authdes_marshal()
366 des_block buf; in authdes_validate()
[all …]
H A Dauthdes_prot.c60 sizeof(des_block))); in xdr_authdes_cred()
81 sizeof(des_block))); in xdr_authdes_verf()
H A Drpc_prot.c82 xdr_des_block(XDR *xdrs, des_block *blkp) in xdr_des_block()
88 return (xdr_opaque(xdrs, (caddr_t)(void *)blkp, sizeof(des_block))); in xdr_des_block()
H A Drpc_soc.c384 des_block *ckey) in authdes_create()
/freebsd/lib/librpcsvc/
H A Dyp_update.c68 des_block des_key; in yp_update()
/freebsd/crypto/heimdal/
H A DChangeLog.2003555 * kdc/hprop.c: use DES_KEY_SZ instead of sizeof(des_block)