Searched refs:ssh_hmac_bytes (Results 1 - 4 of 4) sorted by last modified time

/freebsd-9.3-release/crypto/openssh/
H A Dhmac.c37 ssh_hmac_bytes(int alg) function
H A Dhmac.h22 size_t ssh_hmac_bytes(int alg);
H A Dhostfile.c103 if (ret != (int)ssh_hmac_bytes(SSH_DIGEST_SHA1)) {
105 ssh_hmac_bytes(SSH_DIGEST_SHA1), ret);
H A Dmac.c120 mac->key_len = mac->mac_len = ssh_hmac_bytes(macalg->alg);

Completed in 69 milliseconds