Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dlibssh2.c661 size_t pub_pos = 0; in ssh_check_fingerprint() local
708 while((pubkey_sha256[pub_pos] != '=') && pubkey_sha256[pub_pos]) { in ssh_check_fingerprint()
709 pub_pos++; in ssh_check_fingerprint()
721 if((pub_pos != b64_pos) || in ssh_check_fingerprint()
722 strncmp(fingerprint_b64, pubkey_sha256, pub_pos)) { in ssh_check_fingerprint()

Completed in 22 milliseconds