Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDhmac.h22 size_t ssh_hmac_bytes(int alg);
HDhmac.c39 ssh_hmac_bytes(int alg) in ssh_hmac_bytes() function
HDmac.c112 mac->key_len = mac->mac_len = ssh_hmac_bytes(macalg->alg); in mac_setup_by_alg()
HDhostfile.c106 if (ret != (int)ssh_hmac_bytes(SSH_DIGEST_SHA1)) { in extract_salt()
108 ssh_hmac_bytes(SSH_DIGEST_SHA1), ret); in extract_salt()
HDssh_namespace.h643 #define ssh_hmac_bytes Fssh_ssh_hmac_bytes macro