Lines Matching defs:sensitive_data
121 } sensitive_data;
620 if (sensitive_data.host_keys[i] != NULL &&
621 (r = sshkey_private_serialize(sensitive_data.host_keys[i],
627 if (sensitive_data.host_pubkeys[i] != NULL) {
628 if ((r = sshkey_puts(sensitive_data.host_pubkeys[i],
636 if (sensitive_data.host_certificates[i] != NULL) {
638 sensitive_data.host_certificates[i],
1320 sensitive_data.have_ssh2_key = 0;
1383 sensitive_data.host_keys = xcalloc(options.num_host_key_files,
1385 sensitive_data.host_pubkeys = xcalloc(options.num_host_key_files,
1446 sensitive_data.host_keys[i] = key;
1447 sensitive_data.host_pubkeys[i] = pubkey;
1459 sensitive_data.host_keys[i] = NULL;
1460 sensitive_data.host_pubkeys[i] = NULL;
1473 sensitive_data.have_ssh2_key = 1;
1484 if (!sensitive_data.have_ssh2_key) {
1493 sensitive_data.host_certificates = xcalloc(options.num_host_key_files,
1496 sensitive_data.host_certificates[i] = NULL;
1516 sensitive_data.host_pubkeys[j])) {
1517 sensitive_data.host_certificates[j] = key;
1527 sensitive_data.host_certificates[j] = key;