Home
last modified time | relevance | path

Searched refs:NAME_CONSTRAINTS (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libcrypto/x509/
H A Dx509_ncons.c77 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
146 .offset = offsetof(NAME_CONSTRAINTS, permittedSubtrees),
153 .offset = offsetof(NAME_CONSTRAINTS, excludedSubtrees),
165 .size = sizeof(NAME_CONSTRAINTS),
185 NAME_CONSTRAINTS *
188 return (NAME_CONSTRAINTS*)ASN1_item_new(&NAME_CONSTRAINTS_it); in NAME_CONSTRAINTS_new()
193 NAME_CONSTRAINTS_free(NAME_CONSTRAINTS *a) in NAME_CONSTRAINTS_free()
206 NAME_CONSTRAINTS *ncons = NULL; in v2i_NAME_CONSTRAINTS()
248 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS()
316 NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check()
[all …]
H A Dx509v3.h564 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
587 NAME_CONSTRAINTS *NAME_CONSTRAINTS_new(void);
588 void NAME_CONSTRAINTS_free(NAME_CONSTRAINTS *a);
H A Dx509_local.h201 NAME_CONSTRAINTS *nc;
H A Dx509_constraints.c1077 NAME_CONSTRAINTS *nc = cert->nc; in x509_constraints_extract_constraints()
/openbsd/lib/libcrypto/
H A Dossl_typ.h156 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef