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

  /external/boringssl/src/crypto/x509v3/
v3_crld.c 117 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx,
378 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval;
395 ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = {
396 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0),
397 ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1)
398 } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type)
401 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME)
404 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0)
    [all...]
  /external/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/boringssl/src/crypto/x509/
x509_vfy.c     [all...]

Completed in 227 milliseconds