Home
last modified time | relevance | path

Searched refs:critical (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dextension.rs27 critical: bool, field
42 critical: false, in new()
49 pub fn critical(&mut self) -> &mut BasicConstraints { in critical() method
50 self.critical = true; in critical()
70 if self.critical { in build()
88 critical: bool, field
110 critical: false, in new()
124 pub fn critical(&mut self) -> &mut KeyUsage { in critical() method
125 self.critical = true; in critical()
187 append(&mut value, &mut first, self.critical, "critical"); in build()
[all …]
/third_party/openGLES/extensions/IMG/
DIMG_tile_region_protection.txt41 The safety-critical geometric primitives should have safety
43 corruption. On Imagination Technologies safety-critical Tile Based
46 safety-critical geometries and detect faults in the rendering of
48 safety-critical geometric primitives as safety-related so as to run
53 the rendering of these safety-critical elements.
56 safety-critical geometric primitives in order to enable the TRP
63 developers to verify that all of the safety-critical geometric
106 due to a fault detected by TRP in a safety-critical render in the
117 failed due to non safety-critical
120 robust buffer safety-critical
[all …]
/third_party/openssl/demos/certs/
Dca.cnf38 basicConstraints=critical, CA:FALSE
39 keyUsage=critical, nonRepudiation, digitalSignature, keyEncipherment
47 basicConstraints=critical, CA:FALSE
48 keyUsage=critical, nonRepudiation, digitalSignature, keyEncipherment
60 basicConstraints=critical, CA:FALSE
61 keyUsage=critical, keyAgreement
76 basicConstraints = critical,CA:true
77 keyUsage = critical, cRLSign, keyCertSign
/third_party/openGLES/extensions/NV/
DNV_fragment_shader_interlock.txt80 critical section of fragment shader code. For pairs of shader invocations
82 will guarantee that the critical section of the fragment shader will be
88 exclusion in the critical section for any pair of fragments corresponding
97 guarantees that the critical section for multiple shader invocations with
106 extension can access such data structures in the critical section without
176 endInvocationInterlockNV() allow shaders to specify a critical section,
196 qualifier, the interlock will ensure that the critical sections of
203 layout qualifier, the critical sections of invocations X and Y with
206 considered to precede fragment B, the critical section of invocation X is
207 guaranteed to complete before the critical section of invocation Y begins.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_shader_interlock.txt80 critical section of fragment shader code. For pairs of shader invocations
82 will guarantee that the critical section of the fragment shader will be
88 exclusion in the critical section for any pair of fragments corresponding
97 guarantees that the critical section for multiple shader invocations with
106 extension can access such data structures in the critical section without
176 endInvocationInterlockNV() allow shaders to specify a critical section,
196 qualifier, the interlock will ensure that the critical sections of
203 layout qualifier, the critical sections of invocations X and Y with
206 considered to precede fragment B, the critical section of invocation X is
207 guaranteed to complete before the critical section of invocation Y begins.
[all …]
/third_party/openGLES/extensions/ARB/
DARB_fragment_shader_interlock.txt80 a critical section of fragment shader code. For pairs of shader
82 implementation will guarantee that the critical section of the fragment
88 exclusion in the critical section for any pair of fragments corresponding
97 guarantees that the critical section for multiple shader invocations with
106 extension can access such data structures in the critical section without
172 endInvocationInterlockARB() allow shaders to specify a critical section,
192 qualifier, the interlock will ensure that the critical sections of
199 layout qualifier, the critical sections of invocations X and Y with
202 considered to precede fragment B, the critical section of invocation X is
203 guaranteed to complete before the critical section of invocation Y begins.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_shader_interlock.txt70 a critical section of fragment shader code. For pairs of shader
72 implementation will guarantee that the critical section of the fragment
78 exclusion in the critical section for any pair of fragments corresponding
87 guarantees that the critical section for multiple shader invocations with
96 extension can access such data structures in the critical section without
162 endInvocationInterlockARB() allow shaders to specify a critical section,
182 qualifier, the interlock will ensure that the critical sections of
189 layout qualifier, the critical sections of invocations X and Y with
192 considered to precede fragment B, the critical section of invocation X is
193 guaranteed to complete before the critical section of invocation Y begins.
[all …]
/third_party/openssl/demos/certs/apps/
Dapps.cnf39 basicConstraints=critical, CA:FALSE
40 keyUsage=critical, nonRepudiation, digitalSignature, keyEncipherment
47 basicConstraints=critical, CA:FALSE
48 keyUsage=critical, nonRepudiation, digitalSignature, keyAgreement
63 basicConstraints = critical,CA:true
64 keyUsage = critical, cRLSign, keyCertSign
/third_party/openssl/test/smime-certs/
Dca.cnf38 basicConstraints=critical, CA:FALSE
39 keyUsage=critical, nonRepudiation, digitalSignature, keyEncipherment
50 basicConstraints=critical, CA:FALSE
51 keyUsage=critical, keyAgreement
66 basicConstraints = critical,CA:true
67 keyUsage = critical, cRLSign, keyCertSign
/third_party/rust/crates/once_cell/
DCargo.toml27 critical_section = { package = "critical-section", version = "1", optional = true }
33 critical_section = { package = "critical-section", version = "1.1.1", features = ["std"] }
52 # Uses `critical-section` to implement `sync` and `race` modules. in
53 # `#![no_std]` mode. Please read `critical-section` docs carefully
55 critical-section = ["critical_section", "atomic_polyfill" ]
62 atomic-polyfill = ["critical-section"]
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dx509.js247 var critical;
249 critical = der.readBoolean();
263 var bc = { oid: extId, critical: critical }; property
312 sig.extras.exts.push({ oid: extId, critical: critical }); property
324 sig.extras.exts.push({ oid: extId, critical: critical, property
366 sig.extras.exts.push({ oid: extId, critical: critical }); property
371 critical: critical, property
562 critical: true property
566 critical: true property
570 critical: true property
[all …]
Dopenssh-cert.js125 cert.signatures.openssh.critical = sshbuf.readBuffer();
281 if (sig.critical === undefined)
282 sig.critical = Buffer.alloc(0);
283 buf.writeBuffer(sig.critical);
/third_party/ltp/lib/newlib_tests/
Dtst_fuzzy_sync01.c189 int cs, ct, r, too_early = 0, critical = 0, too_late = 0; in run() local
212 critical++; in run()
218 if (critical > 100) { in run()
224 tst_res(critical > 50 ? TPASS : TFAIL, in run()
227 critical, too_early, too_late); in run()
Dtst_fuzzy_sync02.c132 int critical = 0; in run() local
153 critical++; in run()
163 if (critical > 100) { in run()
169 tst_res(critical > 50 ? TPASS : TFAIL, "%d| =:%-4d", i, critical); in run()
/third_party/openssl/doc/man3/
DX509_EXTENSION_set_object.pod34 B<crit> is zero the extension in non-critical otherwise it is critical.
53 returns B<1> for critical and B<0> for non-critical.
78 X509_EXTENSION_get_critical() returns B<0> for non-critical and B<1> for
79 critical.
/third_party/openssl/test/recipes/80-test_cmp_http_data/Mock/
Dtest.cnf114 certificatePolicies = "critical, @pkiPolicy"
121 #basicConstraints = critical, CA:TRUE
122 keyUsage = critical, digitalSignature # keyAgreement, keyEncipherment, nonRepudiation
123 extendedKeyUsage = critical, clientAuth # serverAuth, codeSigning
/third_party/openssl/crypto/ts/
Dts_lib.c50 int i, critical, n; in TS_ext_print_bio() local
61 critical = X509_EXTENSION_get_critical(ex); in TS_ext_print_bio()
62 BIO_printf(bio, ":%s\n", critical ? " critical" : ""); in TS_ext_print_bio()
/third_party/openssl/crypto/x509/
Dx509_v3.c72 if (((ex->critical > 0) && crit) || ((ex->critical <= 0) && !crit)) in X509v3_get_ext_by_critical()
197 ex->critical = (crit) ? 0xFF : -1; in X509_EXTENSION_set_critical()
231 if (ex->critical > 0) in X509_EXTENSION_get_critical()
Dt_req.c174 int critical; in X509_REQ_print_ex() local
181 critical = X509_EXTENSION_get_critical(ex); in X509_REQ_print_ex()
182 if (BIO_printf(bp, ": %s\n", critical ? "critical" : "") <= 0) in X509_REQ_print_ex()
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/
Derror.dart70 /// A critical problem; the program will attempt to quit immediately.
71 critical,
147 /// Emits a [LogLevel.critical] record into `this` logger.
148 void critical(Object message) {
149 _log(LogLevel.critical, name, message);
/third_party/rust/crates/rust-openssl/openssl/examples/
Dmk_certs.rs46 cert_builder.append_extension(BasicConstraints::new().critical().ca().build()?)?; in mk_ca_cert()
49 .critical() in mk_ca_cert()
113 .critical() in mk_ca_signed_cert()
/third_party/node/deps/npm/test/tap/
Daudit-fix.js109 critical: 1 property
251 critical: 1 property
369 critical: 1 property
464 critical: 1 property
557 critical: 1 property
775 critical: 1 property
/third_party/openssl/test/
Dproxy.cnf28 proxyCertInfo = critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB
55 proxyCertInfo = critical,@proxy_ext
/third_party/openssl/doc/man5/
Dx509v3_config.pod22 name = [critical, ]value(s)
24 If B<critical> is present then the extension will be marked as critical.
46 basicConstraints = critical, CA:true, pathlen:1
51 basicConstraints = critical, @basic_constraints
120 basicConstraints = critical, CA:TRUE, pathlen:1
140 keyUsage = critical, keyCertSign
169 extendedKeyUsage = critical, codeSigning, 1.2.3.4
403 issuingDistributionPoint = critical, @idp_section
557 1.2.3.4 = critical, ASN1:UTF8String:Some random data
567 1.2.3.4 = critical, DER:01:02:03:04
[all …]
/third_party/libfuse/.github/ISSUE_TEMPLATE/
Dissue-report.md12 …erstand that unless you are including a pull request or are reporting a critical issue, you will p…
14 …sues that no-one is intending to work on, and to give more visibilty to critical issues that users…

12345678910>>...14