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

  /external/openssh/
hmac.h 22 size_t ssh_hmac_bytes(int alg);
hmac.c 37 ssh_hmac_bytes(int alg) function
mac.c 120 mac->key_len = mac->mac_len = ssh_hmac_bytes(macalg->alg);
hostfile.c 110 if (ret != (int)ssh_hmac_bytes(SSH_DIGEST_SHA1)) {
112 ssh_hmac_bytes(SSH_DIGEST_SHA1), ret);

Completed in 85 milliseconds