Home
last modified time | relevance | path

Searched refs:F_SECURE (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/ftp/
H A Dcookie.c38 #define F_SECURE 0x01 macro
120 ck->flags |= F_SECURE; in cookie_load()
189 (secure || !(ck->flags & F_SECURE))) { in cookie_get()
/openbsd/usr.sbin/ldapd/
H A Dconn.c322 if (l->flags & F_SECURE) in conn_accept()
323 conn->s_flags |= F_SECURE; in conn_accept()
386 conn->s_flags |= F_SECURE; in conn_tls_init()
H A Dauth.c268 if ((req->conn->s_flags & F_SECURE) == 0) { in ldap_auth_sasl()
313 if ((req->conn->s_flags & F_SECURE) == 0) { in ldap_auth_simple()
H A Dldapd.h54 #define F_SECURE 0x04 macro
H A Dsearch.c531 if ((search->conn->s_flags & F_SECURE) == F_SECURE) { in ldap_search_root_dse()
H A Dparse.y153 | SECURE { $$ = F_SECURE; }
966 h->flags = F_SECURE; in host_unix()