Symbol: netobj
include/rpc/xdr.h
331
typedef struct netobj netobj;
include/rpc/xdr.h
332
extern bool_t xdr_netobj(XDR *, struct netobj *);
include/rpcsvc/nislib.h
124
nis_error nis_get_request(nis_name, nis_object *, netobj*, ib_request*);
include/rpcsvc/nislib.h
148
int __nis_run_callback(netobj *, u_long, struct timeval *, CLIENT *);
include/rpcsvc/nislib.h
69
nis_result *nis_next_entry(nis_name, netobj *);
lib/libc/rpc/auth_des.c
109
AUTH *authdes_pk_seccreate(const char *, netobj *, u_int, const char *,
lib/libc/rpc/auth_des.c
126
netobj pkey;
lib/libc/rpc/auth_des.c
149
authdes_pk_seccreate(const char *servername, netobj *pkey, u_int window,
lib/libc/rpc/auth_des.c
426
netobj pkey;
lib/libc/rpc/auth_des.c
68
extern int key_encryptsession_pk(char *, netobj *, des_block *);
lib/libc/rpc/key_call.c
136
key_encryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey)
lib/libc/rpc/key_call.c
157
key_decryptsession_pk(char *remotename, netobj *remotekey, des_block *deskey)
lib/libc/rpc/key_call.c
88
int key_decryptsession_pk(char *, netobj *, des_block *);
lib/libc/rpc/key_call.c
89
int key_encryptsession_pk(char *, netobj *, des_block *);
lib/libc/rpc/svc_auth_des.c
179
netobj pkey;
lib/libc/rpc/svc_auth_des.c
71
extern int key_decryptsession_pk(const char *, netobj *, des_block *);
lib/libc/xdr/xdr.c
621
xdr_netobj(XDR *xdrs, struct netobj *np)
usr.sbin/keyserv/keyserv.c
584
netobj key_get_conv_2_arg;
usr.sbin/keyserv/keyserv.h
10
extern keystatus pk_decrypt( uid_t, char *, netobj *, des_block * );
usr.sbin/keyserv/keyserv.h
9
extern keystatus pk_encrypt( uid_t, char *, netobj *, des_block * );
usr.sbin/keyserv/setkey.c
107
pk_encrypt(uid_t uid, char *remote_name, netobj *remote_key, des_block *key)
usr.sbin/keyserv/setkey.c
117
pk_decrypt(uid_t uid, char *remote_name, netobj *remote_key, des_block *key)
usr.sbin/keyserv/setkey.c
148
pk_crypt(uid_t uid, char *remote_name, netobj *remote_key, des_block *key,
usr.sbin/keyserv/setkey.c
65
static keystatus pk_crypt( uid_t, char *, netobj *, des_block *, int);
usr.sbin/rpc.lockd/lockd_lock.c
63
netobj client_cookie; /* cookie sent by the client */
usr.sbin/rpc.lockd/lockd_lock.h
9
int lock_answer(int, netobj *, int, int *, int);