Home | History | Annotate | Download | only in lib

Lines Matching full:identity

130   SEC_WINNT_AUTH_IDENTITY identity;
186 /* Populate our identity structure */
187 result = Curl_create_sspi_identity(userp, passwdp, &identity);
196 /* Allow proper cleanup of the identity structure */
197 p_identity = &identity;
262 /* Free the identity structure */
280 * This is used to populate the domain in a SSPI identity structure
287 * identity [in/out] - The identity structure.
292 SEC_WINNT_AUTH_IDENTITY *identity)
297 if(!identity->Domain || !identity->DomainLength) {
310 /* Setup identity's domain and length */
319 identity->Domain = dup_domain.tbyte_ptr;
320 identity->DomainLength = curlx_uztoul(_tcslen(dup_domain.tchar_ptr));
412 SEC_WINNT_AUTH_IDENTITY identity;
442 /* Populate our identity structure */
443 if(Curl_create_sspi_identity(userp, passwdp, &identity))
446 /* Populate our identity domain */
448 &identity))
451 /* Allow proper cleanup of the identity structure */
452 p_identity = &identity;
532 /* Free the identity structure */
613 /* Populate our identity structure */
614 result = Curl_create_sspi_identity(userp, passwdp, &ntlm->identity);
618 /* Allow proper cleanup of the identity structure */
619 ntlm->p_identity = &ntlm->identity;
823 /* Free our identity */
906 /* Populate our identity structure */
907 result = Curl_create_sspi_identity(userp, passwdp, &krb5->identity);
911 /* Allow proper cleanup of the identity structure */
912 krb5->p_identity = &krb5->identity;
1167 message size and authorization identity including the 0x00 based
1169 identity is not terminated with the zero-valued (%x00) octet." it seems
1268 /* Free our identity */