Home
last modified time | relevance | path

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

/external/libcups/cups/
Dusersys.c76 any_root, /* Allow any (e.g., self-signed) root */ member
1041 if (cg->any_root < 0) in _cupsSetDefaults()
1042 cg->any_root = cc.any_root; in _cupsSetDefaults()
1133 cc->any_root = cups_boolean_value(value); in cups_finalize_client_conf()
1162 if (cc->any_root < 0) in cups_finalize_client_conf()
1163 cc->any_root = 1; in cups_finalize_client_conf()
1275 cc->any_root = -1; in cups_init_client_conf()
1290 cc->any_root = bval; in cups_init_client_conf()
1376 cc->any_root = cups_boolean_value(value); in cups_read_client_conf()
Dcups-private.h187 any_root, /* Allow any (e.g., self-signed) root */ member
Dglobals.c204 cg->any_root = -1; in cups_globals_alloc()
Dtls-gnutls.c471 if (cg->any_root < 0) in httpCredentialsGetTrust()
604 if (trust == HTTP_TRUST_OK && !cg->any_root && cupsArrayCount(credentials) == 1) in httpCredentialsGetTrust()
Dtls-darwin.c615 if (cg->any_root < 0) in httpCredentialsGetTrust()
738 if (trust == HTTP_TRUST_OK && !cg->any_root && cupsArrayCount(credentials) == 1) in httpCredentialsGetTrust()
Dtls-sspi.c259 if (cg->any_root < 0) in httpCredentialsGetTrust()
262 if (cg->any_root) in httpCredentialsGetTrust()