Home
last modified time | relevance | path

Searched refs:in (Results 1 – 4 of 4) sorted by relevance

/sunrpc/
A Ddes_impl.c381 register unsigned char *in; in des_set_key() local
386 in = key; in des_set_key()
388 c2l (in, c); in des_set_key()
389 c2l (in, d); in des_set_key()
521 register unsigned char *in, *out; in _des_crypt() local
528 in = (unsigned char *) buf; in _des_crypt()
541 c2l (in, tin0); in _des_crypt()
542 c2l (in, tin1); in _des_crypt()
565 c2l (in, tin0); in _des_crypt()
566 c2l (in, tin1); in _des_crypt()
A Dclnt_simp.c56 xdrproc_t inproc, const char *in, xdrproc_t outproc, char *out) in callrpc() argument
111 clnt_stat = clnt_call (crp->client, procnum, inproc, (char *) in, in callrpc()
A DVersions6 # functions used in other libraries
9 # variables in normal name space
/sunrpc/rpc/
A Dclnt.h206 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument
207 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument

Completed in 10 milliseconds