Home
last modified time | relevance | path

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

/external/openssh/
Dssh-agent.c297 u_char buf[32], mdbuf[16], session_id[16]; in process_authentication_challenge1() local
350 ssh_digest_final(md, mdbuf, sizeof(mdbuf)) < 0) in process_authentication_challenge1()
356 (r = sshbuf_put(msg, mdbuf, sizeof(mdbuf))) != 0) in process_authentication_challenge1()