Searched refs:require (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/drivers/crypto/caam/utils/ |
| H 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() 1122 DMAOBJ_TRACE("DMA buffer size require %zu", priv->dmabuf.require); in get_dma_max_alloc_size() 1123 alloc_size = MIN(priv->dmabuf.require, MAX_BUFFER_ALLOC_SIZE); in get_dma_max_alloc_size()
|
| /optee_os/core/lib/libfdt/ |
| H A D | README.license | 39 software, but also require contributions to be returned were
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 91 …require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are suff…
|
| H A D | ChangeLog | 737 * Officially require Python 3.8 now that earlier versions are out of support. 1102 compilers still require MBEDTLS_HAVE_ASM and a 64-bit target.) 2009 * The following functions now require an RNG parameter: 2021 * Signature functions in the RSA and PK modules now require the hash 2660 require the attacker to control that IP address, though). Similar attacks 3825 would require a non DER-compliant certificate to be correctly signed by a 4210 particular, don't require P,Q if neither CRT nor blinding are 4490 library features that do not require an entropy source. 4686 require reading a string of close to or larger than 2^62 bytes. 5176 * Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no [all …]
|
| /optee_os/core/arch/arm/dts/ |
| H A D | fsl-lx2160a.dtsi | 439 // One clock unit-sysclk node which bootloader require during DT fix-up
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 300 usually don't require any hardware, libraries or includes. The C
|