Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dhmac.c88 if (ssh_digest_copy_state(ctx->ictx, ctx->digest) < 0) in ssh_hmac_init()
115 if (ssh_digest_copy_state(ctx->octx, ctx->digest) < 0 || in ssh_hmac_final()
H A Ddigest.h48 int ssh_digest_copy_state(struct ssh_digest_ctx *from,
H A Ddigest-openssl.c134 ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to) in ssh_digest_copy_state() function
H A Ddigest-libc.c190 ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to) in ssh_digest_copy_state() function
H A Dssh_namespace.h582 #define ssh_digest_copy_state Fssh_ssh_digest_copy_state macro