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

  /external/tpm2/
AlgorithmCap_fp.h 15 TPM_ALG_ID algID, // IN: the starting algorithm ID
AlgorithmCap.c 11 TPM_ALG_ID algID;
128 TPM_ALG_ID algID, // IN: the starting algorithm ID
143 // Scan the implemented algorithm list to see if there is a match to 'algID'.
146 // If algID is less than the starting algorithm ID, skip it
147 if(s_algorithms[i].algID < algID)
153 algList->algProperties[algList->count].alg = s_algorithms[i].algID;
180 SET_BIT(s_algorithms[index].algID, *implemented);
CryptUtil_fp.h 168 CryptHashBlock(TPM_ALG_ID algId, // IN: the hash algorithm to use
229 BOOL CryptIsAsymAlgorithm(TPM_ALG_ID algID // IN: algorithm ID
CryptUtil.c 483 TPM_ALG_ID algId, // IN: the hash algorithm to use
490 TEST_HASH(algId);
491 return _cpri__HashBlock(algId, blockSize, block, retSize, ret);
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xenroll.h     [all...]

Completed in 271 milliseconds