hash 1909 daemons/controld/controld_execd.c GHashTable *hash = NULL; hash 1915 daemons/controld/controld_execd.c hash = pe_unpack_versioned_parameters(versioned_attrs, metadata->ra_version); hash 1916 daemons/controld/controld_execd.c g_hash_table_iter_init(&iter, hash); hash 1921 daemons/controld/controld_execd.c g_hash_table_destroy(hash); hash 1924 daemons/controld/controld_execd.c hash = pe_unpack_versioned_parameters(versioned_attrs, metadata->ra_version); hash 1925 daemons/controld/controld_execd.c g_hash_table_iter_init(&iter, hash); hash 1935 daemons/controld/controld_execd.c g_hash_table_destroy(hash); hash 1938 daemons/controld/controld_execd.c hash = pe_unpack_versioned_parameters(versioned_attrs, metadata->ra_version); hash 1939 daemons/controld/controld_execd.c g_hash_table_iter_init(&iter, hash); hash 1944 daemons/controld/controld_execd.c g_hash_table_destroy(hash); hash 125 include/crm/common/util.h const char *crm_meta_value(GHashTable * hash, const char *field); hash 63 include/crm/lrmd_internal.h int lrmd__validate_remote_settings(lrmd_t *lrmd, GHashTable *hash); hash 218 include/crm/pengine/internal.h void add_hash_param(GHashTable * hash, const char *name, const char *value); hash 335 include/crm/pengine/internal.h pe_hash_table_lookup(GHashTable * hash, gconstpointer key) hash 337 include/crm/pengine/internal.h if (hash) { hash 338 include/crm/pengine/internal.h return g_hash_table_lookup(hash, key); hash 554 include/crm/pengine/internal.h pe_rule_eval_data_t *rule_data, GHashTable *hash, hash 49 include/crm/pengine/rules.h pe_rule_eval_data_t *rule_data, GHashTable *hash, hash 54 include/crm/pengine/rules.h GHashTable *node_hash, GHashTable *hash, hash 61 include/crm/pengine/rules.h xmlNode *hash, crm_time_t *next_change); hash 65 include/crm/pengine/rules_compat.h GHashTable *hash, const char *always_first, hash 27 lib/common/cib_secrets.c static bool check_md5_hash(char *hash, char *value); hash 41 lib/common/cib_secrets.c check_md5_hash(char *hash, char *value) hash 47 lib/common/cib_secrets.c crm_debug("hash: %s, calculated hash: %s", hash, hash2); hash 48 lib/common/cib_secrets.c if (pcmk__str_eq(hash, hash2, pcmk__str_casei)) { hash 99 lib/common/cib_secrets.c char hash_file[FILENAME_MAX+1], *hash; hash 160 lib/common/cib_secrets.c hash = read_local_file(hash_file); hash 161 lib/common/cib_secrets.c if (hash == NULL) { hash 168 lib/common/cib_secrets.c } else if (!check_md5_hash(hash, secret_value)) { hash 172 lib/common/cib_secrets.c free(hash); hash 176 lib/common/cib_secrets.c free(hash); hash 461 lib/common/utils.c crm_meta_value(GHashTable * hash, const char *field) hash 468 lib/common/utils.c value = g_hash_table_lookup(hash, key); hash 932 lib/lrmd/lrmd_client.c lrmd__validate_remote_settings(lrmd_t *lrmd, GHashTable *hash) hash 941 lib/lrmd/lrmd_client.c value = g_hash_table_lookup(hash, "stonith-watchdog-timeout"); hash 967 lib/pacemaker/pcmk_sched_promotable.c node_hash_update_one(GHashTable * hash, pe_node_t * other, const char *attr, int score) hash 981 lib/pacemaker/pcmk_sched_promotable.c g_hash_table_iter_init(&iter, hash); hash 504 lib/pengine/common.c add_hash_param(GHashTable * hash, const char *name, const char *value) hash 506 lib/pengine/common.c CRM_CHECK(hash != NULL, return); hash 515 lib/pengine/common.c } else if (g_hash_table_lookup(hash, name) == NULL) { hash 516 lib/pengine/common.c g_hash_table_insert(hash, strdup(name), strdup(value)); hash 17 lib/pengine/complex.c void populate_hash(xmlNode * nvpair_list, GHashTable * hash, const char **attrs, int attrs_length); hash 87 lib/pengine/pe_digest.c GHashTable *hash = pe_unpack_versioned_parameters(versioned_params, ra_version); hash 92 lib/pengine/pe_digest.c g_hash_table_iter_init(&iter, hash); hash 96 lib/pengine/pe_digest.c g_hash_table_destroy(hash); hash 356 lib/pengine/rules.c populate_hash(xmlNode * nvpair_list, GHashTable * hash, gboolean overwrite, xmlNode * top) hash 389 lib/pengine/rules.c old_value = g_hash_table_lookup(hash, name); hash 395 lib/pengine/rules.c g_hash_table_remove(hash, name); hash 401 lib/pengine/rules.c g_hash_table_insert(hash, strdup(name), strdup(value)); hash 406 lib/pengine/rules.c g_hash_table_replace(hash, strdup(name), strdup(value)); hash 474 lib/pengine/rules.c void *hash; hash 503 lib/pengine/rules.c populate_hash(pair->attr_set, unpack_data->hash, unpack_data->overwrite, unpack_data->top); hash 515 lib/pengine/rules.c add_versioned_attributes(pair->attr_set, unpack_data->hash); hash 584 lib/pengine/rules.c void *hash, const char *always_first, gboolean overwrite, hash 592 lib/pengine/rules.c .hash = hash, hash 606 lib/pengine/rules.c pe_rule_eval_data_t *rule_data, GHashTable *hash, hash 610 lib/pengine/rules.c unpack_nvpair_blocks(top, xml_obj, set_name, hash, always_first, hash 629 lib/pengine/rules.c GHashTable *node_hash, GHashTable *hash, hash 642 lib/pengine/rules.c pe_eval_nvpairs(top, xml_obj, set_name, &rule_data, hash, hash 649 lib/pengine/rules.c pe_rule_eval_data_t *rule_data, xmlNode *hash, hash 652 lib/pengine/rules.c unpack_nvpair_blocks(top, xml_obj, set_name, hash, NULL, FALSE, rule_data, hash 718 lib/pengine/rules.c GHashTable *hash = pcmk__strkey_table(free, free); hash 728 lib/pengine/rules.c crm_element_name(attr_set), node_hash, hash, NULL, hash 735 lib/pengine/rules.c return hash; hash 1399 lib/pengine/rules.c GHashTable *node_hash, GHashTable *hash, hash 1412 lib/pengine/rules.c unpack_nvpair_blocks(top, xml_obj, set_name, hash, always_first, hash 160 lib/pengine/utils.c node_list_exclude(GHashTable * hash, GList *list, gboolean merge_scores) hash 162 lib/pengine/utils.c GHashTable *result = hash; hash 169 lib/pengine/utils.c g_hash_table_iter_init(&iter, hash); hash 2408 lib/pengine/utils.c pe_rule_eval_data_t *rule_data, GHashTable *hash, hash 2414 lib/pengine/utils.c pe_eval_nvpairs(data_set->input, xml_obj, set_name, rule_data, hash, hash 371 maint/gnulib/lib/dfa.c size_t hash; /* Hash of the positions of this state. */ hash 2170 maint/gnulib/lib/dfa.c size_t hash = 0; hash 2177 maint/gnulib/lib/dfa.c hash ^= ind + s->elems[i].constraint; hash 2183 maint/gnulib/lib/dfa.c if (hash != d->states[i].hash || s->nelem != d->states[i].elems.nelem hash 2234 maint/gnulib/lib/dfa.c d->states[i].hash = hash; hash 533 maint/gnulib/lib/gc-gnulib.c char hash[MAX_DIGEST_SIZE]; hash 558 maint/gnulib/lib/gc-gnulib.c gc_hash_open (Gc_hash hash, Gc_hash_mode mode, gc_hash_handle * outhandle) hash 570 maint/gnulib/lib/gc-gnulib.c ctx->alg = hash; hash 573 maint/gnulib/lib/gc-gnulib.c switch (hash) hash 647 maint/gnulib/lib/gc-gnulib.c gc_hash_digest_length (Gc_hash hash) hash 651 maint/gnulib/lib/gc-gnulib.c switch (hash) hash 756 maint/gnulib/lib/gc-gnulib.c md2_finish_ctx (&ctx->md2Context, ctx->hash); hash 757 maint/gnulib/lib/gc-gnulib.c ret = ctx->hash; hash 763 maint/gnulib/lib/gc-gnulib.c md4_finish_ctx (&ctx->md4Context, ctx->hash); hash 764 maint/gnulib/lib/gc-gnulib.c ret = ctx->hash; hash 770 maint/gnulib/lib/gc-gnulib.c md5_finish_ctx (&ctx->md5Context, ctx->hash); hash 771 maint/gnulib/lib/gc-gnulib.c ret = ctx->hash; hash 777 maint/gnulib/lib/gc-gnulib.c sha1_finish_ctx (&ctx->sha1Context, ctx->hash); hash 778 maint/gnulib/lib/gc-gnulib.c ret = ctx->hash; hash 784 maint/gnulib/lib/gc-gnulib.c sha256_finish_ctx (&ctx->sha256Context, ctx->hash); hash 785 maint/gnulib/lib/gc-gnulib.c ret = ctx->hash; hash 791 maint/gnulib/lib/gc-gnulib.c sha512_finish_ctx (&ctx->sha512Context, ctx->hash); hash 792 maint/gnulib/lib/gc-gnulib.c ret = ctx->hash; hash 798 maint/gnulib/lib/gc-gnulib.c sm3_finish_ctx (&ctx->sm3Context, ctx->hash); hash 799 maint/gnulib/lib/gc-gnulib.c ret = ctx->hash; hash 819 maint/gnulib/lib/gc-gnulib.c gc_hash_buffer (Gc_hash hash, const void *in, size_t inlen, char *resbuf) hash 821 maint/gnulib/lib/gc-gnulib.c switch (hash) hash 257 maint/gnulib/lib/gc-libgcrypt.c char hash[MAX_DIGEST_SIZE]; hash 268 maint/gnulib/lib/gc-libgcrypt.c gc_hash_open (Gc_hash hash, Gc_hash_mode mode, gc_hash_handle * outhandle) hash 279 maint/gnulib/lib/gc-libgcrypt.c ctx->alg = hash; hash 282 maint/gnulib/lib/gc-libgcrypt.c switch (hash) hash 392 maint/gnulib/lib/gc-libgcrypt.c gc_hash_digest_length (Gc_hash hash) hash 396 maint/gnulib/lib/gc-libgcrypt.c switch (hash) hash 485 maint/gnulib/lib/gc-libgcrypt.c md2_finish_ctx (&ctx->md2Context, ctx->hash); hash 486 maint/gnulib/lib/gc-libgcrypt.c digest = ctx->hash; hash 493 maint/gnulib/lib/gc-libgcrypt.c sm3_finish_ctx (&ctx->sm3Context, ctx->hash); hash 494 maint/gnulib/lib/gc-libgcrypt.c digest = ctx->hash; hash 523 maint/gnulib/lib/gc-libgcrypt.c gc_hash_buffer (Gc_hash hash, const void *in, size_t inlen, char *resbuf) hash 527 maint/gnulib/lib/gc-libgcrypt.c switch (hash) hash 818 maint/gnulib/lib/gc-libgcrypt.c unsigned char *hash; hash 836 maint/gnulib/lib/gc-libgcrypt.c hash = gcry_md_read (mdh, GCRY_MD_MD5); hash 837 maint/gnulib/lib/gc-libgcrypt.c if (hash == NULL) hash 843 maint/gnulib/lib/gc-libgcrypt.c memcpy (resbuf, hash, hlen); hash 858 maint/gnulib/lib/gc-libgcrypt.c unsigned char *hash; hash 876 maint/gnulib/lib/gc-libgcrypt.c hash = gcry_md_read (mdh, GCRY_MD_SHA1); hash 877 maint/gnulib/lib/gc-libgcrypt.c if (hash == NULL) hash 883 maint/gnulib/lib/gc-libgcrypt.c memcpy (resbuf, hash, hlen); hash 898 maint/gnulib/lib/gc-libgcrypt.c unsigned char *hash; hash 916 maint/gnulib/lib/gc-libgcrypt.c hash = gcry_md_read (mdh, GCRY_MD_SHA256); hash 917 maint/gnulib/lib/gc-libgcrypt.c if (hash == NULL) hash 923 maint/gnulib/lib/gc-libgcrypt.c memcpy (resbuf, hash, hlen); hash 938 maint/gnulib/lib/gc-libgcrypt.c unsigned char *hash; hash 956 maint/gnulib/lib/gc-libgcrypt.c hash = gcry_md_read (mdh, GCRY_MD_SHA512); hash 957 maint/gnulib/lib/gc-libgcrypt.c if (hash == NULL) hash 963 maint/gnulib/lib/gc-libgcrypt.c memcpy (resbuf, hash, hlen); hash 102 maint/gnulib/lib/gc-pbkdf2.c gc_pbkdf2_hmac (Gc_hash hash, hash 110 maint/gnulib/lib/gc-pbkdf2.c switch (hash) hash 138 maint/gnulib/lib/gc.h extern Gc_rc gc_hash_open (Gc_hash hash, Gc_hash_mode mode, hash 141 maint/gnulib/lib/gc.h extern size_t gc_hash_digest_length (Gc_hash hash) hash 157 maint/gnulib/lib/gc.h gc_hash_buffer (Gc_hash hash, const void *in, size_t inlen, char *out); hash 185 maint/gnulib/lib/gc.h gc_pbkdf2_hmac (Gc_hash hash, hash 471 maint/gnulib/lib/hamt.c const void *elt, size_t hash); hash 477 maint/gnulib/lib/hamt.c size_t hash) hash 480 maint/gnulib/lib/hamt.c int i = hash & 31; hash 486 maint/gnulib/lib/hamt.c return entry_lookup (functions, subtrie->nodes[j], elt, hash >> 5); hash 492 maint/gnulib/lib/hamt.c const void *elt, size_t hash) hash 501 maint/gnulib/lib/hamt.c return subtrie_lookup (functions, (struct subtrie *) entry, elt, hash); hash 616 maint/gnulib/lib/hamt.c size_t hash, int depth, bool replace, hash 622 maint/gnulib/lib/hamt.c Hamt_entry **elt_ptr, size_t hash, int depth, bool replace, hash 626 maint/gnulib/lib/hamt.c int i = hash & 31; hash 632 maint/gnulib/lib/hamt.c = entry_insert (functions, entry, elt_ptr, hash >> 5, depth + 1, hash 658 maint/gnulib/lib/hamt.c Hamt_entry **elt_ptr, size_t hash, int depth, bool replace, hash 683 maint/gnulib/lib/hamt.c return create_populated_subtrie (new_entry, copy_entry (entry), hash, hash 688 maint/gnulib/lib/hamt.c subtrie_insert (functions, (struct subtrie *) entry, elt_ptr, hash, hash 767 maint/gnulib/lib/hamt.c size_t hash, int depth, bool shared); hash 772 maint/gnulib/lib/hamt.c Hamt_entry **elt_ptr, size_t hash, int depth, bool shared) hash 775 maint/gnulib/lib/hamt.c int i = hash & 31; hash 781 maint/gnulib/lib/hamt.c = entry_remove (functions, entry, elt_ptr, hash >> 5, depth + 1, hash 805 maint/gnulib/lib/hamt.c Hamt_entry **elt_ptr, size_t hash, int depth, bool shared) hash 819 maint/gnulib/lib/hamt.c return subtrie_remove (functions, (struct subtrie *) entry, elt_ptr, hash, hash 26 maint/gnulib/lib/regex_internal.c re_hashval_t hash); hash 30 maint/gnulib/lib/regex_internal.c re_hashval_t hash); hash 1432 maint/gnulib/lib/regex_internal.c re_hashval_t hash = nodes->nelem + context; hash 1435 maint/gnulib/lib/regex_internal.c hash += nodes->elems[i]; hash 1436 maint/gnulib/lib/regex_internal.c return hash; hash 1453 maint/gnulib/lib/regex_internal.c re_hashval_t hash; hash 1466 maint/gnulib/lib/regex_internal.c hash = calc_state_hash (nodes, 0); hash 1467 maint/gnulib/lib/regex_internal.c spot = dfa->state_table + (hash & dfa->state_hash_mask); hash 1472 maint/gnulib/lib/regex_internal.c if (hash != state->hash) hash 1479 maint/gnulib/lib/regex_internal.c new_state = create_ci_newstate (dfa, nodes, hash); hash 1501 maint/gnulib/lib/regex_internal.c re_hashval_t hash; hash 1514 maint/gnulib/lib/regex_internal.c hash = calc_state_hash (nodes, context); hash 1515 maint/gnulib/lib/regex_internal.c spot = dfa->state_table + (hash & dfa->state_hash_mask); hash 1520 maint/gnulib/lib/regex_internal.c if (state->hash == hash hash 1526 maint/gnulib/lib/regex_internal.c new_state = create_cd_newstate (dfa, nodes, context, hash); hash 1540 maint/gnulib/lib/regex_internal.c re_hashval_t hash) hash 1546 maint/gnulib/lib/regex_internal.c newstate->hash = hash; hash 1558 maint/gnulib/lib/regex_internal.c spot = dfa->state_table + (hash & dfa->state_hash_mask); hash 1595 maint/gnulib/lib/regex_internal.c re_hashval_t hash) hash 1628 maint/gnulib/lib/regex_internal.c err = register_state (dfa, newstate, hash); hash 1643 maint/gnulib/lib/regex_internal.c unsigned int context, re_hashval_t hash) hash 1706 maint/gnulib/lib/regex_internal.c err = register_state (dfa, newstate, hash); hash 515 maint/gnulib/lib/regex_internal.h re_hashval_t hash; hash 32 maint/gnulib/tests/test-gc-pbkdf2.c Gc_hash hash; hash 112 maint/gnulib/tests/test-gc-pbkdf2.c rc = gc_pbkdf2_hmac (pkcs5[i].hash,