Searched refs:ssh_hmac_update (Results 1 – 4 of 4) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | hmac.c | 93 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()
|
| HD | mac.c | 189 ssh_hmac_update(mac->hmac_ctx, b, sizeof(b)) < 0 || in mac_compute() 190 ssh_hmac_update(mac->hmac_ctx, data, datalen) < 0 || in mac_compute()
|
| HD | hmac.h | 30 int ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen)
|
| HD | hostfile.c | 136 ssh_hmac_update(ctx, host, strlen(host)) < 0 || in host_hash()
|