HomeSort by relevance Sort by last modified time
    Searched defs:httpCredentialsAreValidForName (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
tls.c 61 httpCredentialsAreValidForName(cups_array_t *credentials, const char *common_name)
tls-darwin.c 527 * 'httpCredentialsAreValidForName()' - Return whether the credentials are valid for the given name.
533 httpCredentialsAreValidForName(
664 else if (!httpCredentialsAreValidForName(credentials, common_name))
688 else if (cg->validate_certs && !httpCredentialsAreValidForName(credentials, common_name))
997 if (!httpCredentialsAreValidForName(credentials, common_name))
    [all...]
tls-gnutls.c 360 * 'httpCredentialsAreValidForName()' - Return whether the credentials are valid for the given name.
366 httpCredentialsAreValidForName(
496 else if (!httpCredentialsAreValidForName(credentials, common_name))
520 else if (cg->validate_certs && !httpCredentialsAreValidForName(credentials, common_name))
    [all...]
tls-sspi.c 175 * 'httpCredentialsAreValidForName()' - Return whether the credentials are valid for the given name.
181 httpCredentialsAreValidForName(
    [all...]

Completed in 80 milliseconds