Searched refs:ssh_digest_start (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Ddigest.h60 struct ssh_digest_ctx *ssh_digest_start(int alg);
H A Dhmac.c50 if ((ret->ictx = ssh_digest_start(alg)) == NULL ||
51 (ret->octx = ssh_digest_start(alg)) == NULL ||
52 (ret->digest = ssh_digest_start(alg)) == NULL)
H A Ddigest-libc.c160 ssh_digest_start(int alg) function
238 struct ssh_digest_ctx *ctx = ssh_digest_start(alg);
H A Ddigest-openssl.c113 ssh_digest_start(int alg) function
H A Dkex.c947 if ((hashctx = ssh_digest_start(kex->hash_alg)) == NULL ||
966 if ((hashctx = ssh_digest_start(kex->hash_alg)) == NULL ||
H A Dssh_namespace.h502 #define ssh_digest_start Fssh_ssh_digest_start macro
H A Dssh.c1294 if ((md = ssh_digest_start(SSH_DIGEST_SHA1)) == NULL ||
H A Dsshd.c1456 if (ctx == NULL && (ctx = ssh_digest_start(SSH_DIGEST_SHA512)) == NULL)
1457 fatal("%s: ssh_digest_start", __func__);

Completed in 161 milliseconds