Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c55 void print_rpcsec_gss_cred(int xid, int authlen);
304 int pos, flavor, authlen; in print_creds() local
312 authlen = getxdr_long(); in print_creds()
315 flavor, nameof_flavor(flavor), authlen); in print_creds()
316 if (authlen <= 0) in print_creds()
368 print_rpcsec_gss_cred(xid, authlen); in print_creds()
372 (void) showxdr_hex(authlen, "[%s]"); in print_creds()
H A Dsnoop_rpcsec.c81 print_rpcsec_gss_cred(int xid, int authlen) in print_rpcsec_gss_cred() argument
98 (void) showxdr_hex(authlen, "[%s]"); in print_rpcsec_gss_cred()
/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c824 hc_auth_to_type(const char *auth, size_t *authlen) in hc_auth_to_type() argument
837 if (authlen) in hc_auth_to_type()
838 *authlen = len + 2; in hc_auth_to_type()
906 size_t authlen[]) in topo_fmri_strcmp_parse_auth() argument
914 authlen[i] = 0; in topo_fmri_strcmp_parse_auth()
924 authlen[type] = next - (auth + len); in topo_fmri_strcmp_parse_auth()
/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.c1657 int authlen; in http_req() local
1662 authlen = strlen(c_id->basic_auth_userid) + 2 + in http_req()
1664 if ((authstr = malloc(authlen + 1)) == NULL) { in http_req()
1669 (void) snprintf(authstr, authlen + 1, "%s:%s", in http_req()
1673 if ((authencstr = malloc((authlen + 2) / 3 * 4 + 1)) == NULL) { in http_req()
1681 (unsigned char *)authstr, authlen); in http_req()