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

/freebsd-9.3-release/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c251 uint8_t hash_key[64]; local
259 memset(hash_key, 0, sizeof(hash_key));
260 memcpy(hash_key, (uint8_t *) key, (auth ? 20 : 16));
261 key1 = (uint64_t *) hash_key;
298 memset(hash_key, 0, sizeof(hash_key));
299 memcpy(hash_key, (uint8_t *) key, (auth ? 20 : 16));
300 key1 = (uint64_t *) hash_key;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drrl.c373 hash_key(const dns_rrl_key_t *key) { function
506 hval = hash_key(&key);
582 old_bin = get_bin(hash, hash_key(&e->key));
607 hash_key(&e->key), age_str, e->responses, action);

Completed in 47 milliseconds