Searched refs:hash_key (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c65 const char *hash_key;
614 const char *hash_key;
619 hash_key = s->name;
621 hash_key = make_hash_key(apr_pstrdup(cfg->pool, section));
623 svn_hash_sets(cfg->sections, hash_key, s);
640 o->hash_key = o->name;
642 o->hash_key = make_hash_key(apr_pstrdup(pool, option));
719 svn_hash_sets(sec->options, opt->hash_key, opt);
63 const char *hash_key; member in struct:cfg_option_t
607 const char *hash_key; local
/freebsd-10.0-release/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c235 uint8_t hash_key[64]; local
242 memset(hash_key, 0, sizeof(hash_key));
243 memcpy(hash_key, (uint8_t *) key, (auth ? 20 : 16));
244 key1 = (uint64_t *) hash_key;
280 memset(hash_key, 0, sizeof(hash_key));
281 memcpy(hash_key, (uint8_t *) key, (auth ? 20 : 16));
282 key1 = (uint64_t *) hash_key;

Completed in 65 milliseconds