Home
last modified time | relevance | path

Searched refs:ssh_get_b64_unpadded (Results 1 – 2 of 2) sorted by relevance

/dports/security/libssh/libssh-0.9.6/tests/unittests/
H A Dtorture_hashes.c93 sha1 = ssh_get_b64_unpadded((unsigned char *)hash, hlen); in torture_sha1_hash()
112 sha256 = ssh_get_b64_unpadded((unsigned char *)hash, hlen); in torture_sha256_hash()
/dports/security/libssh/libssh-0.9.6/src/
H A Ddh.c680 static char *ssh_get_b64_unpadded(const unsigned char *hash, size_t len) in ssh_get_b64_unpadded() function
731 fingerprint = ssh_get_b64_unpadded(hash, len); in ssh_get_fingerprint_hash()