Searched full:8192 (Results 1 – 19 of 19) sorted by relevance
| /optee_os/core/drivers/crypto/se050/ |
| H A D | crypto.mk | 42 ifeq ($(shell test $(CFG_STACK_THREAD_EXTRA) -lt 8192; echo $$?), 0) 43 $(error Error: SE050 requires CFG_STACK_THREAD_EXTRA at least 8192) 45 ifeq ($(shell test $(CFG_STACK_TMP_EXTRA) -lt 8192; echo $$?), 0) 46 $(error Error: SE050 requires CFG_STACK_TMP_EXTRA at least 8192)
|
| /optee_os/core/lib/libtomcrypt/src/pk/dh/ |
| H A D | dh.c | 159 { /* 8192-bit MODP Group 18 - https://tools.ietf.org/html/rfc3526#section-7 */ 161 "DH-8192",
|
| H A D | dh_generate_key.c | 32 return 77; /* 8192-bit => key size 616-bit */ in s_dh_groupsize_to_keysize()
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_private_arch.h | 28 #define STACK_THREAD_SIZE (8192 + CFG_STACK_THREAD_EXTRA) 50 #define STACK_THREAD_SIZE (8192 + CFG_STACK_THREAD_EXTRA)
|
| /optee_os/core/arch/riscv/include/kernel/ |
| H A D | thread_private_arch.h | 24 #define STACK_THREAD_SIZE (8192 + CFG_STACK_THREAD_EXTRA)
|
| /optee_os/core/drivers/ |
| H A D | ls_i2c.c | 49 { 7168, 0xBA }, { 7680, 0xB7 }, { 8192, 0xBB }, { 9216, 0xBC }, 77 { 7168, 0xBA }, { 7680, 0xB7 }, { 8192, 0xBB }, { 9216, 0xBC },
|
| H A D | ls_dspi.c | 122 4096, 8192, 16384, 32768 }; in dspi_convert_hz_to_baud()
|
| H A D | stm32_tamp.c | 1806 case 8192: in stm32_tamp_parse_passive_conf() 1807 /* RTCCLK / 8192 (4 Hz when RTCCLK = 32768 Hz) */ in stm32_tamp_parse_passive_conf() 1978 /* RTCCLK / 8192 (4 Hz when RTCCLK = 32768 Hz) */ in stm32_tamp_parse_active_conf()
|
| /optee_os/core/lib/zlib/ |
| H A D | gzguts.h | 157 #define GZBUFSIZE 8192
|
| H A D | zlib.h | 1369 size. The default buffer size is 8192 bytes. This function must be called
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 210 …=imx-mx6ullevk CFG_NXP_SE05X=y CFG_IMX_I2C=y CFG_STACK_{THREAD,TMP}_EXTRA=8192 CFG_CRYPTO_DRV_{CIP… 211 …CAAM_RNG_DRV=y CFG_NXP_SE05X=y CFG_IMX_I2C=y CFG_STACK_{THREAD,TMP}_EXTRA=8192 CFG_CRYPTO_DRV_{CIP…
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 408 /* Max diff between group and modulus size in bytes (max case: L=8192bits, N=256bits) */ 414 /* Max DSA modulus size in bytes (the actual DSA size, max 8192 bits) */
|
| H A D | tomcrypt_custom.h | 724 #define LTC_FILE_READ_BUFSIZE 8192
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_tls13_generic.c | 1525 *bits = 8192; in mbedtls_ssl_get_psa_ffdh_info_from_tls_id()
|
| H A D | psa_crypto.c | 321 case 8192: in psa_is_dh_key_size_valid()
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_sizes.h | 229 #define PSA_VENDOR_FFDH_MAX_KEY_BITS 8192u
|
| H A D | crypto_values.h | 739 * 2048, 3072, 4096, 6144, 8192. A given implementation may support
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | dhm.h | 411 * - Fix N in { 2048, 3072, 4096, 6144, 8192 } and consider the N-bit number
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 5141 * POLARSSL_MPI_MAX_SIZE now defaults to 1024 in order to allow 8192 bits
|