HomeSort by relevance Sort by last modified time
    Searched full:critical (Results 1 - 25 of 632) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Extension.java 14 boolean critical; field in class:X509Extension
18 DERBoolean critical,
21 this.critical = critical.isTrue();
26 boolean critical,
29 this.critical = critical;
35 return critical;
X509ExtensionsGenerator.java 34 * @param critical true if critical, false otherwise.
39 boolean critical,
44 this.addExtension(oid, critical, value.getDERObject().getEncoded(ASN1Encodable.DER));
57 * @param critical true if critical, false otherwise.
62 boolean critical,
71 extensions.put(oid, new X509Extension(critical, new DEROctetString(value)));
  /libcore/luni/src/main/java/java/security/cert/
X509Extension.java 28 * Returns the set of OIDs of the extension(s) marked as CRITICAL, that this
32 * are marked as CRITICAL, or {@code null} if no extensions are
49 * Returns the set of OIDs of the extension(s) marked as NON-CRITICAL, that
53 * none are marked as NON-.CRITICAL, or {@code null} if no
59 * Returns whether this instance has an extension marked as CRITICAL that it
62 * @return {@code true} if an unsupported CRITICAL extension is present,
PolicyNode.java 78 * processed certificate is marked as critical.
80 * @return {@code true} if the extension is marked as critical, otherwise
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java 47 * critical BOOLEAN DEFAULT FALSE,
54 // critical constants
55 public static final boolean CRITICAL = true;
92 // the value of critical field of the structure
93 private final boolean critical; field in class:Extension
108 * @param critical: boolean
111 public Extension(String extnID, boolean critical,
115 this.critical = critical;
124 * @param critical: boolea
    [all...]
Extensions.java 54 // Supported critical extensions oids:
61 private Set critical; field in class:Extensions
63 // the flag showing is there any unsupported critical extension
100 * Returns the list of critical extensions.
104 if (critical == null) {
107 return critical;
111 * Returns the list of critical extensions.
122 if (critical == null) {
129 // Makes the separated lists with oids of critical
130 // and non-critical extension
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 19 protected boolean critical; field in class:PKIXPolicyNode
42 critical = _critical;
89 return critical;
99 critical = _critical;
156 critical);
X509CRLEntryObject.java 33 * (critical)
81 * Will return true if any extensions are present and marked as critical as
128 private Set getExtensionOIDs(boolean critical)
142 if (critical == ext.isCritical())
257 buf.append(" critical(").append(ext.isCritical()).append(") ");
  /external/kernel-headers/original/linux/
rcupdate.h 138 * rcu_read_lock - mark the beginning of an RCU read-side critical section.
141 * are within RCU read-side critical sections, then the
143 * CPUs exit their critical sections. Similarly, if call_rcu() is invoked
144 * on one CPU while other CPUs are within RCU read-side critical
146 * until after the all the other CPUs exit their critical sections.
149 * with RCU read-side critical sections. One way that this can happen
151 * read-side critical section, (2) CPU 1 invokes call_rcu() to register
152 * an RCU callback, (3) CPU 0 exits the RCU read-side critical section,
153 * (4) CPU 2 enters a RCU read-side critical section, (5) the RCU
154 * callback is invoked. This is legal, because the RCU read-side critical
    [all...]
cache.h 46 * The maximum alignment needed for some critical structures
  /bootable/recovery/etc/
init.rc 27 critical
  /external/iproute2/etc/iproute2/
rt_dsfield 12 0xa0 critical
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509V3CertificateGenerator.java 226 boolean critical,
229 this.addExtension(new DERObjectIdentifier(oid), critical, value);
237 boolean critical,
240 extGenerator.addExtension(oid, critical, value);
250 boolean critical,
253 this.addExtension(new DERObjectIdentifier(oid), critical, value);
261 boolean critical,
264 extGenerator.addExtension(oid, critical, value);
274 boolean critical,
289 this.addExtension(oid, critical, value)
308 this.copyAndAddExtension(oid.getId(), critical, cert); local
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
sync.h 42 *! 04-Nov-1999 kc: Added critical section functions and objects to SYNC.
45 *! 20-Oct-1997 gp: Removed unused SYNC_ critical section and must complete fxns
112 * Delete a critical section.
114 * hCSObj: critical section handle.
126 * Enter the critical section.
128 * hCSObj: critical section handle.
167 * Initialize the critical section.
169 * hCSObj: critical section handle.
181 * Initialize the critical section between process context and DPC.
183 * hCSObj: critical section handle
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
sync.h 42 *! 04-Nov-1999 kc: Added critical section functions and objects to SYNC.
45 *! 20-Oct-1997 gp: Removed unused SYNC_ critical section and must complete fxns
112 * Delete a critical section.
114 * hCSObj: critical section handle.
126 * Enter the critical section.
128 * hCSObj: critical section handle.
167 * Initialize the critical section.
169 * hCSObj: critical section handle.
181 * Initialize the critical section between process context and DPC.
183 * hCSObj: critical section handle
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
MsduList.c 69 WLAN_OS_REPORT(("FATAL ERROR: Could not Create Critical Section Protection for Msdu List - Aborting\n"));
228 os_protectLock(this->hOs, this->hCriticalSectionProtect); /* START OF CRITICAL SECTION */
233 os_protectUnlock(this->hOs, this->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
253 os_protectLock(this->hOs, this->hCriticalSectionProtect); /* START OF CRITICAL SECTION */
267 os_protectUnlock(this->hOs, this->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
294 os_protectLock(this->hOs, this->hCriticalSectionProtect); /* START OF CRITICAL SECTION */
303 os_protectUnlock(this->hOs, this->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
322 os_protectUnlock(this->hOs, this->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
346 os_protectUnlock(this->hOs, this->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
367 os_protectUnlock(this->hOs, this->hCriticalSectionProtect); /* END OF CRITICAL SECTION *
    [all...]
  /bionic/libc/arch-sh/bionic/
atomic_cmpxchg.S 37 mov #-8, r15 /* critical region start */
48 1: mov r1, r15 /* critical region end */
  /external/chromium/base/
ref_counted.cc 30 // Current thread books the critical section "AddRelease" without release it.
40 // Current thread books the critical section "AddRelease" without release it.
thread_collision_warner.h 65 // critical section the first time a thread enters push or pop, from
83 // In this case 3 Critical sections have to be defined
156 // it doesn't leave the critical section, as opposed to ScopedCheck,
157 // because the critical section being pinned is allowed to be used only
225 // This stores the thread id that is inside the critical section, if the
229 // Counter to trace how many time a critical section was "pinned"
  /hardware/qcom/media/mm-video/vidc/vdec/src/
message_queue.c 79 /* Lock the mutex to protect the critical section */
95 /* Unlock the mutex to release the critical section */
114 /* Lock the mutex to protect the critical section */
130 /* Unlock the mutex to release the critical section */
151 /* Lock the mutex to protect the critical section */
167 /* Unlock the mutex to release the critical section */
  /hardware/qcom/media/mm-video/vidc/venc/test/
queue.c 79 /* Lock the mutex to protect the critical section */
95 /* Unlock the mutex to release the critical section */
114 /* Lock the mutex to protect the critical section */
130 /* Unlock the mutex to release the critical section */
151 /* Lock the mutex to protect the critical section */
167 /* Unlock the mutex to release the critical section */
  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.h 147 * Perform in critical section to prevent preemption from TxnDone.
166 * Perform in critical section to prevent preemption from TxnDone.
182 * Perform in critical section to prevent preemption from TxnDone.
198 * Run in critical section to protect from preemption by TxnDone.
223 * In critical section save transaction and call scheduler.
  /external/libnfc-nxp/inc/
phDbgTrace.h 64 "CRITICAL ERROR in Module :%s\n",__FILE__);\
88 "CRITICAL ERROR in Module :%s\n",__FILE__);\
119 "CRITICAL ERROR in Module :%s\n",__FILE__);\
  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.h 152 * Perform in critical section to prevent preemption from TxnDone.
171 * Perform in critical section to prevent preemption from TxnDone.
187 * Perform in critical section to prevent preemption from TxnDone.
203 * Run in critical section to protect from preemption by TxnDone.
228 * In critical section save transaction and call scheduler.
240 * \note Called in critical section.
  /external/qemu/distrib/sdl-1.2.12/src/timer/os2/
SDL_systimer.c 96 /* This is similar to DosSleep(), but has 8ms granularity in time-critical
123 DosAsyncTimer() in time-critical thread. On laters versions,
131 if ((priority & 0xFF00) == 0x0300) /* already time-critical */
133 /* Make us time-critical. Just modifying TIB is not enough... */

Completed in 738 milliseconds

1 2 3 4 5 6 7 8 91011>>