OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:host_pubkeys
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sshd-auth.c
144
struct sshkey **
host_pubkeys
; /* all public host keys */
variable in typeref:struct:sshkey
262
key =
host_pubkeys
[i];
321
key =
host_pubkeys
[i];
360
return
host_pubkeys
[ind];
375
if (key ==
host_pubkeys
[i] ||
376
(compare &&
host_pubkeys
[i] &&
377
sshkey_equal(key,
host_pubkeys
[i])))
409
host_pubkeys
= xrecallocarray(
host_pubkeys
,
410
num_keys, num_keys + 1, sizeof(*
host_pubkeys
));
[
all
...]
sshd-session.c
188
struct sshkey **
host_pubkeys
; /* all public host keys */
member in struct:__anon1
312
if (sensitive_data.
host_pubkeys
[i] != NULL) {
313
if ((r = sshkey_puts(sensitive_data.
host_pubkeys
[i],
462
key = sensitive_data.
host_pubkeys
[i];
508
return (sensitive_data.
host_pubkeys
[ind]);
528
if (key == sensitive_data.
host_pubkeys
[i] ||
529
(compare && sensitive_data.
host_pubkeys
[i] &&
530
sshkey_equal(key, sensitive_data.
host_pubkeys
[i])))
615
sizeof(*sensitive_data.
host_pubkeys
));
616
sensitive_data.
host_pubkeys
= xrecallocarray
[
all
...]
sshd.c
140
struct sshkey **
host_pubkeys
; /* all public host keys */
member in struct:__anon193
684
if (sensitive_data.
host_pubkeys
[i] != NULL) {
685
if ((r = sshkey_puts(sensitive_data.
host_pubkeys
[i],
1547
sensitive_data.
host_pubkeys
= xcalloc(options.num_host_key_files,
1609
sensitive_data.
host_pubkeys
[i] = pubkey;
1622
sensitive_data.
host_pubkeys
[i] = NULL;
1676
sensitive_data.
host_pubkeys
[j])) {
Completed in 15 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026