-/* $OpenBSD: toeplitz.h,v 1.5 2021/02/21 15:56:25 deraadt Exp $ */
+/* $OpenBSD: toeplitz.h,v 1.6 2021/02/24 12:33:22 dlg Exp $ */
/*
* Copyright (c) 2019 David Gwynne <dlg@openbsd.org>
extern const struct stoeplitz_cache *const stoeplitz_cache;
#define stoeplitz_n16(_n16) \
- stoeplitz_cache_n16(stoeplitz_cache, (_n16))
+ stoeplitz_hash_n16(stoeplitz_cache, (_n16))
#define stoeplitz_h16(_h16) \
- stoeplitz_cache_h16(stoeplitz_cache, (_h16))
+ stoeplitz_hash_h16(stoeplitz_cache, (_h16))
#define stoeplitz_port(_p) stoeplitz_n16((_p))
#define stoeplitz_ip4(_sa4, _da4) \
stoeplitz_hash_ip4(stoeplitz_cache, (_sa4), (_da4))