Searched defs:authlen (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpcsec.c81 print_rpcsec_gss_cred(int xid, int authlen) argument
98 (void) showxdr_hex(authlen, "[%s]");
H A Dsnoop_rpc.c55 void print_rpcsec_gss_cred(int xid, int authlen);
304 int pos, flavor, authlen; local
312 authlen = getxdr_long();
315 flavor, nameof_flavor(flavor), authlen); local
316 if (authlen <= 0)
368 print_rpcsec_gss_cred(xid, authlen);
372 (void) showxdr_hex(authlen, "[%s]");
/illumos-gate/usr/src/boot/lib/libstand/
H A Drpc.c66 u_int32_t authlen; /* auth length */ member in struct:auth_info
146 auth->authlen = 0;
155 auth->authlen = htonl(sizeof(struct auth_unix));
161 auth->authlen = 0;
204 x = ntohl(auth->authlen);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c820 * 'authlen' is specified, it is filled in with the length of the authority
824 hc_auth_to_type(const char *auth, size_t *authlen) argument
837 if (authlen)
838 *authlen = len + 2;
906 size_t authlen[])
914 authlen[i] = 0;
924 authlen[type] = next - (auth + len);
905 topo_fmri_strcmp_parse_auth(const char *auth, const char *authtype[], size_t authlen[]) argument
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c1657 int authlen; local
1662 authlen = strlen(c_id->basic_auth_userid) + 2 +
1664 if ((authstr = malloc(authlen + 1)) == NULL) {
1669 (void) snprintf(authstr, authlen + 1, "%s:%s",
1673 if ((authencstr = malloc((authlen + 2) / 3 * 4 + 1)) == NULL) {
1681 (unsigned char *)authstr, authlen);

Completed in 75 milliseconds