HomeSort by relevance Sort by last modified time
    Searched defs:common_name (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/base/
sslidentity.h 171 // Parameters for generating a certificate. If |common_name| is non-empty, it
175 std::string common_name; member in struct:rtc::SSLIdentityParams
187 // common_name is non-empty, it will be used for the certificate's
191 static SSLIdentity* Generate(const std::string& common_name,
193 static SSLIdentity* Generate(const std::string& common_name,
195 return Generate(common_name, KeyParams(key_type));
  /external/libcups/cups/
tls-sspi.c 65 static BOOL http_sspi_find_credentials(http_t *http, const LPWSTR containerName, const char *common_name);
67 static BOOL http_sspi_make_credentials(_http_sspi_t *sspi, const LPWSTR containerName, const char *common_name, _http_mode_t mode, int years);
72 static DWORD http_sspi_verify(PCCERT_CONTEXT cert, const char *common_name, DWORD dwCertFlags);
84 const char *common_name, /* I - Common name */
93 DEBUG_printf(("cupsMakeServerCredentials(path=\"%s\", common_name=\"%s\", num_alt_names=%d, alt_names=%p, expiration_date=%d)", path, common_name, num_alt_names, alt_names, (int)expiration_date));
100 ret = http_sspi_make_credentials(sspi, L"ServerContainer", common_name, _HTTP_MODE_SERVER, (int)((expiration_date - time(NULL) + 86399) / 86400 / 365));
120 const char *common_name, /* I - Default common name for server */
123 DEBUG_printf(("cupsSetServerCredentials(path=\"%s\", common_name=\"%s\", auto_create=%d)", path, common_name, auto_create))
1336 common_name[1024]; \/* CN=username *\/ local
2070 char common_name[512]; \/* Common name for cert *\/ local
    [all...]
  /external/curl/lib/vtls/
darwinssl.c 891 CFStringRef common_name; local
939 SecCertificateCopyCommonName(cert, &common_name);
940 if(CFStringCompare(common_name, label_cf, 0) == kCFCompareEqualTo) {
942 CFRelease(common_name);
946 CFRelease(common_name);
    [all...]
nss.c 832 char *subject, *issuer, *common_name; local
839 common_name = CERT_GetCommonName(&cert->subject);
849 infof(data, "\tcommon name: %s\n", common_name);
854 PR_Free(common_name);
    [all...]

Completed in 3680 milliseconds