HomeSort by: relevance | last modified time | path
    Searched refs:ssh_hmac_start (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
hmac.h 27 struct ssh_hmac_ctx *ssh_hmac_start(int alg);
hmac.c 44 ssh_hmac_start(int alg) function
147 if ((ctx = ssh_hmac_start(SSH_DIGEST_MD5)) == NULL)
148 printf("ssh_hmac_start failed");
mac.c 101 if ((mac->hmac_ctx = ssh_hmac_start(macalg->alg)) == NULL)
hostfile.c 138 if ((ctx = ssh_hmac_start(SSH_DIGEST_SHA1)) == NULL ||

Completed in 16 milliseconds