stored             80 lib/common/cib_secrets.c     char *stored = NULL;
stored             84 lib/common/cib_secrets.c     stored = read_file_trimmed(filename);
stored             85 lib/common/cib_secrets.c     if (stored == NULL) {
stored            100 lib/common/cib_secrets.c     crm_trace("Stored hash: %s, calculated hash: %s", stored, calculated);
stored            102 lib/common/cib_secrets.c     if (!pcmk__str_eq(stored, calculated, pcmk__str_casei)) {
stored            110 lib/common/cib_secrets.c     free(stored);