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

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c68 const char *hash_key;
642 const char *hash_key;
647 hash_key = s->name;
649 hash_key = make_hash_key(apr_pstrdup(cfg->pool, section));
651 svn_hash_sets(cfg->sections, hash_key, s);
668 o->hash_key = o->name;
670 o->hash_key = make_hash_key(apr_pstrdup(pool, option));
785 svn_hash_sets(sec->options, opt->hash_key, opt);
66 const char *hash_key; member in struct:cfg_option_t
635 const char *hash_key; local
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dreps.c274 hash_key(const char *data) function
372 hash_key_t key = hash_key(text->data + offset);
468 hash_key_t key = hash_key(builder->text->data + offset);
506 hash_key_t key = hash_key(current);
/freebsd-11.0-release/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h339 uint8_t hash_key[UPT1_RSS_MAX_KEY_SIZE]; member in struct:vmxnet3_rss_shared
H A Dif_vmx.c1646 memcpy(rss->hash_key, rss_key, UPT1_RSS_MAX_KEY_SIZE);
/freebsd-11.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 190 milliseconds