Home
last modified time | relevance | path

Searched refs:options (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/caam/include/
A Dcaam_desc_ccb_defines.h48 #define NFIFO_PAD(cla, options, data, pad, len) \ argument
49 (NFIFO_CLASS(cla) | (options) | NFIFO_STYPE(PAD) | NFIFO_DTYPE(data) | \
55 #define NFIFO_NOPAD(cla, options, src, data, len) \ argument
56 (NFIFO_CLASS(cla) | (options) | NFIFO_STYPE(src) | NFIFO_DTYPE(data) | \
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/base16/
A Dbase16_encode.c24 unsigned int options) in base16_encode() argument
49 if (options == 0) { in base16_encode()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpk.c337 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext() argument
364 if( options == NULL ) in mbedtls_pk_verify_ext()
367 pss_opts = (const mbedtls_pk_rsassa_pss_options *) options; in mbedtls_pk_verify_ext()
391 if( options != NULL ) in mbedtls_pk_verify_ext()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DREADME.md11 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…
76 …ommand line; compiler warning options may be overridden separately using `WARNING_CFLAGS`. Some di…
78options to the default ones, you can do so by setting `CFLAGS=-O2 -Werror` for example. Setting `W…
80 …. Please check the Makefiles in `library/`, `programs/` and `tests/` for options to manually add o…
123 To list other available CMake options, use:
185 …integration tests for various TLS options (renegotiation, resumption, etc.) and tests interoperabi…
189 …uns a combination of the above tests, plus some more, with various build options (such as ASan, fu…
A DChangeLog328 * Restore the ability to configure PSA via Mbed TLS options to support RSA
1582 hardware accelerators that don't implement all options or features.
2274 * Extend cert_write example program by options to set the certificate version
2973 * Configuration options POLARSSL_HAVE_LONGLONG was removed (now always on).
2974 * Configuration options POLARSSL_HAVE_INT8 and POLARSSL_HAVE_INT16 have
3331 * version_check_feature() added to check for compile-time options at
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_misc.h51 unsigned int options);
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpk.h472 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options,
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.doc13 configured by compile-time definitions, Major options include:
55 accreted flexibility and additional options over the years, it remains

Completed in 15 milliseconds