Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dhmac.c52 if ((ret->ictx = ssh_digest_start(alg)) == NULL || in ssh_hmac_start()
53 (ret->octx = ssh_digest_start(alg)) == NULL || in ssh_hmac_start()
54 (ret->digest = ssh_digest_start(alg)) == NULL) in ssh_hmac_start()
H A Ddigest-libc.c174 ssh_digest_start(int alg) in ssh_digest_start() function
251 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.c114 ssh_digest_start(int alg) in ssh_digest_start() function
H A Dkex.c1080 if ((hashctx = ssh_digest_start(kex->hash_alg)) == NULL || in derive_key()
1099 if ((hashctx = ssh_digest_start(kex->hash_alg)) == NULL || in derive_key()
H A Dsshsig.c518 if ((ctx = ssh_digest_start(alg)) == NULL) { in hash_file()
H A Dsshd.c1128 if (ctx == NULL && (ctx = ssh_digest_start(SSH_DIGEST_SHA512)) == NULL) in accumulate_host_timing_secret()
H A Dreadconf.c360 if ((md = ssh_digest_start(SSH_DIGEST_SHA1)) == NULL || in ssh_connection_hash()