Searched refs:ok (Results 1 – 14 of 14) sorted by relevance
44 int ok = 0; in check_key_attributes_sanity() local104 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() local604 ok = 1; in exercise_raw_key_agreement_key()616 int ok = 0; in exercise_key_agreement_key() local629 ok = 1; in exercise_key_agreement_key()801 int ok = 0; in exercise_export_key() local816 ok = 1; in exercise_export_key()916 ok = ok && exercise_export_key( key, usage ); in mbedtls_test_psa_exercise_key()[all …]
75 my $ok = $connection->recv($actual_data, length($expected_data));76 if (!defined $ok) {
28 int ok = 0;45 ok = 1;49 return( ok );78 int ok = 0;134 ok = 1;140 return( ok );
9 int ok = 0;14 ok = 1;18 return( ok );31 int ok = 0;47 ok = 1;50 return( ok );
7 int ok = 0;15 ok = 1;17 return( ok );24 int ok = 0;34 ok = 1;36 return( ok );
528 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 …]
17 int ok = 0;59 ok = 1;62 return( ok );
31 int ok = 0;45 ok = 1;50 return( ok );
17 int ok = 0;57 ok = 1;60 return( ok );
574 PSA import AES: bits=0 ok578 PSA import AES: bits=128 ok586 PSA import AES: bits=256 ok594 PSA import large key: raw, 65528 bits (ok)4902 PSA generate key: raw data, 65528 bits (large key, ok if it fits)
215 int ok = 0;239 ok = 1;248 return( ok );
5 # We're ok with short funtion argument names.31 # We're ok with short local or global variable names.
34 In unit tests and in test programs, it's ok to include internal header files from `library/`. Do no…
908 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