Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function708 int round, int inject_error)
784 if (inject_error == 1) {
802 if (inject_error == 1 && status != PSA_SUCCESS) {
812 if (inject_error == 1 && status != PSA_SUCCESS) {
822 if (inject_error == 1 && status != PSA_SUCCESS) {
832 if (inject_error == 1 && status != PSA_SUCCESS) {
842 if (inject_error == 1 && status != PSA_SUCCESS) {
852 if (inject_error == 1 && status != PSA_SUCCESS) {
860 if (inject_error == 1) {
908 if (inject_error == 1 && status != PSA_SUCCESS) {
[all …]
/openthread-latest/third_party/mbedtls/repo/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()
3124 ssl_async_keys.inject_error = (opt.async_private_error < 0 ? in main()
3475 ssl_async_keys.inject_error == SSL_ASYNC_INJECT_ERROR_CANCEL) { in main()
3520 ssl_async_keys.inject_error = SSL_ASYNC_INJECT_ERROR_NONE; in main()