Searched refs:ssh_hmac_update (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dhmac.h31 int ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen)
H A Dhmac.c93 ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen) function
150 ssh_hmac_update(ctx, m, mlen) < 0 ||
H A Dmac.c188 ssh_hmac_update(mac->hmac_ctx, b, sizeof(b)) < 0 ||
189 ssh_hmac_update(mac->hmac_ctx, data, datalen) < 0 ||
H A Dhostfile.c143 ssh_hmac_update(ctx, host, strlen(host)) < 0 ||
H A Dssh_namespace.h616 #define ssh_hmac_update Fssh_ssh_hmac_update macro

Completed in 166 milliseconds