Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds