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

  /external/tpm2/
RSAKeySieve.h 54 const extern BYTE bitsInByte[256];
RSAKeySieve.c 91 j += bitsInByte[*a++];
114 for(i = 0; i < n; i += bitsInByte[*pA++]);
120 i -= bitsInByte[*pA];
RSAData.c 33 const BYTE bitsInByte[256] = {
    [all...]

Completed in 147 milliseconds