Searched refs:siphash_key (Results 1 – 1 of 1) sorted by relevance
664 } siphash_key; in HashInodeNumber() local671 std::vector<uint8_t> ino_hash_key(sizeof(siphash_key)); in HashInodeNumber()674 memcpy(&siphash_key, &ino_hash_key[0], sizeof(siphash_key)); in HashInodeNumber()675 siphash_key.words[0] = __le64_to_cpu(siphash_key.le_words[0]); in HashInodeNumber()676 siphash_key.words[1] = __le64_to_cpu(siphash_key.le_words[1]); in HashInodeNumber()679 << siphash_key.words[0] << ", 0x" << siphash_key.words[1] in HashInodeNumber()684 *hash = SIPHASH_24(siphash_key.words, input.bytes, sizeof(input)); in HashInodeNumber()