Home
last modified time | relevance | path

Searched refs:ssh_hmac_init (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dhmac.c65 ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen) in ssh_hmac_init() function
149 if (ssh_hmac_init(ctx, key, klen) < 0 || in hmac_test()
H A Dmac.c146 ssh_hmac_init(mac->hmac_ctx, mac->key, mac->key_len) < 0) in mac_init()
181 if (ssh_hmac_init(mac->hmac_ctx, NULL, 0) < 0 || in mac_compute()
H A Dhmac.h30 int ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen)
H A Dhostfile.c138 ssh_hmac_init(ctx, salt, len) < 0 || in host_hash()