HomeSort by relevance Sort by last modified time
    Searched refs:fullTest (Results 1 - 7 of 7) sorted by null

  /external/tpm2/
SelfTest.c 26 return CryptSelfTest(in->fullTest);
CryptSelfTest_fp.h 15 TPM_RC CryptSelfTest(TPMI_YES_NO fullTest // IN: if full test is required
SelfTest_fp.h 12 typedef struct { TPMI_YES_NO fullTest; } SelfTest_In;
CryptSelfTest.c 43 // This function is called to start/complete a full self-test. If fullTest is NO, then only the untested algorithms
44 // will be run. If fullTest is YES, then g_untestedDecryptionAlgorithms is reinitialized and then all tests are
48 // TPM will returned TPM_RC_CANCELLED. To continue with the self-tests, call TPM2_SelfTest(fullTest ==
58 TPMI_YES_NO fullTest // IN: if full test is required
65 if(fullTest == YES)
Marshal_SelfTest.c 16 result = TPMI_YES_NO_Unmarshal(&target->fullTest, buffer, size);
  /external/libjpeg-turbo/java/
TJBench.java 277 static void fullTest(byte[] srcBuf, int w, int h, int subsamp, int jpegQual,
    [all...]
  /external/libjpeg-turbo/
tjbench.c 285 int fullTest(unsigned char *srcbuf, int w, int h, int subsamp, int jpegqual,
985 fullTest(srcbuf, w, h, subsamp, i, argv[1]);
993 fullTest(srcbuf, w, h, TJSAMP_GRAY, i, argv[1]);
997 fullTest(srcbuf, w, h, TJSAMP_420, i, argv[1]);
1000 fullTest(srcbuf, w, h, TJSAMP_422, i, argv[1]);
1003 fullTest(srcbuf, w, h, TJSAMP_444, i, argv[1]);

Completed in 363 milliseconds