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

  /external/curl/lib/
ldap.c 286 int cert_type = LDAPSSL_CERT_FILETYPE_B64;
289 cert_type = LDAPSSL_CERT_FILETYPE_DER;
292 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"));
297 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"),
299 rc = ldapssl_add_trusted_cert(ldap_ca, cert_type);
302 (cert_type == LDAPSSL_CERT_FILETYPE_DER ? "DER" : "PEM"),
  /frameworks/av/drm/mediadrm/plugins/clearkey/
DrmPlugin.h 87 const String8& cert_type,
91 UNUSED(cert_type);
  /external/curl/src/
tool_cfgable.c 101 Curl_safefree(config->cert_type);
tool_cfgable.h 109 char *cert_type; member in struct:OperationConfig
tool_getparam.c     [all...]
tool_operate.c     [all...]
  /frameworks/native/include/media/drm/
DrmAPI.h 212 virtual status_t getProvisionRequest(String8 const &cert_type,
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 858 CBS cert_bag, cert_type, wrapped_cert, cert; local
861 !CBS_get_asn1(&cert_bag, &cert_type, CBS_ASN1_OBJECT) ||
869 if (OBJ_cbs2nid(&cert_type) == NID_x509Certificate) {
    [all...]
  /external/curl/lib/vtls/
openssl.c 344 const char *cert_type,
350 int file_type = do_file_type(cert_type);
539 failf(data, "not supported file type '%s' for certificate", cert_type);
    [all...]

Completed in 330 milliseconds