crypto/openssh/mac.c
150
case SSH_UMAC:
crypto/openssh/mac.c
188
case SSH_UMAC:
crypto/openssh/mac.c
230
if (mac->type == SSH_UMAC) {
crypto/openssh/mac.c
66
{ "umac-64@openssh.com", SSH_UMAC, 0, 0, 128, 64, 0 },
crypto/openssh/mac.c
76
{ "umac-64-etm@openssh.com", SSH_UMAC, 0, 0, 128, 64, 1 },