Searched refs:SSH_UMAC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dmac.c50 #define SSH_UMAC 2 /* UMAC (not integrated with OpenSSL) */ macro
75 { "umac-64@openssh.com", SSH_UMAC, NULL, 0, 128, 64, 0 },
88 { "umac-64-etm@openssh.com", SSH_UMAC, NULL, 0, 128, 64, 1 },
163 case SSH_UMAC:
196 case SSH_UMAC:
215 if (mac->type == SSH_UMAC) {

Completed in 71 milliseconds