Lines Matching refs:forced_status
61 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_encrypt()
64 if( mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS ) in mbedtls_test_transparent_cipher_encrypt()
65 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_encrypt()
98 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_decrypt()
101 if( mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS ) in mbedtls_test_transparent_cipher_decrypt()
102 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_decrypt()
124 if( mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS ) in mbedtls_test_transparent_cipher_encrypt_setup()
125 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_encrypt_setup()
139 if( mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS ) in mbedtls_test_transparent_cipher_decrypt_setup()
140 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_decrypt_setup()
162 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_abort()
172 if( mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS ) in mbedtls_test_transparent_cipher_set_iv()
173 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_set_iv()
199 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_update()
202 if( mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS ) in mbedtls_test_transparent_cipher_update()
203 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_update()
228 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_finish()
231 if( mbedtls_test_driver_cipher_hooks.forced_status != PSA_SUCCESS ) in mbedtls_test_transparent_cipher_finish()
232 return( mbedtls_test_driver_cipher_hooks.forced_status ); in mbedtls_test_transparent_cipher_finish()