Home
last modified time | relevance | path

Searched refs:SSH_DIGEST_RIPEMD160 (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dmac.c68 { "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 },
Ddigest.h26 #define SSH_DIGEST_RIPEMD160 1 macro
Ddigest-openssl.c59 { SSH_DIGEST_RIPEMD160, "RIPEMD160", 20, EVP_ripemd160 },
Ddigest-libc.c72 SSH_DIGEST_RIPEMD160,