Home
last modified time | relevance | path

Searched defs:R (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/ecc/
Decc_alt.c18 static int esp_mbedtls_ecp_point_multiply(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in esp_mbedtls_ecp_point_multiply()
51 int ecp_mul_restartable_internal( mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_mul_restartable_internal()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Dcpu_region_protect.c33 const unsigned R = PMP_L | PMP_TOR | PMP_R; in esp_cpu_configure_region_protection() local
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Dcpu_region_protect.c55 const unsigned R = PMP_L | PMP_R; in esp_cpu_configure_region_protection() local
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c105 __attribute__((unused)) const unsigned R = PMP_L | PMP_R; in esp_cpu_configure_region_protection() local
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c105 __attribute__((unused)) const unsigned R = PMP_L | PMP_R; in esp_cpu_configure_region_protection() local
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha512-internal.c95 #define R(x, n) (((x) & CONST64(0xFFFFFFFFFFFFFFFF)) >> ((u64) n)) macro
Dsha256-internal.c74 #define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) macro
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c147 #define R(t) \ in mbedtls_sha1_software_process() macro
Desp_sha256.c169 #define R(t) \ macro
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c297 static int ecp_opp(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, const mbedtls_ecp_point *P) in ecp_opp()