Home
last modified time | relevance | path

Searched full:fulltest (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tpm2-tss/src/tss2-esys/api/
H A DEsys_SelfTest.c33 * @param[in] fullTest YES if full test to be performed.
66 TPMI_YES_NO fullTest) in Esys_SelfTest() argument
71 fullTest); in Esys_SelfTest()
111 * @param[in] fullTest YES if full test to be performed.
137 TPMI_YES_NO fullTest) in Esys_SelfTest_Async() argument
140 LOG_TRACE("context=%p, fullTest=%02"PRIx8"", in Esys_SelfTest_Async()
141 esysContext, fullTest); in Esys_SelfTest_Async()
159 r = Tss2_Sys_SelfTest_Prepare(esysContext->sys, fullTest); in Esys_SelfTest_Async()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
H A DCryptSelfTest.c78 // If 'fullTest' is NO, then only the untested algorithms will be run. If
79 // 'fullTest' is YES, then 'g_untestedDecryptionAlgorithms' is reinitialized and then
86 // TPM2_SelfTest(fullTest == No) and the TPM will complete the testing.
92 TPMI_YES_NO fullTest // IN: if full test is required in CryptSelfTest() argument
102 if(fullTest == YES) in CryptSelfTest()
/aosp_15_r20/external/tpm2-tss/src/tss2-sys/api/
H A DTss2_Sys_SelfTest.c17 TPMI_YES_NO fullTest) in Tss2_Sys_SelfTest_Prepare() argument
29 rval = Tss2_MU_UINT8_Marshal(fullTest, ctx->cmdBuffer, in Tss2_Sys_SelfTest_Prepare()
56 TPMI_YES_NO fullTest, in Tss2_Sys_SelfTest() argument
62 rval = Tss2_Sys_SelfTest_Prepare(sysContext, fullTest); in Tss2_Sys_SelfTest()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
H A DCryptSelfTest_fp.h45 // If 'fullTest' is NO, then only the untested algorithms will be run. If
46 // 'fullTest' is YES, then 'g_untestedDecryptionAlgorithms' is reinitialized and then
53 // TPM2_SelfTest(fullTest == No) and the TPM will complete the testing.
59 TPMI_YES_NO fullTest // IN: if full test is required
H A DSelfTest_fp.h47 TPMI_YES_NO fullTest; member
/aosp_15_r20/external/libjpeg-turbo/
H A Dtjbench.c325 static int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, in fullTest() function
1034 fullTest(srcBuf, w, h, subsamp, i, argv[1]); in main()
1039 fullTest(srcBuf, w, h, TJSAMP_GRAY, i, argv[1]); in main()
1043 fullTest(srcBuf, w, h, TJSAMP_420, i, argv[1]); in main()
1046 fullTest(srcBuf, w, h, TJSAMP_422, i, argv[1]); in main()
1049 fullTest(srcBuf, w, h, TJSAMP_444, i, argv[1]); in main()
/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dwindows-layout-steps.yml4 fulltest: false
14 - ${{ if eq(parameters.fulltest, 'true') }}:
Dci.yml129 fulltest: true
/aosp_15_r20/external/curl/tests/
H A Dgetpart.pm35 fulltest
262 sub fulltest { subroutine
H A Drunner.pm658 my @entiretest = fulltest();
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Testing/
H A DSelfTest.c55 return CryptSelfTest(in->fullTest); in TPM2_SelfTest()
/aosp_15_r20/external/tpm2-tss/test/integration/
H A Dsapi-self-test.int.c24 * when fullTest set as YES and when it is set as NO.
/aosp_15_r20/external/zstd/contrib/pzstd/utils/test/
H A DResourcePoolTest.cpp17 TEST(ResourcePool, FullTest) { in TEST() argument
/aosp_15_r20/external/tpm2-tss/include/tss2/
H A Dtss2_sys.h138 TPMI_YES_NO fullTest);
146 TPMI_YES_NO fullTest,
H A Dtss2_esys.h228 TPMI_YES_NO fullTest);
236 TPMI_YES_NO fullTest);
/aosp_15_r20/external/tpm2-tss/doc/
H A Ddoxygen.dox841 …S_CONTEXT *esysContext, ESYS_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, TPMI_YES_NO fullTest)
842 …S_CONTEXT *esysContext, ESYS_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, TPMI_YES_NO fullTest)
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/
H A DCommandDispatcher.h69 result = TPMI_YES_NO_Unmarshal(&in->fullTest, paramBuffer, paramBufferSize);