Searched refs:verify_first (Results 1 – 2 of 2) sorted by relevance
32 …t_multiply(const ecc_point_t *point, const uint8_t *scalar, ecc_point_t *result, bool verify_first) in esp_ecc_point_multiply() argument36 ecc_mode_t work_mode = verify_first ? ECC_MODE_VERIFY_THEN_POINT_MUL : ECC_MODE_POINT_MUL; in esp_ecc_point_multiply()
44 …_multiply(const ecc_point_t *point, const uint8_t *scalar, ecc_point_t *result, bool verify_first);