Home
last modified time | relevance | path

Searched refs:base (Results 1 – 8 of 8) sorted by relevance

/tests/scripts/
A Drun-test-suites.pl46 (my $base = $data_file) =~ s/\.datax$//;
47 push @suites, $base if -x $base;
48 push @suites, "$base.exe" if -e "$base.exe";
A Daudit-validity-dates.py166 content_len = int(hex_str[2:4], base=16)
174 content_len = int(hex_str[consumed:consumed+length_len], base=16)
/tests/psa-client-server/psasim/include/
A Dclient.h42 const void *base; member
50 void *base; member
/tests/psa-client-server/psasim/src/
A Dpsa_ff_client.c149 INFO(" Reading from offset %p", vecs->in_vec[invec].base + invec_seek[invec]); in process_response()
151 (vecs->in_vec[invec].base + invec_seek[invec]), in process_response()
178 memcpy(vecs->out_vec[outvec].base + sofar, in process_response()
A Dpsa_sim_crypto_client.c44 invec.base = in_params; in psa_crypto_call()
57 outvecs[0].base = &actual_received; in psa_crypto_call()
59 outvecs[1].base = receive; in psa_crypto_call()
/tests/
A DCMakeLists.txt13 # Get base names for generated files
/tests/suites/
A Dtest_suite_ssl.function5375 * If the server rejected early data, base the determination of when
A Dtest_suite_x509parse.data3044 # Used test_csr_v3_all.csr.der as a base for malforming CSR extenstions/attributes

Completed in 64 milliseconds