Searched refs:DIST_POINT_NAME (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/x509v3/
H A Dv3_crld.c117 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,
[all...]
/external/boringssl/include/openssl/
H A Dx509v3.h229 } DIST_POINT_NAME; typedef in typeref:struct:DIST_POINT_NAME_st
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/include/openssl/
H A Dx509v3.h229 } DIST_POINT_NAME; typedef in typeref:struct:DIST_POINT_NAME_st
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/
H A Dx509_vfy.c1308 static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b)

Completed in 2663 milliseconds