Searched refs:options (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/drivers/crypto/caam/include/ |
A D | caam_desc_ccb_defines.h | 48 #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/core/lib/libtomcrypt/src/misc/base16/ |
A D | base16_encode.c | 31 unsigned int options) in base16_encode() argument 56 if (options == 0) { in base16_encode()
|
/optee_os/lib/libmbedtls/mbedtls/ |
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… 76 …ommand line; compiler warning options may be overridden separately using `WARNING_CFLAGS`. Some di… 78 …options 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 D | ChangeLog | 113 * Restore the ability to configure PSA via Mbed TLS options to support RSA 1367 hardware accelerators that don't implement all options or features. 2059 * Extend cert_write example program by options to set the certificate version 2758 * Configuration options POLARSSL_HAVE_LONGLONG was removed (now always on). 2759 * Configuration options POLARSSL_HAVE_INT8 and POLARSSL_HAVE_INT16 have 3116 * version_check_feature() added to check for compile-time options at
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | pk.c | 337 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/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_misc.h | 58 unsigned int options);
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | pk.h | 483 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options,
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | pk.h | 483 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options,
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | pk.h | 483 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options,
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | pk.h | 483 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options,
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | pk.h | 483 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options,
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 13 configured by compile-time definitions, Major options include: 55 accreted flexibility and additional options over the years, it remains
|
Completed in 20 milliseconds