Searched refs:pub_pos (Results 1 – 1 of 1) sorted by relevance
662 size_t pub_pos = 0; in ssh_check_fingerprint() local709 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 9 milliseconds