Searched refs:ssh_digest_ctx (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Ddigest.h34 struct ssh_digest_ctx;
46 size_t ssh_digest_blocksize(struct ssh_digest_ctx *ctx);
49 int ssh_digest_copy_state(struct ssh_digest_ctx *from,
50 struct ssh_digest_ctx *to);
61 struct ssh_digest_ctx *ssh_digest_start(int alg);
62 int ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
64 int ssh_digest_update_buffer(struct ssh_digest_ctx *ctx,
66 int ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
68 void ssh_digest_free(struct ssh_digest_ctx *ctx);
H A Ddigest-openssl.c33 struct ssh_digest_ctx { struct
94 ssh_digest_blocksize(struct ssh_digest_ctx *ctx)
99 struct ssh_digest_ctx *
103 struct ssh_digest_ctx *ret = NULL;
120 ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to)
131 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
139 ssh_digest_update_buffer(struct ssh_digest_ctx *ctx, const struct sshbuf *b)
145 ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
162 ssh_digest_free(struct ssh_digest_ctx *ct
[all...]
H A Ddigest-libc.c39 struct ssh_digest_ctx { struct
148 ssh_digest_blocksize(struct ssh_digest_ctx *ctx)
155 struct ssh_digest_ctx *
159 struct ssh_digest_ctx *ret;
173 ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to)
184 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
195 ssh_digest_update_buffer(struct ssh_digest_ctx *ctx, const struct sshbuf *b)
201 ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
216 ssh_digest_free(struct ssh_digest_ctx *ct
[all...]
H A Dhmac.c30 struct ssh_digest_ctx *ictx;
31 struct ssh_digest_ctx *octx;
32 struct ssh_digest_ctx *digest;
H A Dsshsig.c507 struct ssh_digest_ctx *ctx = NULL;
H A Dkex.c1309 struct ssh_digest_ctx *hashctx = NULL;
H A Dsshd.c1444 static struct ssh_digest_ctx *ctx;
H A Dreadconf.c392 struct ssh_digest_ctx *md;

Completed in 243 milliseconds