Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dhmac.c45 ssh_hmac_start(int alg) in ssh_hmac_start() function
148 if ((ctx = ssh_hmac_start(SSH_DIGEST_MD5)) == NULL) in hmac_test()
H A Dhmac.h26 struct ssh_hmac_ctx *ssh_hmac_start(int alg);
H A Dmac.c110 if ((mac->hmac_ctx = ssh_hmac_start(macalg->alg)) == NULL) in mac_setup_by_alg()
H A Dhostfile.c136 if ((ctx = ssh_hmac_start(SSH_DIGEST_SHA1)) == NULL || in host_hash()