Searched refs:authcid (Results 1 – 4 of 4) sorted by relevance
63 const char *authcid, in Curl_auth_create_plain_message() argument74 clen = strlen(authcid); in Curl_auth_create_plain_message()91 memcpy(plainauth + zlen + 1, authcid, clen); in Curl_auth_create_plain_message()
77 const char *authcid,
19 authentication, in addition to the authentication identity (**authcid**) as23 **authcid**, but if specified, and depending on the server implementation, it
34 When not specified only the authentication identity (*authcid*) as specified36 derives a *authzid* from the *authcid* when not provided, which it then uses
Completed in 5 milliseconds