sigfile 70 daemons/based/based_io.c retrieveCib(const char *filename, const char *sigfile) sigfile 73 daemons/based/based_io.c int rc = cib_file_read_and_verify(filename, sigfile, &root); sigfile 76 daemons/based/based_io.c crm_info("Loaded CIB from %s (with digest %s)", filename, sigfile); sigfile 79 daemons/based/based_io.c filename, sigfile, pcmk_strerror(rc)); sigfile 83 daemons/based/based_io.c cib_rename(sigfile); sigfile 160 daemons/based/based_io.c char *sigfile = NULL; sigfile 170 daemons/based/based_io.c sigfile = crm_strdup_printf("%s.sig", file); sigfile 172 daemons/based/based_io.c || pcmk__daemon_can_write(dir, sigfile) == FALSE) { sigfile 178 daemons/based/based_io.c sigfilepath = crm_strdup_printf("%s/%s", dir, sigfile); sigfile 179 daemons/based/based_io.c free(sigfile); sigfile 200 daemons/based/based_io.c sigfile = crm_strdup_printf("%s.sig", filename); sigfile 202 daemons/based/based_io.c rc = cib_file_read_and_verify(filename, sigfile, &root); sigfile 205 daemons/based/based_io.c filename, sigfile); sigfile 209 daemons/based/based_io.c filename, sigfile, pcmk_strerror(rc)); sigfile 214 daemons/based/based_io.c free(sigfile); sigfile 260 include/crm/cib/internal.h int cib_file_read_and_verify(const char *filename, const char *sigfile, sigfile 705 lib/cib/cib_file.c cib_file_verify_digest(xmlNode *root, const char *sigfile) sigfile 709 lib/cib/cib_file.c int rc = pcmk__file_contents(sigfile, &expected); sigfile 714 lib/cib/cib_file.c crm_err("On-disk digest at %s is empty", sigfile); sigfile 719 lib/cib/cib_file.c crm_warn("No on-disk digest present at %s", sigfile); sigfile 723 lib/cib/cib_file.c sigfile, pcmk_rc_str(rc)); sigfile 747 lib/cib/cib_file.c cib_file_read_and_verify(const char *filename, const char *sigfile, xmlNode **root) sigfile 777 lib/cib/cib_file.c if (sigfile == NULL) { sigfile 778 lib/cib/cib_file.c sigfile = local_sigfile = crm_strdup_printf("%s.sig", filename); sigfile 782 lib/cib/cib_file.c if (cib_file_verify_digest(local_root, sigfile) == FALSE) {