Home
last modified time | relevance | path

Searched refs:DIST_POINT (Results 1 – 11 of 11) sorted by relevance

/external/openssl/crypto/x509v3/
Dv3_crld.c270 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section()
275 DIST_POINT *point = NULL; in crldp_from_section()
314 STACK_OF(DIST_POINT) *crld = NULL; in v2i_crld()
321 DIST_POINT *point; in v2i_crld()
373 IMPLEMENT_STACK_OF(DIST_POINT)
374 IMPLEMENT_ASN1_SET_OF(DIST_POINT) in IMPLEMENT_ASN1_SET_OF() argument
404 ASN1_SEQUENCE(DIST_POINT) = {
405 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
406 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
407 ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2)
[all …]
Dx509v3.h255 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
257 DECLARE_STACK_OF(DIST_POINT)
258 DECLARE_ASN1_SET_OF(DIST_POINT)
569 DECLARE_ASN1_FUNCTIONS(DIST_POINT)
Dv3_purp.c317 static void setup_dp(X509 *x, DIST_POINT *dp) in setup_dp()
/external/openssl/include/openssl/
Dx509v3.h255 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
257 DECLARE_STACK_OF(DIST_POINT)
258 DECLARE_ASN1_SET_OF(DIST_POINT)
569 DECLARE_ASN1_FUNCTIONS(DIST_POINT)
Dossl_typ.h181 typedef struct DIST_POINT_st DIST_POINT; typedef
Dsafestack.h670 #define sk_DIST_POINT_new(cmp) SKM_sk_new(DIST_POINT, (cmp))
671 #define sk_DIST_POINT_new_null() SKM_sk_new_null(DIST_POINT)
672 #define sk_DIST_POINT_free(st) SKM_sk_free(DIST_POINT, (st))
673 #define sk_DIST_POINT_num(st) SKM_sk_num(DIST_POINT, (st))
674 #define sk_DIST_POINT_value(st, i) SKM_sk_value(DIST_POINT, (st), (i))
675 #define sk_DIST_POINT_set(st, i, val) SKM_sk_set(DIST_POINT, (st), (i), (val))
676 #define sk_DIST_POINT_zero(st) SKM_sk_zero(DIST_POINT, (st))
677 #define sk_DIST_POINT_push(st, val) SKM_sk_push(DIST_POINT, (st), (val))
678 #define sk_DIST_POINT_unshift(st, val) SKM_sk_unshift(DIST_POINT, (st), (val))
679 #define sk_DIST_POINT_find(st, val) SKM_sk_find(DIST_POINT, (st), (val))
[all …]
Dx509.h298 STACK_OF(DIST_POINT) *crldp;
/external/openssl/crypto/
Dossl_typ.h181 typedef struct DIST_POINT_st DIST_POINT; typedef
/external/openssl/crypto/stack/
Dsafestack.h670 #define sk_DIST_POINT_new(cmp) SKM_sk_new(DIST_POINT, (cmp))
671 #define sk_DIST_POINT_new_null() SKM_sk_new_null(DIST_POINT)
672 #define sk_DIST_POINT_free(st) SKM_sk_free(DIST_POINT, (st))
673 #define sk_DIST_POINT_num(st) SKM_sk_num(DIST_POINT, (st))
674 #define sk_DIST_POINT_value(st, i) SKM_sk_value(DIST_POINT, (st), (i))
675 #define sk_DIST_POINT_set(st, i, val) SKM_sk_set(DIST_POINT, (st), (i), (val))
676 #define sk_DIST_POINT_zero(st) SKM_sk_zero(DIST_POINT, (st))
677 #define sk_DIST_POINT_push(st, val) SKM_sk_push(DIST_POINT, (st), (val))
678 #define sk_DIST_POINT_unshift(st, val) SKM_sk_unshift(DIST_POINT, (st), (val))
679 #define sk_DIST_POINT_find(st, val) SKM_sk_find(DIST_POINT, (st), (val))
[all …]
/external/openssl/crypto/x509/
Dx509_vfy.c1233 static int crldp_check_crlissuer(DIST_POINT *dp, X509_CRL *crl, int crl_score) in crldp_check_crlissuer()
1272 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i); in crl_crldp_check()
Dx509.h298 STACK_OF(DIST_POINT) *crldp;