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