hash_file 99 lib/common/cib_secrets.c char hash_file[FILENAME_MAX+1], *hash; hash_file 150 lib/common/cib_secrets.c strcpy(hash_file, local_file); hash_file 151 lib/common/cib_secrets.c if (strlen(hash_file) + 5 > FILENAME_MAX) { hash_file 153 lib/common/cib_secrets.c "for the sign file: %s.sign", hash_file); hash_file 159 lib/common/cib_secrets.c strcat(hash_file, ".sign"); hash_file 160 lib/common/cib_secrets.c hash = read_local_file(hash_file); hash_file 163 lib/common/cib_secrets.c "cannot be read from %s", rsc_id, key, hash_file);