Searched refs:ssh_hmac_update (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | hmac.c | 94 ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen) in ssh_hmac_update() function 150 ssh_hmac_update(ctx, m, mlen) < 0 || in hmac_test()
|
| D | mac.c | 182 ssh_hmac_update(mac->hmac_ctx, b, sizeof(b)) < 0 || in mac_compute() 183 ssh_hmac_update(mac->hmac_ctx, data, datalen) < 0 || in mac_compute()
|
| D | hmac.h | 32 int ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen)
|
| D | hostfile.c | 139 ssh_hmac_update(ctx, host, strlen(host)) < 0 || in host_hash()
|
| /netbsd/src/crypto/external/bsd/openssh/lib/ |
| D | ssh.expsym | 410 ssh_hmac_update
|