Home
last modified time | relevance | path

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

/external/openssh/
Dhmac.c43 ssh_hmac_start(int alg) in ssh_hmac_start() function
147 if ((ctx = ssh_hmac_start(SSH_DIGEST_MD5)) == NULL) in hmac_test()
Dhmac.h26 struct ssh_hmac_ctx *ssh_hmac_start(int alg);
Dmac.c120 if ((mac->hmac_ctx = ssh_hmac_start(macalg->alg)) == NULL) in mac_setup_by_alg()
Dhostfile.c140 if ((ctx = ssh_hmac_start(SSH_DIGEST_SHA1)) == NULL || in host_hash()