Searched refs:serverAuth (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/webdavfs-352.92.2/webdavlib/
H A Dwebdavlib.c51 CFHTTPAuthenticationRef serverAuth; // holds the authentication object for the server member in struct:callback_ctx
406 if (ctx->serverAuth == NULL) {
408 ctx->serverAuth = CFHTTPAuthenticationCreateFromResponse(kCFAllocatorDefault, ctx->response);
410 if (ctx->serverAuth != NULL) {
411 if (CFHTTPAuthenticationIsValid(ctx->serverAuth, NULL) == FALSE) {
419 if ( (done == FALSE) && (CFHTTPAuthenticationRequiresUserNameAndPassword(ctx->serverAuth) == TRUE) ) {
429 method = CFHTTPAuthenticationCopyMethod(ctx->serverAuth);
452 if (CFHTTPAuthenticationIsValid(ctx->serverAuth, NULL) == FALSE) {
453 CFRelease(ctx->serverAuth);
454 ctx->serverAuth
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dstunnel.pem15 extendedKeyUsage = serverAuth

Completed in 74 milliseconds