Home
last modified time | relevance | path

Searched refs:fullTest (Results 1 – 12 of 12) sorted by relevance

/external/tpm2/
DCryptSelfTest.c58 TPMI_YES_NO fullTest // IN: if full test is required in CryptSelfTest() argument
65 if(fullTest == YES) in CryptSelfTest()
DSelfTest.c26 return CryptSelfTest(in->fullTest); in TPM2_SelfTest()
DCryptSelfTest_fp.h15 TPM_RC CryptSelfTest(TPMI_YES_NO fullTest // IN: if full test is required
DSelfTest_fp.h12 typedef struct { TPMI_YES_NO fullTest; } SelfTest_In; member
DMarshal_SelfTest.c16 result = TPMI_YES_NO_Unmarshal(&target->fullTest, buffer, size); in SelfTest_In_Unmarshal()
Dpart3.txt1943 This command causes the TPM to perform a test of its capabilities. If the fullTest is YES, the TPM …
1944 all functions. If fullTest = NO, the TPM will only test those functions that have not previously be…
1948 …NOTE 1 If fullTest is NO, and all functions have been tested, the TPM shall return TPM_R…
1982 TPMI_YES_NO fullTest
2023 12 return CryptSelfTest(in->fullTest);
2055 NOTE 2 The only way to force retesting of an algorithm is with TPM2_SelfTest( fullTest = …
Dpart4.txt23996 …This function is called to start/complete a full self-test. If fullTest is NO, then only the untes…
23997 …will be run. If fullTest is YES, then g_untestedDecryptionAlgorithms is reinitialized and then all…
24001 …TPM will returned TPM_RC_CANCELLED. To continue with the self-tests, call TPM2_SelfTest(fullTest ==
24011 28 TPMI_YES_NO fullTest // IN: if full test is required
24024 36 if(fullTest == YES)
/external/libjpeg-turbo/
Dtjbench.c276 int fullTest(unsigned char *srcbuf, int w, int h, int subsamp, int jpegqual, in fullTest() function
959 fullTest(srcbuf, w, h, subsamp, i, argv[1]); in main()
967 fullTest(srcbuf, w, h, TJSAMP_GRAY, i, argv[1]); in main()
971 fullTest(srcbuf, w, h, TJSAMP_420, i, argv[1]); in main()
974 fullTest(srcbuf, w, h, TJSAMP_422, i, argv[1]); in main()
977 fullTest(srcbuf, w, h, TJSAMP_444, i, argv[1]); in main()
/external/libjpeg-turbo/java/
DTJBench.java272 static void fullTest(byte[] srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest() method in TJBench
881 fullTest(srcBuf, w, h, subsamp, i, argv[0]); in main()
885 fullTest(srcBuf, w, h, TJ.SAMP_GRAY, i, argv[0]); in main()
889 fullTest(srcBuf, w, h, TJ.SAMP_420, i, argv[0]); in main()
893 fullTest(srcBuf, w, h, TJ.SAMP_422, i, argv[0]); in main()
897 fullTest(srcBuf, w, h, TJ.SAMP_444, i, argv[0]); in main()
/external/tpm2/generator/
Dcommands.txt50 _NAME fullTest
Draw_commands_fixed.txt3019 This command causes the TPM to perform a test of its capabilities. If the fullTest is YES, the TPM …
3020 all functions. If fullTest = NO, the TPM will only test those functions that have not previously be…
3025 If fullTest is NO, and all functions have been tested, the TPM shall return TPM_RC_SUCCESS.
3077 fullTest
3151 return CryptSelfTest(in->fullTest);
3182 The only way to force retesting of an algorithm is with TPM2_SelfTest( fullTest = YES).
Draw_commands.txt3019 This command causes the TPM to perform a test of its capabilities. If the fullTest is YES, the TPM …
3020 all functions. If fullTest = NO, the TPM will only test those functions that have not previously be…
3025 If fullTest is NO, and all functions have been tested, the TPM shall return TPM_RC_SUCCESS.
3077 fullTest
3151 return CryptSelfTest(in->fullTest);
3182 The only way to force retesting of an algorithm is with TPM2_SelfTest( fullTest = YES).