mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-30 11:35:21 +08:00

Once an operation has been 'accepted' by a driver, the remainder is bound to the same driver, since driver-specific context structs cannot be shared. This provides a pretty good gate mechanism for the fallback logic, too. Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>