Home
last modified time | relevance | path

Searched refs:FIELD_POWER (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DRSAKeySieve.h41 #define FIELD_POWER 14 // This is the only value in this group that should be macro
43 #define FIELD_BITS (1 << FIELD_POWER)
DRSAKeySieve.c610 bnP->d[0] &= (UINT32_MAX << (FIELD_POWER + 1)) + 1; in PrimeSelectWithSieve()