Lines Matching refs:forced_status

56         return mbedtls_test_driver_cipher_hooks.forced_status;  in mbedtls_test_transparent_cipher_encrypt()
59 if (mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS) { in mbedtls_test_transparent_cipher_encrypt()
60 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_encrypt()
106 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_decrypt()
109 if (mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS) { in mbedtls_test_transparent_cipher_decrypt()
110 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_decrypt()
144 if (mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS) { in mbedtls_test_transparent_cipher_encrypt_setup()
145 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_encrypt_setup()
170 if (mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS) { in mbedtls_test_transparent_cipher_decrypt_setup()
171 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_decrypt_setup()
206 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_abort()
217 if (mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS) { in mbedtls_test_transparent_cipher_set_iv()
218 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_set_iv()
255 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_update()
258 if (mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS) { in mbedtls_test_transparent_cipher_update()
259 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_update()
294 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_finish()
297 if (mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS) { in mbedtls_test_transparent_cipher_finish()
298 return mbedtls_test_driver_cipher_hooks.forced_status; in mbedtls_test_transparent_cipher_finish()