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

/freebsd-10-stable/crypto/openssh/
H A Dhmac.h29 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.c153 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.c142 ssh_hmac_init(ctx, salt, len) < 0 ||
H A Dssh_namespace.h616 #define ssh_hmac_init Fssh_ssh_hmac_init macro

Completed in 169 milliseconds