Home
last modified time | relevance | path

Searched refs:verify_first (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/ecc/
Desp_ecc.c32 …t_multiply(const ecc_point_t *point, const uint8_t *scalar, ecc_point_t *result, bool verify_first) in esp_ecc_point_multiply() argument
36 ecc_mode_t work_mode = verify_first ? ECC_MODE_VERIFY_THEN_POINT_MUL : ECC_MODE_POINT_MUL; in esp_ecc_point_multiply()
/hal_espressif-latest/components/mbedtls/port/include/
Decc_impl.h44 …_multiply(const ecc_point_t *point, const uint8_t *scalar, ecc_point_t *result, bool verify_first);