Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
H A Dlibssh2.c658 size_t pub_pos = 0; in ssh_check_fingerprint() local
705 while((pubkey_sha256[pub_pos] != '=') && pubkey_sha256[pub_pos]) { in ssh_check_fingerprint()
706 pub_pos++; in ssh_check_fingerprint()
718 if((pub_pos != b64_pos) || in ssh_check_fingerprint()
719 strncmp(fingerprint_b64, pubkey_sha256, pub_pos)) { in ssh_check_fingerprint()

Completed in 5 milliseconds