Home
last modified time | relevance | path

Searched refs:inject_error (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto.function686 int round, int inject_error)
762 if (inject_error == 1) {
780 if (inject_error == 1 && status != PSA_SUCCESS) {
790 if (inject_error == 1 && status != PSA_SUCCESS) {
800 if (inject_error == 1 && status != PSA_SUCCESS) {
810 if (inject_error == 1 && status != PSA_SUCCESS) {
820 if (inject_error == 1 && status != PSA_SUCCESS) {
830 if (inject_error == 1 && status != PSA_SUCCESS) {
838 if (inject_error == 1) {
886 if (inject_error == 1 && status != PSA_SUCCESS) {
[all …]
/mbedtls-latest/programs/ssl/
Dssl_server2.c1103 ssl_async_inject_error_t inject_error; member
1192 if (config_data->inject_error == SSL_ASYNC_INJECT_ERROR_START) { in ssl_async_start()
1286 if (config_data->inject_error == SSL_ASYNC_INJECT_ERROR_RESUME) { in ssl_async_resume()
3133 ssl_async_keys.inject_error = (opt.async_private_error < 0 ? in main()
3484 ssl_async_keys.inject_error == SSL_ASYNC_INJECT_ERROR_CANCEL) { in main()
3530 ssl_async_keys.inject_error = SSL_ASYNC_INJECT_ERROR_NONE; in main()