Home
last modified time | relevance | path

Searched refs:HTTP_TRUST_OK (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dtls.c73 return (HTTP_TRUST_OK); in httpCredentialsGetTrust()
Dtestcreds.c77 if (trust == HTTP_TRUST_OK) in main()
Dtls-gnutls.c451 http_trust_t trust = HTTP_TRUST_OK; in httpCredentialsGetTrust()
581 if (trust != HTTP_TRUST_OK) in httpCredentialsGetTrust()
591 if (trust == HTTP_TRUST_OK && !cg->expired_certs) in httpCredentialsGetTrust()
604 if (trust == HTTP_TRUST_OK && !cg->any_root && cupsArrayCount(credentials) == 1) in httpCredentialsGetTrust()
Dtls-darwin.c596 http_trust_t trust = HTTP_TRUST_OK; in httpCredentialsGetTrust()
722 if (trust != HTTP_TRUST_OK) in httpCredentialsGetTrust()
732 …if (trust == HTTP_TRUST_OK && !cg->expired_certs && !SecCertificateIsValid(secCert, CFAbsoluteTime… in httpCredentialsGetTrust()
738 if (trust == HTTP_TRUST_OK && !cg->any_root && cupsArrayCount(credentials) == 1) in httpCredentialsGetTrust()
Dhttp.h344 HTTP_TRUST_OK = 0, /* Credentials are OK/trusted */ enumerator
Dtesthttp.c701 if (trust != HTTP_TRUST_OK) in main()
Dtls-sspi.c246 http_trust_t trust = HTTP_TRUST_OK; /* Level of trust */ in httpCredentialsGetTrust()