ssh_hmac_ctx
ssh_hmac_final(struct ssh_hmac_ctx *ctx, u_char *d, size_t dlen)
ssh_hmac_free(struct ssh_hmac_ctx *ctx)
struct ssh_hmac_ctx *ctx;
struct ssh_hmac_ctx *
struct ssh_hmac_ctx *ret;
ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen)
ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen)
ssh_hmac_update_buffer(struct ssh_hmac_ctx *ctx, const struct sshbuf *b)
struct ssh_hmac_ctx;
struct ssh_hmac_ctx *ssh_hmac_start(int alg);
int ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen)
int ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen)
int ssh_hmac_update_buffer(struct ssh_hmac_ctx *ctx, const struct sshbuf *b);
int ssh_hmac_final(struct ssh_hmac_ctx *ctx, u_char *d, size_t dlen)
void ssh_hmac_free(struct ssh_hmac_ctx *ctx);
struct ssh_hmac_ctx *ctx;
struct ssh_hmac_ctx *hmac_ctx;