Home
last modified time | relevance | path

Searched refs:HTTPS_PROTO (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Dtal.c87 if (!(strncasecmp(line, HTTPS_PROTO, HTTPS_PROTO_LEN) == 0 || in tal_parse_buffer()
H A Drrdp_notification.c231 HTTPS_PROTO) && in start_snapshot_elem()
277 HTTPS_PROTO) && in start_delta_elem()
H A Dextern.h1042 #define HTTPS_PROTO "https://" macro
1043 #define HTTPS_PROTO_LEN (sizeof(HTTPS_PROTO) - 1)
H A Dcert.c576 if (strncasecmp(notify, HTTPS_PROTO, in sbgp_sia()
H A Dhttp.c482 if (strncasecmp(uri, HTTPS_PROTO, HTTPS_PROTO_LEN) != 0) { in http_parse_uri()