Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dhmac.h23 size_t ssh_hmac_bytes(int alg);
H A Dhmac.c38 ssh_hmac_bytes(int alg) in ssh_hmac_bytes() function
H A Dmac.c111 mac->key_len = mac->mac_len = ssh_hmac_bytes(macalg->alg); in mac_setup_by_alg()
H A Dhostfile.c107 if (ret != (int)ssh_hmac_bytes(SSH_DIGEST_SHA1)) { in extract_salt()
109 ssh_hmac_bytes(SSH_DIGEST_SHA1), ret); in extract_salt()