Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Ddeattack.h37 int detect_attack(u_char *, u_int32_t, u_char[8]);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Ddeattack.c105 detect_attack(u_char *buf, u_int32_t len, u_char *IV) in detect_attack() function
H A Dpacket.c1071 switch (detect_attack(buffer_ptr(&input), padded_len, NULL)) { in packet_read_poll1()