ssh_digest_ctx
ssh_digest_blocksize(struct ssh_digest_ctx *ctx)
struct ssh_digest_ctx *
struct ssh_digest_ctx *ret;
ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to)
ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
ssh_digest_update_buffer(struct ssh_digest_ctx *ctx, const struct sshbuf *b)
ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
ssh_digest_free(struct ssh_digest_ctx *ctx)
struct ssh_digest_ctx *ctx = ssh_digest_start(alg);
ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to)
ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
ssh_digest_update_buffer(struct ssh_digest_ctx *ctx, const struct sshbuf *b)
ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
ssh_digest_free(struct ssh_digest_ctx *ctx)
ssh_digest_blocksize(struct ssh_digest_ctx *ctx)
struct ssh_digest_ctx *
struct ssh_digest_ctx *ret;
struct ssh_digest_ctx;
size_t ssh_digest_blocksize(struct ssh_digest_ctx *ctx);
int ssh_digest_copy_state(struct ssh_digest_ctx *from,
struct ssh_digest_ctx *to);
struct ssh_digest_ctx *ssh_digest_start(int alg);
int ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
int ssh_digest_update_buffer(struct ssh_digest_ctx *ctx,
int ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
void ssh_digest_free(struct ssh_digest_ctx *ctx);
struct ssh_digest_ctx *ictx;
struct ssh_digest_ctx *octx;
struct ssh_digest_ctx *digest;
struct ssh_digest_ctx *hashctx = NULL;
struct ssh_digest_ctx *md;
static struct ssh_digest_ctx *ctx;
struct ssh_digest_ctx *ctx = NULL;