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

/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_ncons.c76 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
85 ASN1_ITEM_ref(NAME_CONSTRAINTS),
99 ASN1_SEQUENCE(NAME_CONSTRAINTS) = {
100 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees,
102 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees,
104 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS)
108 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
116 NAME_CONSTRAINTS *ncons = NULL;
160 NAME_CONSTRAINTS *ncons = a;
224 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *n
[all...]
H A Dx509v3.h571 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
583 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
584 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dossl_typ.h187 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef in typeref:struct:NAME_CONSTRAINTS_st
/freebsd-10.1-release/crypto/openssl/crypto/x509/
H A Dx509.h290 NAME_CONSTRAINTS *nc;
H A Dx509_vfy.c654 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc;

Completed in 274 milliseconds