HomeSort by relevance Sort by last modified time
    Searched refs:http_trust_t (Results 1 - 7 of 7) sorted by null

  /external/libcups/cups/
tls.c 73 http_trust_t
testcreds.c 37 http_trust_t trust; /* Trust evaluation for connection */
http.h 351 } http_trust_t; typedef in typeref:enum:http_trust_e
627 extern http_trust_t httpCredentialsGetTrust(cups_array_t *credentials, const char *common_name) _CUPS_API_2_0;
tls-gnutls.c 424 http_trust_t /* O - Level of trust */
429 http_trust_t trust = HTTP_TRUST_OK;
    [all...]
testhttp.c 629 http_trust_t trust = httpCredentialsGetTrust(creds, hostname);
tls-darwin.c 595 http_trust_t /* O - Level of trust */
601 http_trust_t trust = HTTP_TRUST_OK;
    [all...]
tls-sspi.c 245 http_trust_t /* O - Level of trust */
250 http_trust_t trust = HTTP_TRUST_OK; /* Level of trust */
    [all...]

Completed in 112 milliseconds