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

  /external/openssl/crypto/x509v3/
v3_crld.c 115 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx,
379 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval;
396 ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = {
397 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0),
398 ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1)
399 } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type)
402 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME)
405 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0)
    [all...]
x509v3.h 232 } DIST_POINT_NAME;
249 DIST_POINT_NAME *distpoint;
358 DIST_POINT_NAME *distpoint;
570 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME)
573 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_crld.c 116 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx,
377 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval;
394 ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = {
395 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0),
396 ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1)
397 } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type)
400 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME)
403 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0)
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h 229 } DIST_POINT_NAME;
246 DIST_POINT_NAME *distpoint;
355 DIST_POINT_NAME *distpoint;
569 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME)
572 OPENSSL_EXPORT int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
  /external/openssl/include/openssl/
x509v3.h 232 } DIST_POINT_NAME;
249 DIST_POINT_NAME *distpoint;
358 DIST_POINT_NAME *distpoint;
570 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME)
573 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_vfy.c     [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 1178 static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b)
    [all...]

Completed in 72 milliseconds