Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dhmac.c87 if (ssh_digest_copy_state(ctx->ictx, ctx->digest) < 0) in ssh_hmac_init()
114 if (ssh_digest_copy_state(ctx->octx, ctx->digest) < 0 || in ssh_hmac_final()
Ddigest.h49 int ssh_digest_copy_state(struct ssh_digest_ctx *from,
Ddigest-openssl.c131 ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to) in ssh_digest_copy_state() function
Ddigest-libc.c187 ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to) in ssh_digest_copy_state() function
Dssh_namespace.h587 #define ssh_digest_copy_state Fssh_ssh_digest_copy_state macro