Home
last modified time | relevance | path

Searched refs:netobj (Results 1 – 16 of 16) sorted by relevance

/dragonfly/include/rpcsvc/
H A Dnlm_prot.x35 netobj oh;
52 netobj cookie;
57 netobj cookie;
71 netobj cookie;
120 netobj fh;
121 netobj oh;
166 netobj oh;
173 netobj fh;
174 netobj oh;
182 netobj fh;
[all …]
H A Dnis.x139 netobj cookie; /* Cookie Data */
174 netobj ibr_cookie; /* The first/next cookie */
225 netobj lr_cookie; /* Used by the dump callback */
322 bool NIS_CALLBACK(netobj) = 17;
H A Dnislib.h69 nis_result *nis_next_entry(nis_name, netobj *);
124 nis_error nis_get_request(nis_name, nis_object *, netobj*, ib_request*);
148 int __nis_run_callback(netobj *, u_long, struct timeval *, CLIENT *);
H A Dklm_prot.x60 netobj fh; /* a counted file handle */
H A Dkey_prot.x109 netobj remotekey; /* Contains a length up to 1024 bytes */
H A Dnis_object.x161 netobj pkey; /* server's public key */
/dragonfly/usr.sbin/keyserv/
H A Dkeyserv.h9 extern keystatus pk_encrypt( uid_t, char *, netobj *, des_block * );
10 extern keystatus pk_decrypt( uid_t, char *, netobj *, des_block * );
H A Dsetkey.c65 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()
H A Dkeyserv.c584 netobj key_get_conv_2_arg; in keyprogram()
/dragonfly/lib/libc/rpc/
H A Dkey_call.c88 int key_decryptsession_pk(char *, netobj *, des_block *);
89 int key_encryptsession_pk(char *, netobj *, 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()
H A Dauth_des.c68 extern int key_encryptsession_pk(char *, netobj *, des_block *);
109 AUTH *authdes_pk_seccreate(const char *, netobj *, u_int, const char *,
126 netobj pkey; in authdes_seccreate()
149 authdes_pk_seccreate(const char *servername, netobj *pkey, u_int window, in authdes_pk_seccreate()
426 netobj pkey; in authdes_refresh()
H A Dsvc_auth_des.c71 extern int key_decryptsession_pk(const char *, netobj *, des_block *);
179 netobj pkey; in _svcauth_des()
/dragonfly/include/rpc/
H A Dxdr.h327 struct netobj { struct
331 typedef struct netobj netobj; typedef
332 extern bool_t xdr_netobj(XDR *, struct netobj *);
/dragonfly/usr.sbin/rpc.lockd/
H A Dlockd_lock.h9 int lock_answer(int, netobj *, int, int *, int);
H A Dlockd_lock.c63 netobj client_cookie; /* cookie sent by the client */
/dragonfly/lib/libc/xdr/
H A Dxdr.c621 xdr_netobj(XDR *xdrs, struct netobj *np) in xdr_netobj()