Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb3_encrypt.c307 size_t authlen; in smb3_decrypt_sr() local
410 authlen = SMB3_TFORM_HDR_SIZE - SMB3_NONCE_OFFS; in smb3_decrypt_sr()
415 authdata, authlen); in smb3_decrypt_sr()
419 authdata, authlen, cipherlen); in smb3_decrypt_sr()
490 size_t authlen; in smb3_encrypt_sr() local
575 authlen = SMB3_TFORM_HDR_SIZE - SMB3_NONCE_OFFS; in smb3_encrypt_sr()
580 authdata, authlen); in smb3_encrypt_sr()
584 authdata, authlen, sr->th_msglen); in smb3_encrypt_sr()
/illumos-gate/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.c82 print_rpcsec_gss_cred(int xid, int authlen) in print_rpcsec_gss_cred() argument
99 (void) showxdr_hex(authlen, "[%s]"); in print_rpcsec_gss_cred()
/illumos-gate/usr/src/boot/libsa/
H A Drpc.c65 u_int32_t authlen; /* auth length */ member
145 auth->authlen = 0; in rpc_call()
153 auth->authlen = htonl(sizeof(struct auth_unix)); in rpc_call()
189 x = ntohl(auth->authlen); in rpc_call()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c864 hc_auth_to_type(const char *auth, size_t *authlen) in hc_auth_to_type() argument
877 if (authlen) in hc_auth_to_type()
878 *authlen = len + 2; in hc_auth_to_type()
946 size_t authlen[]) in topo_fmri_strcmp_parse_auth() argument
954 authlen[i] = 0; in topo_fmri_strcmp_parse_auth()
964 authlen[type] = next - (auth + len); in topo_fmri_strcmp_parse_auth()