Searched refs:NAME_CONSTRAINTS (Results 1 – 5 of 5) sorted by relevance
77 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 …]
564 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);587 NAME_CONSTRAINTS *NAME_CONSTRAINTS_new(void);588 void NAME_CONSTRAINTS_free(NAME_CONSTRAINTS *a);
201 NAME_CONSTRAINTS *nc;
1077 NAME_CONSTRAINTS *nc = cert->nc; in x509_constraints_extract_constraints()
156 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef