Searched defs:ssh_digest_ctx (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Ddigest-libc.c43 struct ssh_digest_ctx { struct
162 ssh_digest_blocksize(struct ssh_digest_ctx *ctx)
169 struct ssh_digest_ctx *
173 struct ssh_digest_ctx *ret;
187 ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to)
198 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
209 ssh_digest_update_buffer(struct ssh_digest_ctx *ctx, const struct sshbuf *b)
215 ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
230 ssh_digest_free(struct ssh_digest_ctx *ct
[all...]
H A Ddigest-openssl.c44 struct ssh_digest_ctx { struct
108 ssh_digest_blocksize(struct ssh_digest_ctx *ctx)
113 struct ssh_digest_ctx *
117 struct ssh_digest_ctx *ret;
131 ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to)
142 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
150 ssh_digest_update_buffer(struct ssh_digest_ctx *ctx, const struct sshbuf *b)
156 ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
173 ssh_digest_free(struct ssh_digest_ctx *ct
[all...]

Completed in 296 milliseconds