Home
last modified time | relevance | path

Searched refs:sanity_check_test_opts (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tpm2-tss/test/integration/
H A Dtest-options.h48 int sanity_check_test_opts(test_opts_t * opts);
H A Dmain-sapi.c44 if (sanity_check_test_opts (&opts) != 0) { in main()
H A Dsapi-test-options.c81 sanity_check_test_opts(test_opts_t * opts) in sanity_check_test_opts() function
H A Dmain-esapi.c205 if (sanity_check_test_opts(&opts) != 0) { in main()
/aosp_15_r20/external/tpm2-tss/test/helper/
H A Dtpm_startup.c29 if (sanity_check_test_opts (&opts) != 0) in main()
H A Dtpm_transientempty.c32 if (sanity_check_test_opts (&opts) != 0) in main()
H A Dtpm_dumpstate.c50 if (sanity_check_test_opts (&opts) != 0) in main()
H A Dtpm_writeekcert.c84 if (sanity_check_test_opts (&opts) != 0) in main()
H A Dtpm_getek_ecc.c103 if (sanity_check_test_opts (&opts) != 0) in main()
H A Dtpm_getek.c85 if (sanity_check_test_opts (&opts) != 0) in main()
/aosp_15_r20/external/tpm2-tss/test/fuzz/
H A Dmain-sapi.cpp46 if (sanity_check_test_opts (&opts) != 0) { in LLVMFuzzerTestOneInput()