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

/freebsd-9.3-release/crypto/openssh/
H A Dhmac.h28 int ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen)
H A Dhmac.c64 ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen) function
149 if (ssh_hmac_init(ctx, key, klen) < 0 ||
H A Dmac.c157 ssh_hmac_init(mac->hmac_ctx, mac->key, mac->key_len) < 0)
188 if (ssh_hmac_init(mac->hmac_ctx, NULL, 0) < 0 ||
H A Dhostfile.c135 ssh_hmac_init(ctx, salt, len) < 0 ||

Completed in 45 milliseconds