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

/freebsd-10-stable/crypto/openssh/
H A Dhmac.h26 struct ssh_hmac_ctx *ssh_hmac_start(int alg);
H A Dhmac.c43 ssh_hmac_start(int alg) function
147 if ((ctx = ssh_hmac_start(SSH_DIGEST_MD5)) == NULL)
148 printf("ssh_hmac_start failed");
H A Dmac.c116 if ((mac->hmac_ctx = ssh_hmac_start(macalg->alg)) == NULL)
H A Dhostfile.c141 if ((ctx = ssh_hmac_start(SSH_DIGEST_SHA1)) == NULL ||
H A Dssh_namespace.h617 #define ssh_hmac_start Fssh_ssh_hmac_start macro

Completed in 113 milliseconds