Lines Matching refs:algID
5190 1125 TPM_ALG_ID cpHashAlg = TPM_ALG_NULL; // algID for the last computed
5264 1194 cpHashAlg = session->authHashAlg; // save this new algID
15483 4 TPM_ALG_ID algID;
15615 112 TPM_ALG_ID algID, // IN: the starting algorithm ID
15634 131 // Scan the implemented algorithm list to see if there is a match to 'algID'.
15637 134 // If algID is less than the starting algorithm ID, skip it
15638 135 if(s_algorithms[i].algID < algID)
15644 141 algList->algProperties[algList->count].alg = s_algorithms[i].algID;
15681 173 SET_BIT(s_algorithms[index].algID, *implemented);
21846 1668 TPM_ALG_ID algID // IN: algorithm ID
21851 1673 algID == TPM_ALG_RSA
21857 1679 algID == TPM_ALG_ECC