Home
last modified time | relevance | path

Searched refs:SSH_DIGEST_MD5 (Results 1 – 10 of 10) sorted by relevance

/external/openssh/
Dmac.c65 { "hmac-md5", SSH_DIGEST, SSH_DIGEST_MD5, 0, 0, 0, 0 },
66 { "hmac-md5-96", SSH_DIGEST, SSH_DIGEST_MD5, 96, 0, 0, 0 },
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 },
Ddigest.h25 #define SSH_DIGEST_MD5 0 macro
Ddigest-openssl.c58 { SSH_DIGEST_MD5, "MD5", 16, EVP_md5 },
Dhmac.c147 if ((ctx = ssh_hmac_start(SSH_DIGEST_MD5)) == NULL) in hmac_test()
Ddigest-libc.c62 SSH_DIGEST_MD5,
Dkex.c1011 if ((hashctx = ssh_digest_start(SSH_DIGEST_MD5)) == NULL) { in derive_ssh1_session_id()
1022 memcpy(id, obuf, ssh_digest_bytes(SSH_DIGEST_MD5)); in derive_ssh1_session_id()
Dsshconnect1.c194 if ((md = ssh_digest_start(SSH_DIGEST_MD5)) == NULL || in respond_to_rsa_challenge()
Dcipher.c553 if ((r = ssh_digest_memory(SSH_DIGEST_MD5, in cipher_set_key_string()
Dssh-agent.c347 if ((md = ssh_digest_start(SSH_DIGEST_MD5)) == NULL || in process_authentication_challenge1()
Dsshkey.c1164 if (dgst_alg == SSH_DIGEST_MD5) { in sshkey_fingerprint()