Searched refs:cert_type (Results 1 – 7 of 7) sorted by relevance
/external/curl/lib/ |
D | ldap.c | 286 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/ |
D | tool_cfgable.h | 109 char *cert_type; member
|
D | tool_cfgable.c | 101 Curl_safefree(config->cert_type); in free_config_fields()
|
D | tool_getparam.c | 1313 GetStr(&config->cert_type, nextarg); in getparameter()
|
D | tool_operate.c | 1029 my_setopt_str(curl, CURLOPT_SSLCERTTYPE, config->cert_type); in operate_do()
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8.c | 858 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/ |
D | openssl.c | 344 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()
|