Searched refs:auth_len (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svc_auth_loopb.c | 61 uint_t auth_len; in __svcauth_loopback() local 70 auth_len = msg->rm_call.cb_cred.oa_length; in __svcauth_loopback() 71 if (auth_len == 0) in __svcauth_loopback() 81 if (str_len > auth_len) in __svcauth_loopback() 96 if ((5 + gid_len) * BYTES_PER_XDR_UNIT + str_len > auth_len) in __svcauth_loopback()
|
H A D | svc_auth_sys.c | 75 uint_t auth_len; in __svcauth_sys() local 84 auth_len = msg->rm_call.cb_cred.oa_length; in __svcauth_sys() 85 if (auth_len == 0) in __svcauth_sys() 112 if ((5 + gid_len) * BYTES_PER_XDR_UNIT + str_len > auth_len) in __svcauth_sys()
|
/titanic_44/usr/src/uts/common/rpc/sec/ |
H A D | svc_authu.c | 81 uint_t auth_len; in _svcauth_unix() local 91 auth_len = msg->rm_call.cb_cred.oa_length; in _svcauth_unix() 92 if (auth_len == 0) in _svcauth_unix() 119 if ((5 + gid_len) * BYTES_PER_XDR_UNIT + str_len > auth_len) in _svcauth_unix()
|
/titanic_44/usr/src/lib/libsecdb/common/ |
H A D | chkauthattr.c | 294 size_t auth_len, const char *auth_noun) in _auth_match_noun() argument 316 } else if ((auth_len == pattern_len) && in _auth_match_noun() 355 size_t auth_len; in _is_authorized() local 358 auth_len = strlen(authname); in _is_authorized() 362 auth_len -= noun_len; in _is_authorized() 373 auth_len, authname_noun)) { in _is_authorized()
|
/titanic_44/usr/src/uts/common/smbsrv/ndl/ |
H A D | rpcpdu.ndl | 501 /* nn = frag_len - sizeof(common_header) - auth_len */ 521 /* nn = frag_len - sizeof(common_header) - auth_len */ 554 /* nn = frag_len - sizeof(common_header) - auth_len */
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ipsecesp.c | 2073 uint_t auth_offset, msg_len, auth_len; in esp_submit_req_inbound() local 2157 auth_len = msg_len - auth_offset - icv_len; in esp_submit_req_inbound() 2162 esp_mp, auth_offset, auth_len); in esp_submit_req_inbound() 2199 esp_mp, auth_offset, auth_len, in esp_submit_req_inbound() 2395 uint_t auth_len; in esp_submit_req_outbound() local 2487 auth_len = payload_len + iv_len + sizeof (esph_t); in esp_submit_req_outbound() 2492 esp_mp, esph_offset, auth_len); in esp_submit_req_outbound() 2558 esp_mp, MBLKL(esp_mp), payload_len, esph_offset, auth_len); in esp_submit_req_outbound()
|