Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dlibssh.c335 char *found_base64 = NULL; in myssh_is_known() local
464 rc = ssh_pki_export_pubkey_base64(pubkey, &found_base64); in myssh_is_known()
468 foundkey.key = found_base64; in myssh_is_known()
469 foundkey.len = strlen(found_base64); in myssh_is_known()
533 if(found_base64) { in myssh_is_known()
534 (free)(found_base64); in myssh_is_known()

Completed in 15 milliseconds