/hal_espressif-latest/components/esp_rom/linux/ |
D | esp_rom_sys.c | 60 char c, sign; in esp_rom_vprintf() local 95 sign = '\0'; in esp_rom_vprintf() 126 sign = '-'; in esp_rom_vprintf() 212 if (sign != '\0') { in esp_rom_vprintf() 217 if (sign != '\0') { in esp_rom_vprintf() 218 (*putc)(sign); in esp_rom_vprintf() 220 sign = '\0'; in esp_rom_vprintf() 231 if (sign != '\0') { in esp_rom_vprintf() 232 (*putc)(sign); in esp_rom_vprintf()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | p_256_ecc_pp.c | 161 uint32_t sign; in ECC_NAF() local 168 sign = (k[0] & 0x03); // 1 or 3 in ECC_NAF() 171 if (sign == 1) { in ECC_NAF() 183 sign = 0; in ECC_NAF() 187 naf[i / 4] |= (sign) << ((i % 4) * 2); in ECC_NAF() 197 uint32_t sign; in ECC_PointMult_Bin_NAF() local 231 sign = (naf[i / 4] >> ((i % 4) * 2)) & 0x03; in ECC_PointMult_Bin_NAF() 233 if (sign == 1) { in ECC_PointMult_Bin_NAF() 236 } else if (sign == 3) { in ECC_PointMult_Bin_NAF()
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 118 int used, alloc, sign; member 387 a->sign = MP_ZPOS; in mp_init() 412 a->sign = MP_ZPOS; in mp_clear() 424 sa = a->sign; in mp_add() 425 sb = b->sign; in mp_add() 431 c->sign = sa; in mp_add() 439 c->sign = sb; in mp_add() 442 c->sign = sa; in mp_add() 456 sa = a->sign; in mp_sub() 457 sb = b->sign; in mp_sub() [all …]
|
/hal_espressif-latest/components/esp_adc/deprecated/ |
D | esp_adc_cal_common_legacy.c | 84 error = (int32_t)term[0] * (*param->sign)[atten][0]; in esp_adc_cal_get_reading_error() 93 error += (int32_t)term[i] * (*param->sign)[atten][i]; in esp_adc_cal_get_reading_error()
|
D | esp_adc_cal_internal_legacy.h | 34 const int32_t (*sign)[COEFF_GROUP_NUM][TERM_MAX]; //Sign of each term member
|
/hal_espressif-latest/components/esp_adc/ |
D | curve_fitting_coefficients.h | 21 const int32_t (*sign)[COEFF_GROUP_NUM][TERM_MAX]; ///< Sign of each term member
|
D | adc_cali_curve_fitting.c | 202 error = (int32_t)(term[0] * (*param->sign)[atten][0]); in get_reading_error() 210 error += (int32_t)(term[i] * (*param->sign)[atten][i]); in get_reading_error()
|
/hal_espressif-latest/components/esp_adc/esp32c3/ |
D | curve_fitting_coefficients.c | 45 ctx->sign = &adc1_error_sign; in curve_fitting_get_second_step_coeff()
|
/hal_espressif-latest/zephyr/port/include/ |
D | esp_adc_cal_internal.h | 34 const int32_t (*sign)[COEFF_GROUP_NUM][TERM_MAX]; //Sign of each term member
|
/hal_espressif-latest/components/esp_adc/esp32c6/ |
D | curve_fitting_coefficients.c | 71 ctx->sign = &adc1_error_sign[VER2IDX(adc_calib_ver)]; in curve_fitting_get_second_step_coeff()
|
/hal_espressif-latest/components/esp_adc/esp32h2/ |
D | curve_fitting_coefficients.c | 58 ctx->sign = &adc1_error_sign[VER2IDX(adc_calib_ver)]; in curve_fitting_get_second_step_coeff()
|
/hal_espressif-latest/components/esp_adc/esp32s3/ |
D | curve_fitting_coefficients.c | 54 ctx->sign = (config->unit_id == ADC_UNIT_1) ? &adc1_error_sign : &adc2_error_sign; in curve_fitting_get_second_step_coeff()
|
/hal_espressif-latest/components/hal/ |
D | Kconfig | 112 This countermeasure masks the real ECDSA sign operation 113 under dummy sign operations to add randomness in the generated power signature.
|
/hal_espressif-latest/zephyr/esp32c3/src/esp_adc_cal/ |
D | esp_adc_cal.c | 180 .sign = &adc_error_sign, in esp_adc_cal_raw_to_voltage()
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32c3/ |
D | esp_adc_cal_legacy.c | 171 .sign = &adc_error_sign, in esp_adc_cal_raw_to_voltage()
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32s3/ |
D | esp_adc_cal_legacy.c | 180 .sign = (chars->adc_num == ADC_UNIT_1) ? &adc1_error_sign : &adc2_error_sign, in esp_adc_cal_raw_to_voltage()
|
/hal_espressif-latest/tools/esptool_py/espsecure/esp_hsm_sign/ |
D | __init__.py | 135 signature = private_key.sign(
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 504 Enable hardware accelerated ECDSA peripheral to sign data 518 bool "Mask original ECDSA sign operation under dummy sign operations" 523 The ECDSA peripheral before ECO5 does not offer constant time ECDSA sign operation. 526 This countermeasure masks the real ECDSA sign operation 527 under dummy sign operations to add randomness in the generated power signature. 554 bool "Enable hardware ECDSA sign acceleration when using ATECC608A" 557 This option enables hardware acceleration for ECDSA sign function, only 564 This option enables hardware acceleration for ECDSA sign function, only
|
/hal_espressif-latest/components/bootloader_support/ |
D | CMakeLists.txt | 146 # sign at build time, extracts key from signing key
|
/hal_espressif-latest/components/bootloader/subproject/ |
D | CMakeLists.txt | 212 "To sign the bootloader with additional private keys."
|
/hal_espressif-latest/tools/esptool_py/espsecure/ |
D | __init__.py | 639 signature = private_key.sign( 672 signature = private_key.sign(digest, ec.ECDSA(utils.Prehashed(hash_type)))
|
/hal_espressif-latest/tools/esptool_py/ |
D | LICENSE | 326 school, if any, to sign a "copyright disclaimer" for the program, if
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 720 "Secure boot private signing key" will be used to sign the image. 731 Path to the key file used to sign app images.
|