Searched refs:SSH_DIGEST_MD5 (Results 1 – 10 of 10) sorted by relevance
/external/openssh/ |
D | mac.c | 65 { "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 },
|
D | digest.h | 25 #define SSH_DIGEST_MD5 0 macro
|
D | digest-openssl.c | 58 { SSH_DIGEST_MD5, "MD5", 16, EVP_md5 },
|
D | hmac.c | 147 if ((ctx = ssh_hmac_start(SSH_DIGEST_MD5)) == NULL) in hmac_test()
|
D | digest-libc.c | 62 SSH_DIGEST_MD5,
|
D | kex.c | 1011 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()
|
D | sshconnect1.c | 194 if ((md = ssh_digest_start(SSH_DIGEST_MD5)) == NULL || in respond_to_rsa_challenge()
|
D | cipher.c | 553 if ((r = ssh_digest_memory(SSH_DIGEST_MD5, in cipher_set_key_string()
|
D | ssh-agent.c | 347 if ((md = ssh_digest_start(SSH_DIGEST_MD5)) == NULL || in process_authentication_challenge1()
|
D | sshkey.c | 1164 if (dgst_alg == SSH_DIGEST_MD5) { in sshkey_fingerprint()
|