HomeSort by relevance Sort by last modified time
    Searched defs:etm (Results 1 - 2 of 2) sorted by null

  /external/openssh/
mac.h 38 int etm; /* Encrypt-then-MAC */ member in struct:sshmac
mac.c 54 int etm; /* Encrypt-then-MAC */ member in struct:macalg
75 { "hmac-sha1-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA1, 0, 0, 0, 1 },
76 { "hmac-sha1-96-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA1, 96, 0, 0, 1 },
78 { "hmac-sha2-256-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA256, 0, 0, 0, 1 },
79 { "hmac-sha2-512-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA512, 0, 0, 0, 1 },
81 { "hmac-md5-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_MD5, 0, 0, 0, 1 },
82 { "hmac-md5-96-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_MD5, 96, 0, 0, 1 },
83 { "hmac-ripemd160-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_RIPEMD160, 0, 0, 0, 1 },
84 { "umac-64-etm@openssh.com", SSH_UMAC, 0, 0, 128, 64, 1 },
85 { "umac-128-etm@openssh.com", SSH_UMAC128, 0, 0, 128, 128, 1 }
    [all...]

Completed in 42 milliseconds