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 284 int cert_type = LDAPSSL_CERT_FILETYPE_B64;
285 if((data->set.ssl.cert_type) &&
286 (strcasecompare(data->set.ssl.cert_type, "DER")))
287 cert_type = LDAPSSL_CERT_FILETYPE_DER;
290 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"));
295 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"),
297 rc = ldapssl_add_trusted_cert(ldap_ca, cert_type);
300 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"),
326 if((data->set.ssl.cert_type) &&
327 (!strcasecompare(data->set.ssl.cert_type, "PEM")))
    [all...]
urldata.h 373 char *cert_type; /* format for certificate (default: PEM)*/ member in struct:ssl_config_data
    [all...]
url.c     [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/
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 115 char *cert_type; member in struct:OperationConfig
tool_getparam.c     [all...]
tool_operate.c     [all...]
  /external/boringssl/src/crypto/pkcs8/
pkcs8_x509.c 338 CBS cert_bag, cert_type, wrapped_cert, cert; local
340 !CBS_get_asn1(&cert_bag, &cert_type, CBS_ASN1_OBJECT) ||
349 if (!CBS_mem_equal(&cert_type, kX509Certificate,
  /frameworks/native/headers/media_plugin/media/drm/
DrmAPI.h 212 virtual status_t getProvisionRequest(String8 const &cert_type,
  /external/curl/lib/vtls/
darwinssl.c     [all...]
cyassl.c 270 int file_type = do_file_type(SSL_SET_OPTION(cert_type));
openssl.c 332 const char *cert_type,
339 int file_type = do_file_type(cert_type);
531 failf(data, "not supported file type '%s' for certificate", cert_type);
    [all...]
gtls.c 701 do_file_type(SSL_SET_OPTION(cert_type)),
721 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 287 milliseconds