Searched refs:rpchdr (Results 1 – 3 of 3) sorted by relevance
300 u_char rpchdr[32 + MAX_AUTH_BYTES]; in svcauth_gss_validate() local305 memset(rpchdr, 0, sizeof(rpchdr)); in svcauth_gss_validate()313 if (sizeof(rpchdr) < (8 * BYTES_PER_XDR_UNIT + in svcauth_gss_validate()317 buf = (int32_t *)(void *)rpchdr; in svcauth_gss_validate()333 rpcbuf.value = rpchdr; in svcauth_gss_validate()334 rpcbuf.length = (u_char *)buf - rpchdr; in svcauth_gss_validate()
754 int32_t rpchdr[128 / sizeof(int32_t)]; in svc_rpc_gss_validate() local759 memset(rpchdr, 0, sizeof(rpchdr)); in svc_rpc_gss_validate()763 if (oa->oa_length > sizeof(rpchdr) - 8 * BYTES_PER_XDR_UNIT) { in svc_rpc_gss_validate()770 buf = rpchdr; in svc_rpc_gss_validate()783 rpcbuf.value = rpchdr; in svc_rpc_gss_validate()784 rpcbuf.length = (u_char *)buf - (u_char *)rpchdr; in svc_rpc_gss_validate()
1166 int32_t rpchdr[128 / sizeof(int32_t)]; in svc_rpc_gss_validate() local1171 memset(rpchdr, 0, sizeof(rpchdr)); in svc_rpc_gss_validate()1175 if (oa->oa_length > sizeof(rpchdr) - 8 * BYTES_PER_XDR_UNIT) { in svc_rpc_gss_validate()1183 buf = rpchdr; in svc_rpc_gss_validate()1196 rpcbuf.value = rpchdr; in svc_rpc_gss_validate()1197 rpcbuf.length = (u_char *)buf - (u_char *)rpchdr; in svc_rpc_gss_validate()