Home
last modified time | relevance | path

Searched refs:validation_mode (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/py-oci/oci-2.53.1/src/oci/apigateway/models/
H A Dquery_parameter_validation_request_policy.py78 def validation_mode(self): member in QueryParameterValidationRequestPolicy
100 @validation_mode.setter
101 def validation_mode(self, validation_mode): argument
119 if not value_allowed_none_or_none_sentinel(validation_mode, allowed_values):
120 validation_mode = 'UNKNOWN_ENUM_VALUE'
121 self._validation_mode = validation_mode
H A Dvalidation_request_policy.py50 def validation_mode(self): member in ValidationRequestPolicy
71 @validation_mode.setter
72 def validation_mode(self, validation_mode): argument
90 if not value_allowed_none_or_none_sentinel(validation_mode, allowed_values):
95 self._validation_mode = validation_mode
H A Dheader_validation_request_policy.py77 def validation_mode(self): member in HeaderValidationRequestPolicy
98 @validation_mode.setter
99 def validation_mode(self, validation_mode): member in HeaderValidationRequestPolicy
117 if not value_allowed_none_or_none_sentinel(validation_mode, allowed_values):
122 self._validation_mode = validation_mode
H A Dbody_validation_request_policy.py136 def validation_mode(self): member in BodyValidationRequestPolicy
157 @validation_mode.setter
158 def validation_mode(self, validation_mode): member in BodyValidationRequestPolicy
176 if not value_allowed_none_or_none_sentinel(validation_mode, allowed_values):
181 self._validation_mode = validation_mode
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Security/
H A DX509ServiceCertificateAuthentication.cs44 X509CertificateValidationMode validation_mode; field in System.ServiceModel.Security.X509ServiceCertificateAuthentication
55 get { return validation_mode; }
56 set { validation_mode = value; }
H A DX509PeerCertificateAuthentication.cs48 X509CertificateValidationMode validation_mode = field in System.ServiceModel.Security.X509PeerCertificateAuthentication
72 get { return validation_mode; }
73 set { validation_mode = value; }
H A DX509ClientCertificateAuthentication.cs44 X509CertificateValidationMode validation_mode = field in System.ServiceModel.Security.X509ClientCertificateAuthentication
57 get { return validation_mode; }
58 set { validation_mode = value; }
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/
H A Dvideo_frame_validator.cc359 ValidationMode validation_mode, in Create() argument
362 get_model_frame_cb, std::move(corrupt_frame_processor), validation_mode, in Create()
375 ValidationMode validation_mode, in PSNRVideoFrameValidator() argument
380 validation_mode_(validation_mode) {} in PSNRVideoFrameValidator()
432 ValidationMode validation_mode, in Create() argument
435 get_model_frame_cb, std::move(corrupt_frame_processor), validation_mode, in Create()
448 ValidationMode validation_mode, in SSIMVideoFrameValidator() argument
453 validation_mode_(validation_mode) {} in SSIMVideoFrameValidator()
H A Dvideo_frame_validator.h196 ValidationMode validation_mode = ValidationMode::kThreshold,
207 ValidationMode validation_mode,
232 ValidationMode validation_mode = ValidationMode::kThreshold,
243 ValidationMode validation_mode,
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/unit/
H A Dparsemode_test.c37 } validation_mode; typedef
39 validation_mode validation_modes[] = {
/dports/sysutils/cfengine/cfengine-3.19.0/tests/unit/
H A Dparsemode_test.c37 } validation_mode; typedef
39 validation_mode validation_modes[] = {
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/unit/
H A Dparsemode_test.c37 } validation_mode; typedef
39 validation_mode validation_modes[] = {
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/unit/
H A Dparsemode_test.c37 } validation_mode; typedef
39 validation_mode validation_modes[] = {
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/unit/
H A Dparsemode_test.c37 } validation_mode; typedef
39 validation_mode validation_modes[] = {
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/unit/
H A Dparsemode_test.c37 } validation_mode; typedef
39 validation_mode validation_modes[] = {
/dports/dns/knot3-lib/knot-3.1.5/src/knot/dnssec/
H A Dzone-sign.c496 if (!sign_ctx->dnssec_ctx->validation_mode) { in sign_node_rrsets()
502 if (sign_ctx->dnssec_ctx->validation_mode) { in sign_node_rrsets()
600 assert(zone_keys || dnssec_ctx->validation_mode); in zone_tree_sign()
602 assert(update || dnssec_ctx->validation_mode); in zone_tree_sign()
612 args[i].sign_ctx = dnssec_ctx->validation_mode in zone_tree_sign()
664 if (ret == KNOT_EOK && !dnssec_ctx->validation_mode) { in zone_tree_sign()
670 assert(!dnssec_ctx->validation_mode || changeset_empty(&args[i].changeset)); in zone_tree_sign()
727 (zone_keys == NULL && !dnssec_ctx->validation_mode)) { in knot_zone_sign()
1058 (zone_keys == NULL && !dnssec_ctx->validation_mode)) { in knot_zone_sign_update()
1075 if (ret == KNOT_EOK && dnssec_ctx->validation_mode) { in knot_zone_sign_update()
[all …]
/dports/dns/knot3/knot-3.1.5/src/knot/dnssec/
H A Dzone-sign.c496 if (!sign_ctx->dnssec_ctx->validation_mode) { in sign_node_rrsets()
502 if (sign_ctx->dnssec_ctx->validation_mode) { in sign_node_rrsets()
600 assert(zone_keys || dnssec_ctx->validation_mode); in zone_tree_sign()
602 assert(update || dnssec_ctx->validation_mode); in zone_tree_sign()
612 args[i].sign_ctx = dnssec_ctx->validation_mode in zone_tree_sign()
664 if (ret == KNOT_EOK && !dnssec_ctx->validation_mode) { in zone_tree_sign()
670 assert(!dnssec_ctx->validation_mode || changeset_empty(&args[i].changeset)); in zone_tree_sign()
727 (zone_keys == NULL && !dnssec_ctx->validation_mode)) { in knot_zone_sign()
1058 (zone_keys == NULL && !dnssec_ctx->validation_mode)) { in knot_zone_sign_update()
1075 if (ret == KNOT_EOK && dnssec_ctx->validation_mode) { in knot_zone_sign_update()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod18 int SSL_enable_ct(SSL *s, int validation_mode);
19 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
36 The behaviour of the callback is determined by the B<validation_mode> argument,
40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod18 int SSL_enable_ct(SSL *s, int validation_mode);
19 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
36 The behaviour of the callback is determined by the B<validation_mode> argument,
40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod18 int SSL_enable_ct(SSL *s, int validation_mode);
19 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
36 The behaviour of the callback is determined by the B<validation_mode> argument,
40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod18 int SSL_enable_ct(SSL *s, int validation_mode);
19 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
36 The behaviour of the callback is determined by the B<validation_mode> argument,
40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod18 int SSL_enable_ct(SSL *s, int validation_mode);
19 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
36 The behaviour of the callback is determined by the B<validation_mode> argument,
40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod18 int SSL_enable_ct(SSL *s, int validation_mode);
19 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
36 The behaviour of the callback is determined by the B<validation_mode> argument,
40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod18 int SSL_enable_ct(SSL *s, int validation_mode);
19 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
36 The behaviour of the callback is determined by the B<validation_mode> argument,
40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod18 int SSL_enable_ct(SSL *s, int validation_mode);
19 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
36 The behaviour of the callback is determined by the B<validation_mode> argument,
40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the

123456