Searched refs:ok (Results 1 – 21 of 21) sorted by relevance
| /mbedtls/tests/src/ |
| A D | psa_exercise_key.c | 44 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() 760 ok = 1; in exercise_raw_key_agreement_key() 763 return ok; in exercise_raw_key_agreement_key() 837 ok = 1; in exercise_key_agreement_key() 840 return ok; in exercise_key_agreement_key() 1052 return ok; in exercise_export_key() 1153 ok = ok && exercise_export_key(key, in mbedtls_test_psa_exercise_key() 1156 ok = ok && exercise_export_public_key(key, in mbedtls_test_psa_exercise_key() [all …]
|
| /mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_storage_format.function | 28 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;
|
| A D | test_suite_dhm.function | 9 int ok = 0; 14 ok = 1; 18 return ok; 31 int ok = 0; 47 ok = 1; 50 return ok;
|
| A D | test_suite_ecdh.function | 7 int ok = 0; 15 ok = 1; 17 return ok; 24 int ok = 0; 34 ok = 1; 36 return ok;
|
| A D | test_suite_psa_crypto_se_driver_hal.function | 529 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; 758 ok = 1; [all …]
|
| A D | test_suite_pkparse.function | 47 int ok = 0; 64 ok = 1; 69 return ok;
|
| A D | test_suite_pk.data | 1397 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) 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) 1492 PSA import into PSA: opaque ECC, EXPORT, different usage (ok) 1508 PSA import into PSA: opaque ECC, implicit bits (ok) [all …]
|
| A D | test_suite_gcm.function | 17 int ok = 0; 59 ok = 1; 62 return ok;
|
| A D | test_suite_asn1write.function | 32 int ok = 0; 43 ok = 1; 46 return ok;
|
| A D | test_suite_ccm.function | 17 int ok = 0; 57 ok = 1; 60 return ok;
|
| A D | test_suite_pk.function | 336 int ok = 0; 400 ok = 1; 403 return ok;
|
| A D | test_suite_psa_crypto_driver_wrappers.function | 442 int ok = 0; 473 ok = 1; 482 return ok;
|
| A D | test_suite_psa_crypto.function | 249 int ok = 0; 273 ok = 1; 282 return ok; 1270 int ok = 0; 1307 ok = 1; 1311 return ok;
|
| A D | test_suite_psa_crypto.data | 731 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)
|
| A D | test_suite_ssl.function | 1459 /* It's ok if the output buffer is too small. We do insist
|
| /mbedtls/tests/scripts/ |
| A D | tcp_client.pl | 63 my $ok = $connection->recv($actual_data, length($expected_data)); 64 if (!defined $ok) {
|
| /mbedtls/ |
| A D | .pylintrc | 6 # We're ok with short funtion argument names. 32 # We're ok with short local or global variable names.
|
| /mbedtls/docs/architecture/ |
| A D | psa-shared-memory.md | 107 …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…
|
| /mbedtls/docs/architecture/testing/ |
| A D | invasive-testing.md | 34 In unit tests and in test programs, it's ok to include internal header files from `library/`. Do no…
|
| /mbedtls/docs/proposed/ |
| A D | psa-driver-interface.md | 1345 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.
|
| /mbedtls/docs/architecture/psa-migration/ |
| A D | psa-legacy-bridges.md | 168 …. This is good enough in some scenarios, but not others. For example, it's ok for pkwrite, because…
|
Completed in 86 milliseconds