Searched refs:require (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/drivers/crypto/caam/utils/ |
A D | utils_dmaobj.c | 43 size_t require; member 330 if (ADD_OVERFLOW(priv->dmabuf.require, length, &tmp)) in add_dma_require() 331 priv->dmabuf.require = SIZE_MAX; in add_dma_require() 333 priv->dmabuf.require = tmp; in add_dma_require() 553 if (ADD_OVERFLOW(priv->dmabuf.require, in check_buffer_boundary() 555 priv->dmabuf.require = SIZE_MAX; in check_buffer_boundary() 557 priv->dmabuf.require = tmp; in check_buffer_boundary() 1118 DMAOBJ_TRACE("DMA buffer size require %zu", priv->dmabuf.require); in get_dma_max_alloc_size() 1119 alloc_size = MIN(priv->dmabuf.require, MAX_BUFFER_ALLOC_SIZE); in get_dma_max_alloc_size()
|
/optee_os/core/lib/libfdt/ |
A D | README.license | 39 software, but also require contributions to be returned were
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | README.md | 54 …require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are suff…
|
A D | ChangeLog | 513 require the attacker to control that IP address, though). Similar attacks 1678 would require a non DER-compliant certificate to be correctly signed by a 2063 particular, don't require P,Q if neither CRT nor blinding are 2343 library features that do not require an entropy source. 2539 require reading a string of close to or larger than 2^62 bytes. 3029 * Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no 3031 * Ciphersuites using RSA-PSK key exchange new require TLS 1.x (the spec is 3406 * All RSA operations require a random generator for blinding purposes
|
/optee_os/core/arch/arm/dts/ |
A D | fsl-lx2160a.dtsi | 433 // One clock unit-sysclk node which bootloader require during DT fix-up
|
Completed in 12 milliseconds