Home
last modified time | relevance | path

Searched refs:HASH_ENTRYSIZE (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Ddeattack.c56 #define HASH_ENTRYSIZE (2) macro
108 static u_int32_t n = HASH_MINSIZE / HASH_ENTRYSIZE; in detect_attack()
124 h = (u_int16_t *) xmalloc(n * HASH_ENTRYSIZE); in detect_attack()
128 h = (u_int16_t *) xrealloc(h, n * HASH_ENTRYSIZE); in detect_attack()
151 memset(h, HASH_UNUSEDCHAR, n * HASH_ENTRYSIZE); in detect_attack()