Searched defs:nauth (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/refer/ |
H A D | refer6.c | 35 int nauth = 0, i, lastype = 0, cch, macro = 0, la; local 87 if (nauth < authrev) 89 if (nauth++ == 0) 99 if (la == 0 || nauth != 2)
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPHeaderV2.java | 1030 byte nauth, 1042 return AuthBlock.makeAuthBlocks(this, message, dis, nauth); 1029 getCheckedAuthBlockList(Object[] message, byte nauth, DataInputStream dis) argument
|
H A D | ServiceStoreInMemory.java | 1224 final void setURLSignature(Hashtable nauth) { argument 1225 urlSig = nauth; 1229 final void setAttrSignature(Hashtable nauth) { argument 1230 attrSig = nauth;
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpc_soc.c | 518 AUTH *nauth; local 541 nauth = authdes_seccreate(servername, window, hostname, ckey); 544 return (nauth);
|
Completed in 59 milliseconds