Searched refs:CLEAR_BIT (Results 1 – 2 of 2) sorted by relevance
185 CLEAR_BIT(alg, g_toTest); in CryptTestAlgorithm()187 CLEAR_BIT(alg, *toTest); in CryptTestAlgorithm()
10 #define CLEAR_BIT(bit, vector) BitClear((bit), (BYTE *)&(vector), sizeof(vector)) macro