/aosp_15_r20/external/tpm2-tss/src/tss2-esys/api/ |
H A D | Esys_SelfTest.c | 33 * @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 D | CryptSelfTest.c | 78 // 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 D | Tss2_Sys_SelfTest.c | 17 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 D | CryptSelfTest_fp.h | 45 // 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 D | SelfTest_fp.h | 47 TPMI_YES_NO fullTest; member
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | tjbench.c | 325 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/ |
D | windows-layout-steps.yml | 4 fulltest: false 14 - ${{ if eq(parameters.fulltest, 'true') }}:
|
D | ci.yml | 129 fulltest: true
|
/aosp_15_r20/external/curl/tests/ |
H A D | getpart.pm | 35 fulltest 262 sub fulltest { subroutine
|
H A D | runner.pm | 658 my @entiretest = fulltest();
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Testing/ |
H A D | SelfTest.c | 55 return CryptSelfTest(in->fullTest); in TPM2_SelfTest()
|
/aosp_15_r20/external/tpm2-tss/test/integration/ |
H A D | sapi-self-test.int.c | 24 * when fullTest set as YES and when it is set as NO.
|
/aosp_15_r20/external/zstd/contrib/pzstd/utils/test/ |
H A D | ResourcePoolTest.cpp | 17 TEST(ResourcePool, FullTest) { in TEST() argument
|
/aosp_15_r20/external/tpm2-tss/include/tss2/ |
H A D | tss2_sys.h | 138 TPMI_YES_NO fullTest); 146 TPMI_YES_NO fullTest,
|
H A D | tss2_esys.h | 228 TPMI_YES_NO fullTest); 236 TPMI_YES_NO fullTest);
|
/aosp_15_r20/external/tpm2-tss/doc/ |
H A D | doxygen.dox | 841 …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 D | CommandDispatcher.h | 69 result = TPMI_YES_NO_Unmarshal(&in->fullTest, paramBuffer, paramBufferSize);
|