Searched refs:CA_MARKER (Results 1 – 4 of 4) sorted by relevance
49 #define CA_MARKER "@cert-authority" macro
1004 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()
216 if (strcmp(marker, CA_MARKER) == 0) in check_markers()
1073 "match %s in %s:%lu", CA_MARKER, in check_host_key()