Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c286 int cert_type = LDAPSSL_CERT_FILETYPE_B64; in Curl_ldap()
289 cert_type = LDAPSSL_CERT_FILETYPE_DER; in Curl_ldap()
292 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM")); in Curl_ldap()
297 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"), in Curl_ldap()
299 rc = ldapssl_add_trusted_cert(ldap_ca, cert_type); in Curl_ldap()
302 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"), in Curl_ldap()
/external/curl/src/
Dtool_cfgable.h109 char *cert_type; member
Dtool_cfgable.c101 Curl_safefree(config->cert_type); in free_config_fields()
Dtool_getparam.c1313 GetStr(&config->cert_type, nextarg); in getparameter()
Dtool_operate.c1029 my_setopt_str(curl, CURLOPT_SSLCERTTYPE, config->cert_type); in operate_do()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c858 CBS cert_bag, cert_type, wrapped_cert, cert; in PKCS12_handle_content_info() local
861 !CBS_get_asn1(&cert_bag, &cert_type, CBS_ASN1_OBJECT) || in PKCS12_handle_content_info()
869 if (OBJ_cbs2nid(&cert_type) == NID_x509Certificate) { in PKCS12_handle_content_info()
/external/curl/lib/vtls/
Dopenssl.c344 const char *cert_type, in cert_stuff() argument
350 int file_type = do_file_type(cert_type); in cert_stuff()
539 failf(data, "not supported file type '%s' for certificate", cert_type); in cert_stuff()