Lines Matching refs:acp
526 AuthContextPtr acp = client->auth;
529 if (acp != NULL && acp->authname != NULL && acp->authdata != NULL &&
530 (!strcmp(AUTH1_NAME, acp->authname) ||
531 !strcmp(AUTH2_NAME, acp->authname)) &&
532 (len1 = strlen(acp->authname) + 1) +
533 (len2 = strlen(acp->authdata) + 1) + 2 * sizeof(short) <= 1024)
540 memmove( p, acp->authname, len1);
542 memmove( p, acp->authdata, len2);