Searched refs:options (Results 1 – 12 of 12) sorted by relevance
| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_desc_ccb_defines.h | 54 #define NFIFO_PAD(cla, options, data, pad, len) \ argument 55 (NFIFO_CLASS(cla) | (options) | NFIFO_STYPE(PAD) | NFIFO_DTYPE(data) | \ 61 #define NFIFO_NOPAD(cla, options, src, data, len) \ argument 62 (NFIFO_CLASS(cla) | (options) | NFIFO_STYPE(src) | NFIFO_DTYPE(data) | \
|
| /optee_os/core/lib/libtomcrypt/src/misc/base16/ |
| H A D | base16_encode.c | 24 unsigned int options) in base16_encode() argument 49 if (options == 0) { in base16_encode()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 11 Mbed TLS should build out of the box on most systems. Some platform specific options are available … 13 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when… 109 …ommand line; compiler warning options may be overridden separately using `WARNING_CFLAGS`. Some di… 111 …options to the default ones, you can do so by setting `CFLAGS=-O2 -Werror` for example. Setting `W… 113 …. Please check the Makefiles in `library/`, `programs/` and `tests/` for options to manually add o… 156 To list other available CMake options, use: 247 …integration tests for various TLS options (renegotiation, resumption, etc.) and tests interoperabi… 251 …uns a combination of the above tests, plus some more, with various build options (such as ASan, fu… 306 When using drivers, you will generally want to enable two compilation options (see the reference ma…
|
| H A D | .uncrustify.cfg | 1 # Configuration options for Uncrustify specifying the Mbed TLS code style.
|
| H A D | SECURITY.md | 130 architectures and currently only available for AES. See configuration options
|
| H A D | ChangeLog | 408 * Rename the MBEDTLS_SHA256_USE_A64_CRYPTO_xxx config options to 634 * Extended PSA Crypto configurations options for FFDH by making it possible 1181 options within the appropriate modules. 1255 New options MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_xxx_ENABLED 1488 MBEDTLS_SSL_SRV_C configuration options control this. 2060 configuration options MBEDTLS_SSL_PROTO_TLS1, 2092 MBEDTLS_X509_CHECK_EXTENDED_KEY_USAGE config.h options and let the code 2103 options. Fixes #4084. 2210 * Restore the ability to configure PSA via Mbed TLS options to support RSA 3471 hardware accelerators that don't implement all options or features. [all …]
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_misc.h | 51 unsigned int options);
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 18 use can disabled. No #ifdefs or compiler options need to be set for 347 headers). This is useful if the compiler options deny the usage of floating 351 #### Compiler options 353 Compilers support a number of options that control 355 it is usually possible to give options to the compiler to avoid all 358 bigger and slower, but these options may still be useful 365 #### CMake options 368 support. These options can be enabled by adding them to the CMake configuration 370 available options and the associated #defines. argument
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pk.c | 1099 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext() argument 1118 if (options != NULL) { in mbedtls_pk_verify_ext() 1141 if (options == NULL) { in mbedtls_pk_verify_ext() 1145 pss_opts = (const mbedtls_pk_rsassa_pss_options *) options; in mbedtls_pk_verify_ext()
|
| H A D | ssl_tls13_generic.c | 239 void const *options = NULL; in ssl_tls13_parse_certificate_verify() local 321 options = (const void *) &rsassa_pss_options; in ssl_tls13_parse_certificate_verify() 325 if ((ret = mbedtls_pk_verify_ext(sig_alg, options, in ssl_tls13_parse_certificate_verify()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | pk.h | 812 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options,
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 13 configured by compile-time definitions, Major options include: 55 accreted flexibility and additional options over the years, it remains
|