Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDhostfile.h49 #define CA_MARKER "@cert-authority" macro
HDssh-keygen.c1004 fprintf(f, "%s%s%s ", ca ? CA_MARKER : "", ca ? " " : "", name); in printhost()
1077 if (strncasecmp(cp, CA_MARKER, sizeof(CA_MARKER) - 1) == 0 && in do_known_hosts()
1078 (cp[sizeof(CA_MARKER) - 1] == ' ' || in do_known_hosts()
1079 cp[sizeof(CA_MARKER) - 1] == '\t')) { in do_known_hosts()
1081 cp += sizeof(CA_MARKER); in do_known_hosts()
HDhostfile.c216 if (strcmp(marker, CA_MARKER) == 0) in check_markers()
HDsshconnect.c1073 "match %s in %s:%lu", CA_MARKER, in check_host_key()