Lines Matching refs:sensitive_data
143 } sensitive_data;
677 if (sensitive_data.host_keys[i] != NULL &&
678 (r = sshkey_private_serialize(sensitive_data.host_keys[i],
684 if (sensitive_data.host_pubkeys[i] != NULL) {
685 if ((r = sshkey_puts(sensitive_data.host_pubkeys[i],
693 if (sensitive_data.host_certificates[i] != NULL) {
695 sensitive_data.host_certificates[i],
1474 sensitive_data.have_ssh2_key = 0;
1545 sensitive_data.host_keys = xcalloc(options.num_host_key_files,
1547 sensitive_data.host_pubkeys = xcalloc(options.num_host_key_files,
1608 sensitive_data.host_keys[i] = key;
1609 sensitive_data.host_pubkeys[i] = pubkey;
1621 sensitive_data.host_keys[i] = NULL;
1622 sensitive_data.host_pubkeys[i] = NULL;
1633 sensitive_data.have_ssh2_key = 1;
1644 if (!sensitive_data.have_ssh2_key) {
1653 sensitive_data.host_certificates = xcalloc(options.num_host_key_files,
1656 sensitive_data.host_certificates[i] = NULL;
1676 sensitive_data.host_pubkeys[j])) {
1677 sensitive_data.host_certificates[j] = key;
1687 sensitive_data.host_certificates[j] = key;