hash_file         103 lib/common/cib_secrets.c     char hash_file[FILENAME_MAX+1], *hash;
hash_file         167 lib/common/cib_secrets.c         strcpy(hash_file, local_file);
hash_file         168 lib/common/cib_secrets.c         if (strlen(hash_file) + 5 > FILENAME_MAX) {
hash_file         170 lib/common/cib_secrets.c                     "for the sign file: %s.sign", hash_file);
hash_file         176 lib/common/cib_secrets.c             strncat(hash_file, ".sign", 5);
hash_file         177 lib/common/cib_secrets.c             hash = read_local_file(hash_file);
hash_file         180 lib/common/cib_secrets.c                         "cannot be read from %s", rsc_id, key, hash_file);