Home
last modified time | relevance | path

Searched full:8192 (Results 1 – 19 of 19) sorted by relevance

/optee_os/core/drivers/crypto/se050/
H A Dcrypto.mk42 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 Ddh.c159 { /* 8192-bit MODP Group 18 - https://tools.ietf.org/html/rfc3526#section-7 */
161 "DH-8192",
H A Ddh_generate_key.c32 return 77; /* 8192-bit => key size 616-bit */ in s_dh_groupsize_to_keysize()
/optee_os/core/arch/arm/include/kernel/
H A Dthread_private_arch.h28 #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 Dthread_private_arch.h24 #define STACK_THREAD_SIZE (8192 + CFG_STACK_THREAD_EXTRA)
/optee_os/core/drivers/
H A Dls_i2c.c49 { 7168, 0xBA }, { 7680, 0xB7 }, { 8192, 0xBB }, { 9216, 0xBC },
77 { 7168, 0xBA }, { 7680, 0xB7 }, { 8192, 0xBB }, { 9216, 0xBC },
H A Dls_dspi.c122 4096, 8192, 16384, 32768 }; in dspi_convert_hz_to_baud()
H A Dstm32_tamp.c1806 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 Dgzguts.h157 #define GZBUFSIZE 8192
H A Dzlib.h1369 size. The default buffer size is 8192 bytes. This function must be called
/optee_os/.github/workflows/
H A Dci.yml210 …=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 Dtomcrypt_pk.h408 /* 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 Dtomcrypt_custom.h724 #define LTC_FILE_READ_BUFSIZE 8192
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_generic.c1525 *bits = 8192; in mbedtls_ssl_get_psa_ffdh_info_from_tls_id()
H A Dpsa_crypto.c321 case 8192: in psa_is_dh_key_size_valid()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_sizes.h229 #define PSA_VENDOR_FFDH_MAX_KEY_BITS 8192u
H A Dcrypto_values.h739 * 2048, 3072, 4096, 6144, 8192. A given implementation may support
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Ddhm.h411 * - Fix N in { 2048, 3072, 4096, 6144, 8192 } and consider the N-bit number
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog5141 * POLARSSL_MPI_MAX_SIZE now defaults to 1024 in order to allow 8192 bits