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

  /external/tpm2/
CryptSelfTest_fp.h 17 TPM_RC CryptTestAlgorithm(TPM_ALG_ID alg, ALGORITHM_VECTOR *toTest);
CryptSelfTest.c 32 TPM_RC result = CryptTestAlgorithm(alg, toTest);
144 CryptTestAlgorithm(TPM_ALG_ERROR, &g_toTest);
149 // 10.4.2.5 CryptTestAlgorithm()
165 CryptTestAlgorithm(
Global.h 48 #define TEST(alg) if(TEST_BIT(alg, g_toTest)) CryptTestAlgorithm(alg, NULL)
56 CryptTestAlgorithm(alg, NULL)
    [all...]

Completed in 210 milliseconds