Searched refs:SSH_DIGEST_RIPEMD160 (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | mac.c | 68 { "hmac-ripemd160", SSH_DIGEST, SSH_DIGEST_RIPEMD160, 0, 0, 0, 0 }, 69 { "hmac-ripemd160@openssh.com", SSH_DIGEST, SSH_DIGEST_RIPEMD160, 0, 0, 0, 0 }, 83 { "hmac-ripemd160-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_RIPEMD160, 0, 0, 0, 1 },
|
D | digest.h | 26 #define SSH_DIGEST_RIPEMD160 1 macro
|
D | digest-openssl.c | 59 { SSH_DIGEST_RIPEMD160, "RIPEMD160", 20, EVP_ripemd160 },
|
D | digest-libc.c | 72 SSH_DIGEST_RIPEMD160,
|