Home
last modified time | relevance | path

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

/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto.function701 int round, int inject_error)
777 if (inject_error == 1) {
795 if (inject_error == 1 && status != PSA_SUCCESS) {
805 if (inject_error == 1 && status != PSA_SUCCESS) {
815 if (inject_error == 1 && status != PSA_SUCCESS) {
825 if (inject_error == 1 && status != PSA_SUCCESS) {
835 if (inject_error == 1 && status != PSA_SUCCESS) {
845 if (inject_error == 1 && status != PSA_SUCCESS) {
853 if (inject_error == 1) {
901 if (inject_error == 1 && status != PSA_SUCCESS) {
[all …]
/mbedtls-3.5.0/programs/ssl/
Dssl_server2.c1105 ssl_async_inject_error_t inject_error; member
1194 if (config_data->inject_error == SSL_ASYNC_INJECT_ERROR_START) { in ssl_async_start()
1288 if (config_data->inject_error == SSL_ASYNC_INJECT_ERROR_RESUME) { in ssl_async_resume()
3103 ssl_async_keys.inject_error = (opt.async_private_error < 0 ? in main()
3439 ssl_async_keys.inject_error == SSL_ASYNC_INJECT_ERROR_CANCEL) { in main()
3484 ssl_async_keys.inject_error = SSL_ASYNC_INJECT_ERROR_NONE; in main()