mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-09 07:59:40 +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>