Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dhmac.c50 if ((ret->ictx = ssh_digest_start(alg)) == NULL || in ssh_hmac_start()
51 (ret->octx = ssh_digest_start(alg)) == NULL || in ssh_hmac_start()
52 (ret->digest = ssh_digest_start(alg)) == NULL) in ssh_hmac_start()
H A Ddigest-libc.c160 ssh_digest_start(int alg) in ssh_digest_start() function
238 struct ssh_digest_ctx *ctx = ssh_digest_start(alg); in ssh_digest_memory()
H A Ddigest.h60 struct ssh_digest_ctx *ssh_digest_start(int alg);
H A Ddigest-openssl.c113 ssh_digest_start(int alg) in ssh_digest_start() function
H A Dkex.c947 if ((hashctx = ssh_digest_start(kex->hash_alg)) == NULL || in derive_key()
966 if ((hashctx = ssh_digest_start(kex->hash_alg)) == NULL || in derive_key()
H A Dssh_namespace.h498 #define ssh_digest_start Fssh_ssh_digest_start macro
H A Dssh.c1288 if ((md = ssh_digest_start(SSH_DIGEST_SHA1)) == NULL || in main()
H A Dsshd.c1463 if (ctx == NULL && (ctx = ssh_digest_start(SSH_DIGEST_SHA512)) == NULL)