Lines Matching refs:uint32_t

59 typedef uint32_t OM_uint32;
104 uint32_t type; // See defines below
105 uint32_t keybytes; // Session key length bytes;
106 uint32_t hash_len;
133 uint32_t gss_clnt_flags; // Flag bits - see below
137 uint32_t gss_clnt_prinlen; // Length of principal
140 uint32_t gss_clnt_proc; // Current GSS proc for cred
141 uint32_t gss_clnt_seqnum; // GSS sequence number
142 uint32_t gss_clnt_service; // Indicates krb5, krb5i or krb5p
144 uint32_t gss_clnt_handle_len; // Size of server's ctx handle
146 uint32_t gss_clnt_seqwin; // Server's seq num window
147 uint32_t *gss_clnt_seqbits; // Bitmap to track seq numbers in use
151 uint32_t gss_clnt_svcnamlen; // Service name length
156 uint32_t gss_clnt_tokenlen; // Length of token
158 uint32_t gss_clnt_gssd_flags; // Special flag bits to gssd
159 uint32_t gss_clnt_major; // GSS major result from gssd or server
160 uint32_t gss_clnt_minor; // GSS minor result from gssd or server
181 uint32_t gss_svc_handle; // Identifies server context to client
182 uint32_t gss_svc_refcnt; // Reference count
183 uint32_t gss_svc_proc; // Current GSS proc from cred
186 uint32_t gss_svc_ngroups; // Count of gids
188 uint32_t gss_svc_seqmax; // Current max GSS sequence number
189 uint32_t gss_svc_seqwin; // GSS sequence number window
190 uint32_t *gss_svc_seqbits; // Bitmap to track seq numbers
194 uint32_t gss_svc_tokenlen; // Length of token
196 uint32_t gss_svc_major; // GSS major result from gssd
197 uint32_t gss_svc_minor; // GSS minor result from gssd
225 uint32_t, uint32_t, uint32_t *);