Searched refs:http_gnutls_create_credential (Results 1 – 1 of 1) sorted by relevance
45 static gnutls_x509_crt_t http_gnutls_create_credential(http_credential_t *credential);374 cert = http_gnutls_create_credential((http_credential_t *)cupsArrayFirst(credentials)); in httpCredentialsAreValidForName()443 …if ((cert = http_gnutls_create_credential((http_credential_t *)cupsArrayFirst(credentials))) == NU… in httpCredentialsGetTrust()608 cert = http_gnutls_create_credential((http_credential_t *)cupsArrayFirst(credentials)); in httpCredentialsGetExpiration()644 (cert = http_gnutls_create_credential(first)) != NULL) in httpCredentialsString()868 http_gnutls_create_credential( in http_gnutls_create_credential() function