Searched refs:SSH_DIGEST_RIPEMD160 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/crypto/openssh/ |
| D | mac.c | 73 { "hmac-ripemd160", SSH_DIGEST, SSH_DIGEST_RIPEMD160, 0, 0, 0, 0 }, 74 { "hmac-ripemd160@openssh.com", SSH_DIGEST, SSH_DIGEST_RIPEMD160, 0, 0, 0, 0 }, 87 { "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 | 47 { SSH_DIGEST_RIPEMD160, "RIPEMD160", 20, EVP_ripemd160 },
|
| D | digest-libc.c | 67 SSH_DIGEST_RIPEMD160,
|