Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dhmac.c44 ssh_hmac_start(int alg) in ssh_hmac_start() function
147 if ((ctx = ssh_hmac_start(SSH_DIGEST_MD5)) == NULL) in hmac_test()
H A Dhmac.h27 struct ssh_hmac_ctx *ssh_hmac_start(int alg);
H A Dmac.c109 if ((mac->hmac_ctx = ssh_hmac_start(macalg->alg)) == NULL) in mac_setup_by_alg()
H A Dhostfile.c137 if ((ctx = ssh_hmac_start(SSH_DIGEST_SHA1)) == NULL || in host_hash()