Searched defs:R (Results 1 – 10 of 10) sorted by relevance
18 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()
33 const unsigned R = PMP_L | PMP_TOR | PMP_R; in esp_cpu_configure_region_protection() local
55 const unsigned R = PMP_L | PMP_R; in esp_cpu_configure_region_protection() local
105 __attribute__((unused)) const unsigned R = PMP_L | PMP_R; in esp_cpu_configure_region_protection() local
95 #define R(x, n) (((x) & CONST64(0xFFFFFFFFFFFFFFFF)) >> ((u64) n)) macro
74 #define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) macro
147 #define R(t) \ in mbedtls_sha1_software_process() macro
169 #define R(t) \ macro
297 static int ecp_opp(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, const mbedtls_ecp_point *P) in ecp_opp()