Searched refs:token_len (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpcsec.c | 331 unsigned int token_len; in print_rpc_gss_init_arg() local 350 token_len = getxdr_u_long(); in print_rpc_gss_init_arg() 351 token = getxdr_hex(token_len); in print_rpc_gss_init_arg() 354 token_len, token_len); in print_rpc_gss_init_arg() 367 unsigned int token_len, handle_len; in print_rpc_gss_init_res() local 397 token_len = getxdr_u_long(); in print_rpc_gss_init_res() 398 token = getxdr_hex(token_len); in print_rpc_gss_init_res() 401 token_len, token_len); in print_rpc_gss_init_res()
|
/titanic_44/usr/src/lib/udapl/libdat/common/ |
H A D | udat_sr_parser.c | 248 DAT_OS_SIZE token_len); 254 DAT_OS_SIZE token_len, 1129 DAT_OS_SIZE token_len; in dat_sr_read_token() local 1144 token_len = 0; in dat_sr_read_token() 1154 if (0 == token_len) { in dat_sr_read_token() 1163 if (0 == token_len) { in dat_sr_read_token() 1185 token_len++; in dat_sr_read_token() 1197 token_len++; in dat_sr_read_token() 1221 token_len, in dat_sr_read_token() 1228 token_len)) { in dat_sr_read_token() [all …]
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | strproc.c | 107 conv_strproc_extract_value(char *str, size_t token_len, int flags, in conv_strproc_extract_value() argument 113 str += token_len; in conv_strproc_extract_value()
|
/titanic_44/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | token.c | 301 unsigned int oid_len, token_len, bytes, hsize; in __get_ap_token() local 350 token_len = len - 1 - bytes - oid_len; in __get_ap_token() 353 if (input->length - hsize != token_len) in __get_ap_token() 369 xdrmem_create(&xdrs, (caddr_t)p, token_len, XDR_DECODE); in __get_ap_token()
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | krb5ssp.c | 294 long actual_len, token_len; in krb5ssp_get_reply() local 311 0, dlen, &token_len, &actual_len); in krb5ssp_get_reply()
|