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

/freebsd-10.1-release/crypto/openssh/
H A Dhmac.h25 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.c118 if ((mac->hmac_ctx = ssh_hmac_start(macalg->alg)) == NULL)
119 fatal("ssh_hmac_start(alg=%d) failed", macalg->alg);
H A Dhostfile.c134 if ((ctx = ssh_hmac_start(SSH_DIGEST_SHA1)) == NULL ||

Completed in 51 milliseconds