Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c44 int ok = 0; in check_key_attributes_sanity() local
108 ok = 1; in check_key_attributes_sanity()
117 return ok; in check_key_attributes_sanity()
752 int ok = 0; in exercise_raw_key_agreement_key() local
760 ok = 1; in exercise_raw_key_agreement_key()
763 return ok; in exercise_raw_key_agreement_key()
774 int ok = 0; in exercise_key_agreement_key() local
803 ok = 1; in exercise_key_agreement_key()
837 ok = 1; in exercise_key_agreement_key()
840 return ok; in exercise_key_agreement_key()
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtcp_client.pl63 my $ok = $connection->recv($actual_data, length($expected_data));
64 if (!defined $ok) {
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_storage_format.function28 int ok = 0;
45 ok = 1;
49 return ok;
106 * a hash operation are ok. So randomized ECDSA signature is fine,
154 int ok = 0;
205 ok = 1;
211 return ok;
Dtest_suite_dhm.function9 int ok = 0;
14 ok = 1;
18 return ok;
31 int ok = 0;
47 ok = 1;
50 return ok;
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_pkparse.function47 int ok = 0;
64 ok = 1;
69 return ok;
Dtest_suite_psa_crypto_se_driver_hal.function529 int ok = 0;
573 ok = 1;
582 return ok;
605 int ok = 0;
611 ok = 1;
615 return ok;
623 int ok = 0;
626 ok = 1;
629 return ok;
663 int ok = 0;
[all …]
Dtest_suite_pk.data1397 PSA import into PSA: opaque RSA, COPY (ok)
1401 PSA import into PSA: opaque RSA, EXPORT (ok)
1423 PSA import into PSA: opaque RSA, EXPORT, different usage (ok)
1427 PSA import into PSA: opaque RSA, COPY|EXPORT, different algorithm (ok)
1435 PSA import into PSA: opaque RSA, EXPORT, different algorithm (ok)
1439 PSA import into PSA: opaque RSA, implicit bits (ok)
1451 PSA import into PSA: opaque RSA to public (ok)
1455 PSA import into PSA: opaque RSA to public, implicit bits (ok)
1466 PSA import into PSA: opaque ECC, COPY (ok)
1470 PSA import into PSA: opaque ECC, EXPORT (ok)
[all …]
Dtest_suite_gcm.function17 int ok = 0;
59 ok = 1;
62 return ok;
Dtest_suite_asn1write.function32 int ok = 0;
43 ok = 1;
46 return ok;
Dtest_suite_ccm.function17 int ok = 0;
57 ok = 1;
60 return ok;
Dtest_suite_pk.function336 int ok = 0;
400 ok = 1;
403 return ok;
Dtest_suite_psa_crypto_driver_wrappers.function442 int ok = 0;
473 ok = 1;
482 return ok;
Dtest_suite_psa_crypto.function249 int ok = 0;
273 ok = 1;
282 return ok;
1270 int ok = 0;
1307 ok = 1;
1311 return ok;
Dtest_suite_psa_crypto.data731 PSA import AES: bits=0 ok
735 PSA import AES: bits=128 ok
743 PSA import AES: bits=256 ok
751 PSA import large key: raw, 65528 bits (ok)
6307 PSA key derivation: TLS 1.2 Mix-PSK-to-MS, output key ok #1
6312 PSA key derivation: TLS 1.2 Mix-PSK-to-MS, output key ok #2
7394 PSA generate key: raw data, 65528 bits (large key, ok if it fits)
7613 PSA concurrent key generation: raw data, 65528 bits (large key, ok if it fits)
Dtest_suite_ssl.function1459 /* It's ok if the output buffer is too small. We do insist
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dpacket.py129 ok = func(self)
130 print("\t=> %s" % ok, file=sys.stderr)
131 return ok
/openthread-latest/src/posix/
Dclient.cpp189 bool ok = false; in ReconnectSession() local
201 VerifyOrExit(rval == -1, ok = true); in ReconnectSession()
208 return ok; in ReconnectSession()
/openthread-latest/third_party/mbedtls/repo/
D.pylintrc6 # We're ok with short funtion argument names.
32 # We're ok with short local or global variable names.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md107 …tances. It is ok to write data that is independent of the inputs (and not otherwise confidential),…
138 It is ok to skip the copy if it is known for sure that a buffer is not in shared memory. However, t…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md34 In unit tests and in test programs, it's ok to include internal header files from `library/`. Do no…
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md1345 It should be ok for driver functions to be function-like macros or function pointers.
1414 The driver is allowed to update the state at any time. Is this ok?
1418 … driver it's calling. This may require a thread-local variable in a multithreaded core. Is this ok?
1424 …rived, which practically dictates how the pseudorandom key stream is consumed. So it's probably ok.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md168 …. This is good enough in some scenarios, but not others. For example, it's ok for pkwrite, because…