Home
last modified time | relevance | path

Searched refs:NO_CONSTRAINTS (Results 1 – 25 of 62) sorted by relevance

123

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/x509/
H A Dx509cert.cpp69 Key_Constraints m_key_constraints = NO_CONSTRAINTS;
223 if(data->m_key_constraints == NO_CONSTRAINTS) in parse_x509_cert_body()
230 data->m_key_constraints = NO_CONSTRAINTS; in parse_x509_cert_body()
259 if(data->m_key_constraints == NO_CONSTRAINTS || in parse_x509_cert_body()
534 if(constraints() == NO_CONSTRAINTS) in allowed_usage()
586 if(this->constraints() == NO_CONSTRAINTS) in has_constraints()
848 if(constraints == NO_CONSTRAINTS) in to_string()
H A Dx509self.cpp85 if(constraints != NO_CONSTRAINTS) in create_self_signed_cert()
134 if(constraints != NO_CONSTRAINTS) in create_cert_req()
H A Dpkix_enums.h107 NO_CONSTRAINTS = 0, enumerator
H A Dx509opt.cpp76 constraints = NO_CONSTRAINTS; in X509_Cert_Options()
H A Dkey_constraint.cpp19 if(constraints == NO_CONSTRAINTS) in key_constraints_to_string()
/dports/security/botan2/Botan-2.18.2/src/lib/x509/
H A Dx509cert.cpp69 Key_Constraints m_key_constraints = NO_CONSTRAINTS;
223 if(data->m_key_constraints == NO_CONSTRAINTS) in parse_x509_cert_body()
230 data->m_key_constraints = NO_CONSTRAINTS; in parse_x509_cert_body()
259 if(data->m_key_constraints == NO_CONSTRAINTS || in parse_x509_cert_body()
534 if(constraints() == NO_CONSTRAINTS) in allowed_usage()
586 if(this->constraints() == NO_CONSTRAINTS) in has_constraints()
848 if(constraints == NO_CONSTRAINTS) in to_string()
H A Dx509self.cpp85 if(constraints != NO_CONSTRAINTS) in create_self_signed_cert()
134 if(constraints != NO_CONSTRAINTS) in create_cert_req()
H A Dpkix_enums.h107 NO_CONSTRAINTS = 0, enumerator
H A Dx509opt.cpp76 constraints = NO_CONSTRAINTS; in X509_Cert_Options()
H A Dkey_constraint.cpp19 if(constraints == NO_CONSTRAINTS) in key_constraints_to_string()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/
H A Dx509cert.cpp69 Key_Constraints m_key_constraints = NO_CONSTRAINTS;
223 if(data->m_key_constraints == NO_CONSTRAINTS) in parse_x509_cert_body()
230 data->m_key_constraints = NO_CONSTRAINTS; in parse_x509_cert_body()
259 if(data->m_key_constraints == NO_CONSTRAINTS || in parse_x509_cert_body()
534 if(constraints() == NO_CONSTRAINTS) in allowed_usage()
586 if(this->constraints() == NO_CONSTRAINTS) in has_constraints()
848 if(constraints == NO_CONSTRAINTS) in to_string()
H A Dx509self.cpp85 if(constraints != NO_CONSTRAINTS) in create_self_signed_cert()
134 if(constraints != NO_CONSTRAINTS) in create_cert_req()
H A Dpkix_enums.h107 NO_CONSTRAINTS = 0, enumerator
H A Dx509opt.cpp76 constraints = NO_CONSTRAINTS; in X509_Cert_Options()
H A Dkey_constraint.cpp19 if(constraints == NO_CONSTRAINTS) in key_constraints_to_string()
/dports/databases/ora2pg/ora2pg-22.1/scripts/
H A Dora2pg661 NO_CONSTRAINTS=0
802 if [ $NO_CONSTRAINTS -eq 1 ] && [ -r "$NAMESPACE/schema/triggers/trigger.sql" ]; then
826 I) NO_CONSTRAINTS=1;;
963 if [ $NO_CONSTRAINTS -eq 1 ] && [ $etype = "TRIGGER" ]; then
998 if [ $NO_CONSTRAINTS -eq 0 ] && [ $IMPORT_INDEXES_AFTER -eq 0 ]; then
1084 if [ $NO_CONSTRAINTS -eq 0 ] && [ $IMPORT_DATA -eq 0 ]; then
/dports/security/botan110/Botan-1.10.17/src/cert/x509cert/
H A Dx509cert.cpp209 if((constraints() & KEY_CERT_SIGN) || (constraints() == NO_CONSTRAINTS)) in is_CA_cert()
228 NO_CONSTRAINTS)); in constraints()
357 if(constraints == NO_CONSTRAINTS) in to_string()
H A Dx509_ext.h126 Key_Usage(Key_Constraints c = NO_CONSTRAINTS) : constraints(c) {} in constraints()
133 bool should_encode() const { return (constraints != NO_CONSTRAINTS); } in should_encode()
/dports/security/botan110/Botan-1.10.17/src/pubkey/
H A Dpubkey_enums.h19 NO_CONSTRAINTS = 0, enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DConstraintFormula.java30 static final ConstraintFormula[] NO_CONSTRAINTS = new ConstraintTypeFormula[0]; field in ConstraintFormula
/dports/security/botan110/Botan-1.10.17/src/cert/x509self/
H A Dx509opt.cpp85 constraints = NO_CONSTRAINTS; in X509_Cert_Options()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DLinearSolver.h38 NO_CONSTRAINTS=0, enumerator
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DLinearSolver.h37 NO_CONSTRAINTS=0, enumerator
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DSurrBasedLocalMinimizer.cpp81 if ( (approxSubProbCon == NO_CONSTRAINTS || !numNonlinearConstraints) && in SurrBasedLocalMinimizer()
142 size_t num_recast_secondary = (approxSubProbCon == NO_CONSTRAINTS) ? in initialize_sub_model()
175 if (approxSubProbCon != NO_CONSTRAINTS) { in initialize_sub_model()
185 = (approxSubProbCon == NO_CONSTRAINTS) ? 0 : numNonlinearIneqConstraints; in initialize_sub_model()
1097 bool no_sub_prob_con = (sblmInstance->approxSubProbCon == NO_CONSTRAINTS); in approx_subprob_objective_eval()
1261 case NO_CONSTRAINTS: in approx_subprob_constraint_eval()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DConstraintFormula.java25 static final ConstraintFormula[] NO_CONSTRAINTS = new ConstraintTypeFormula[0]; field in ConstraintFormula

123