Home
last modified time | relevance | path

Searched refs:bitsInByte (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DRSAData.c33 const BYTE bitsInByte[256] = { variable
DRSAKeySieve.h54 const extern BYTE bitsInByte[256];
DRSAKeySieve.c91 j += bitsInByte[*a++]; in BitsInArray()
114 for(i = 0; i < n; i += bitsInByte[*pA++]); in FindNthSetBit()
120 i -= bitsInByte[*pA]; in FindNthSetBit()