Home
last modified time | relevance | path

Searched refs:ok (Results 1 – 12 of 12) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/
Dtcp_client.pl75 my $ok = $connection->recv($actual_data, length($expected_data));
76 if (!defined $ok) {
/openthread-2.7.6/tests/scripts/thread-cert/pktverify/
Dpacket.py125 ok = func(self)
126 print("\t=> %s" % ok, file=sys.stderr)
127 return ok
/openthread-2.7.6/src/posix/
Dclient.cpp189 bool ok = false; in ReconnectSession() local
201 VerifyOrExit(rval == -1, ok = true); in ReconnectSession()
208 return ok; in ReconnectSession()
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdh.function7 int ok = 0;
15 ok = 1;
17 return( ok );
24 int ok = 0;
34 ok = 1;
36 return( ok );
Dtest_suite_psa_crypto_se_driver_hal.function529 int ok = 0;
578 ok = 1;
587 return( ok );
609 int ok = 0;
615 ok = 1;
619 return( ok );
627 int ok = 0;
630 ok = 1;
633 return( ok );
664 int ok = 0;
[all …]
Dtest_suite_psa_crypto.function232 int ok = 0;
292 ok = 1;
301 return( ok );
782 int ok = 0;
790 ok = 1;
793 return( ok );
802 int ok = 0;
815 ok = 1;
818 return( ok );
1027 int ok = 0;
[all …]
Dtest_suite_asn1write.function31 int ok = 0;
45 ok = 1;
50 return( ok );
Dtest_suite_rsa.function660 int ok;
676 ok = olen == hash_result->len && memcmp( output, hash_result->x, olen ) == 0;
678 TEST_ASSERT( ok == 1 );
680 TEST_ASSERT( ok == 0 );
Dtest_suite_psa_crypto.data339 PSA import AES: bits=0 ok
343 PSA import AES: bits=128 ok
351 PSA import AES: bits=256 ok
359 PSA import large key: raw, 65528 bits (ok)
2677 PSA generate key: raw data, 65528 bits (ok)
/openthread-2.7.6/third_party/mbedtls/repo/
D.pylintrc2 # We're ok with short funtion argument names.
28 # We're ok with short local or global variable names.
/openthread-2.7.6/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md713 It should be ok for driver functions to be function-like macros or function pointers.
776 The driver is allowed to update the state at any time. Is this ok?
780 … driver it's calling. This may require a thread-local variable in a multithreaded core. Is this ok?
/openthread-2.7.6/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md34 In unit tests and in test programs, it's ok to include header files from `library/`. Do not define …