Home
last modified time | relevance | path

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

/mbedtls-development/tests/src/
A Dpsa_exercise_key.c44 int ok = 0; in check_key_attributes_sanity() local
104 ok = 1; in check_key_attributes_sanity()
113 return( ok ); in check_key_attributes_sanity()
596 int ok = 0; in exercise_raw_key_agreement_key() local
604 ok = 1; in exercise_raw_key_agreement_key()
616 int ok = 0; in exercise_key_agreement_key() local
629 ok = 1; in exercise_key_agreement_key()
801 int ok = 0; in exercise_export_key() local
816 ok = 1; in exercise_export_key()
916 ok = ok && exercise_export_key( key, usage ); in mbedtls_test_psa_exercise_key()
[all …]
/mbedtls-development/tests/scripts/
A Dtcp_client.pl75 my $ok = $connection->recv($actual_data, length($expected_data));
76 if (!defined $ok) {
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_storage_format.function28 int ok = 0;
45 ok = 1;
49 return( ok );
78 int ok = 0;
134 ok = 1;
140 return( ok );
A Dtest_suite_dhm.function9 int ok = 0;
14 ok = 1;
18 return( ok );
31 int ok = 0;
47 ok = 1;
50 return( ok );
A Dtest_suite_ecdh.function7 int ok = 0;
15 ok = 1;
17 return( ok );
24 int ok = 0;
34 ok = 1;
36 return( ok );
A Dtest_suite_psa_crypto_se_driver_hal.function528 int ok = 0;
577 ok = 1;
586 return( ok );
608 int ok = 0;
614 ok = 1;
618 return( ok );
626 int ok = 0;
629 ok = 1;
632 return( ok );
663 int ok = 0;
[all …]
A Dtest_suite_gcm.function17 int ok = 0;
59 ok = 1;
62 return( ok );
A Dtest_suite_asn1write.function31 int ok = 0;
45 ok = 1;
50 return( ok );
A Dtest_suite_ccm.function17 int ok = 0;
57 ok = 1;
60 return( ok );
A Dtest_suite_psa_crypto.data574 PSA import AES: bits=0 ok
578 PSA import AES: bits=128 ok
586 PSA import AES: bits=256 ok
594 PSA import large key: raw, 65528 bits (ok)
4902 PSA generate key: raw data, 65528 bits (large key, ok if it fits)
A Dtest_suite_psa_crypto.function215 int ok = 0;
239 ok = 1;
248 return( ok );
/mbedtls-development/
A D.pylintrc5 # We're ok with short funtion argument names.
31 # We're ok with short local or global variable names.
/mbedtls-development/docs/architecture/testing/
A Dinvasive-testing.md34 In unit tests and in test programs, it's ok to include internal header files from `library/`. Do no…
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md908 It should be ok for driver functions to be function-like macros or function pointers.
971 The driver is allowed to update the state at any time. Is this ok?
975 … driver it's calling. This may require a thread-local variable in a multithreaded core. Is this ok?

Completed in 53 milliseconds