Searched refs:ssh_hmac_update (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | hmac.c | 95 ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen) in ssh_hmac_update() function 151 ssh_hmac_update(ctx, m, mlen) < 0 || in hmac_test()
|
H A D | hmac.h | 31 int ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen)
|
H A D | mac.c | 183 ssh_hmac_update(mac->hmac_ctx, b, sizeof(b)) < 0 || in mac_compute() 184 ssh_hmac_update(mac->hmac_ctx, data, datalen) < 0 || in mac_compute()
|
H A D | hostfile.c | 138 ssh_hmac_update(ctx, host, strlen(host)) < 0 || in host_hash()
|
H A D | ssh_namespace.h | 636 #define ssh_hmac_update Fssh_ssh_hmac_update macro
|