Home
last modified time | relevance | path

Searched refs:SOC_RSA_MAX_BIT_LEN (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32s3/
Desp_ds.h83 uint32_t Y[SOC_RSA_MAX_BIT_LEN / 32]; //!< RSA exponent
84 uint32_t M[SOC_RSA_MAX_BIT_LEN / 32]; //!< RSA modulus
85 uint32_t Rb[SOC_RSA_MAX_BIT_LEN / 32]; //!< RSA r inverse operand
/hal_espressif-3.6.0/components/mbedtls/port/
Desp_bignum.c293 if (num_words * 32 > SOC_RSA_MAX_BIT_LEN) { in esp_mpi_exp_mod()
429 if (hw_words * 32 > SOC_RSA_MAX_BIT_LEN/2) { in mbedtls_mpi_mul_mpi()
430 if (z_words * 32 <= SOC_RSA_MAX_BIT_LEN) { in mbedtls_mpi_mul_mpi()
/hal_espressif-3.6.0/components/mbedtls/test/
Dtest_mbedtls_mpi.c70 if (mod_bits > 0 && mod_bits <= SOC_RSA_MAX_BIT_LEN) { in test_bignum_mult_variant()
104 for(int i = 512; i <= SOC_RSA_MAX_BIT_LEN; i+= 512) {
Dtest_rsa.c420 for (int keysize = 2048; keysize <= SOC_RSA_MAX_BIT_LEN; keysize += 1024) {
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h181 #define SOC_RSA_MAX_BIT_LEN (3072) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc_caps.h169 #define SOC_RSA_MAX_BIT_LEN (3072) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h274 #define SOC_RSA_MAX_BIT_LEN (4096) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h301 #define SOC_RSA_MAX_BIT_LEN (4096) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h282 #define SOC_RSA_MAX_BIT_LEN (4096) macro
/hal_espressif-3.6.0/components/mbedtls/
DKconfig382 and modular exponentiation for up to SOC_RSA_MAX_BIT_LEN bit results.
992 larger than SOC_RSA_MAX_BIT_LEN. If this is not active
994 than SOC_RSA_MAX_BIT_LEN.