Home
last modified time | relevance | path

Searched refs:ecdsa_hal_get_operation_result (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/
Decdsa_hal.c29 bool ecdsa_hal_get_operation_result(void) in ecdsa_hal_get_operation_result() function
149 bool res = ecdsa_hal_get_operation_result(); in ecdsa_hal_verify_signature()
/hal_espressif-latest/components/hal/include/hal/
Decdsa_hal.h80 bool ecdsa_hal_get_operation_result(void);
/hal_espressif-latest/components/mbedtls/port/ecdsa/
Decdsa_alt.c184 process_again = !ecdsa_hal_get_operation_result() in esp_ecdsa_sign()