Searched refs:mechanism (Results 1 – 25 of 1262) sorted by relevance
12345678910>>...51
1 Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS18 …edtls_config.h`). This mechanism is based on two main sets of symbols: `MBEDTLS_xxx_C` controls th…22 …ryptographic mechanism (or, with **fallback**, the built-in implementation is tried if the driver …24 …nd `ecdsa` modules. Also the availability of a transparent driver for a mechanism does not transla…30 [Req.inclusion] If the application does not require a mechanism, a suitably configured Mbed TLS bui…34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not …36 [Req.adaptability] The implementation of the mechanism must be adaptable with future evolution of t…40 [Limitation.matrix] If a mechanism is defined by a combination of algorithms and key types, for exa…46 …rform an operation, for example single-part and multi-part, there is no mechanism to select only o…71 …es conditional compilation based on the availability of a cryptographic mechanism through the PSA …[all …]
84 1. Should there be a mechanism (such as an attribute list) to88 the EGLConfig mechanism. Instead, force applications to query150 9. Is a general display pointer query mechanism needed, or should154 RESOLVED: A general mechanism is better. It may have other160 RESOLVED: Yes. Without this mechanism, it is likely that most161 device extensions would require a separate mechanism to170 complexity of this extension and the EGL extension mechanism
46 synchronization mechanism. Such a fence object will be signaled when all59 Some platforms have an implicit synchronization mechanism associated with63 an affected buffer into EGL has a mechanism to flush any drawing operations64 in flight such that they are waiting on the synchronization mechanism.69 The mechanism to wait for the synchronization mechanism should not require140 mechanism, between the command and any other operations that also respect141 the synchronization mechanism(s)."
168 profile mechanism was not introduced until OpenGL 3.2. However, the169 extended context creation mechanism operates outside the scope of a184 features from recent versions of OpenGL, a different mechanism, such204 If, in the future, ES and GL are unified under the profile mechanism238 Version 1, 2010/05/18 - Recast the OpenGL ES 2.0 "profile" mechanism240 mechanism.
58 The OpenGL ES extension OES_EGL_image provides a mechanism for creating67 This extension provides a mechanism for creating texture objects that are96 <If EXT_direct_state_access or an equivalent mechanism is supported:>146 <If EXT_direct_state_access or an equivalent mechanism is supported:>
27 This extension extends the mechanism of input attachments to allow access to42 input attachments and a different mechanism will be needed to provide
28 This extension extends the mechanism of input attachments to allow access to46 input attachments and a different mechanism will be needed to provide
31 The `VK_KHR_performance_query` extension adds a mechanism to allow querying44 1) Should this extension include a mechanism to begin a query in command50 2) Should this extension include a mechanism to begin and end queries96 10) Should we introduce an indirect mechanism to set the counter pass index?
160 dedicated allocation mechanism to associate the exported and imported memory181 whereas such usage would be awkward at best with a sharing mechanism based183 Further, aligning the mechanism with the API in this way provides some hope192 mechanism must accommodate their model.217 There are myriad security and extensibility issues with such a mechanism,220 If desired, such a mechanism could be built as a layer or helper library on
161 dedicated allocation mechanism to associate the exported and imported memory182 whereas such usage would be awkward at best with a sharing mechanism based184 Further, aligning the mechanism with the API in this way provides some hope193 mechanism must accommodate their model.218 There are myriad security and extensibility issues with such a mechanism,221 If desired, such a mechanism could be built as a layer or helper library on
3 The dynamic linker provides the namespace mechanism which is based on configures and apis. 5 …with different symbols won't conflict. On the other hand, the namespace mechanism provides the fle…
22 * The mechanism for calling native (C/C++) audio functionality from a Kotlin/Java app.23 * A mechanism for sharing binary data between a Kotlin/Java app with the native (C/C++) layer.24 * A mechanism for parsing/loading one type (WAV) of audio data.
30 supports the callback mechanism, it will be automatically called if78 At a future point in time (probably via a polling mechanism or via an91 a polling mechanism or an interrupt.
5 [open,refpage='VkWin32KeyedMutexAcquireReleaseInfoNV',desc='Use Windows keyex mutex mechanism to sy…8 resource to a queue, the keyed mutex mechanism may: be used in addition to
42 This extension provides a mechanism for an application to obtain76 The object buffer interface provides a mechanism for an80 driver. This provides a platform-independent mechanism for
15 <para>The original security mechanism of IEEE 802.11 standard was49 keyed packet authentication mechanism (Michael MIC).</para>64 of the selected key management mechanism (only the method for
19 <para>The original security mechanism of IEEE 802.11 standard was53 keyed packet authentication mechanism (Michael MIC).</para>68 of the selected key management mechanism (only the method for
616 def auth(self, mechanism, authobject, *, initial_response_ok=True): argument638 mechanism = mechanism.upper()642 (code, resp) = self.docmd("AUTH", mechanism + " " + response)645 (code, resp) = self.docmd("AUTH", mechanism)