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

  /external/curl/lib/
ldap.c 350 int cert_type = LDAPSSL_CERT_FILETYPE_B64;
351 if((data->set.ssl.cert_type) &&
352 (strcasecompare(data->set.ssl.cert_type, "DER")))
353 cert_type = LDAPSSL_CERT_FILETYPE_DER;
356 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"));
361 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"),
363 rc = ldapssl_add_trusted_cert(ldap_ca, cert_type);
366 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"),
392 if((data->set.ssl.cert_type) &&
393 (!strcasecompare(data->set.ssl.cert_type, "PEM")))
    [all...]
urldata.h 231 char *cert_type; /* format for certificate (default: PEM)*/ member in struct:ssl_config_data
    [all...]
url.c     [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DrmPlugin.h 87 const String8& cert_type,
91 UNUSED(cert_type);
  /external/curl/src/
tool_cfgable.c 108 Curl_safefree(config->cert_type);
tool_cfgable.h 122 char *cert_type; member in struct:OperationConfig
tool_getparam.c     [all...]
tool_operate.c     [all...]
  /external/boringssl/src/crypto/pkcs8/
pkcs8_x509.c 337 CBS cert_bag, cert_type, wrapped_cert, cert; local
339 !CBS_get_asn1(&cert_bag, &cert_type, CBS_ASN1_OBJECT) ||
348 if (!CBS_mem_equal(&cert_type, kX509Certificate,
  /frameworks/native/headers/media_plugin/media/drm/
DrmAPI.h 256 virtual status_t getProvisionRequest(String8 const &cert_type,
  /external/curl/lib/vtls/
darwinssl.c     [all...]
cyassl.c 303 int file_type = do_file_type(SSL_SET_OPTION(cert_type));
openssl.c 541 const char *cert_type,
550 int file_type = do_file_type(cert_type);
740 failf(data, "not supported file type '%s' for certificate", cert_type);
    [all...]
gtls.c 804 do_file_type(SSL_SET_OPTION(cert_type)),
824 do_file_type(SSL_SET_OPTION(cert_type)) ) !=
    [all...]
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 

Completed in 324 milliseconds