authenticated     268 daemons/based/based_remote.c     if (client->remote->authenticated == TRUE) {
authenticated     472 daemons/based/based_remote.c     int timeout = client->remote->authenticated ? -1 : 1000;
authenticated     510 daemons/based/based_remote.c     if (client->remote->authenticated == FALSE) {
authenticated     521 daemons/based/based_remote.c         client->remote->authenticated = TRUE;
authenticated     108 include/crm/common/ipc_internal.h     bool authenticated;