Searched refs:ssh_hmac_ctx (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | hmac.h | 26 struct ssh_hmac_ctx; 27 struct ssh_hmac_ctx *ssh_hmac_start(int alg); 30 int ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen) 32 int ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen) 34 int ssh_hmac_update_buffer(struct ssh_hmac_ctx *ctx, const struct sshbuf *b); 35 int ssh_hmac_final(struct ssh_hmac_ctx *ctx, u_char *d, size_t dlen) 37 void ssh_hmac_free(struct ssh_hmac_ctx *ctx);
|
| H A D | hmac.c | 28 struct ssh_hmac_ctx { struct 43 struct ssh_hmac_ctx * argument 46 struct ssh_hmac_ctx *ret; in ssh_hmac_start() 65 ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen) in ssh_hmac_init() 94 ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen) in ssh_hmac_update() 100 ssh_hmac_update_buffer(struct ssh_hmac_ctx *ctx, const struct sshbuf *b) in ssh_hmac_update_buffer() 106 ssh_hmac_final(struct ssh_hmac_ctx *ctx, u_char *d, size_t dlen) in ssh_hmac_final() 123 ssh_hmac_free(struct ssh_hmac_ctx *ctx) in ssh_hmac_free() 143 struct ssh_hmac_ctx *ctx; in hmac_test()
|
| H A D | mac.h | 40 struct ssh_hmac_ctx *hmac_ctx;
|
| H A D | hostfile.c | 119 struct ssh_hmac_ctx *ctx; in host_hash()
|