OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIELD_POWER
(Results
1 - 2
of
2
) sorted by null
/external/tpm2/
RSAKeySieve.h
41
#define
FIELD_POWER
14 // This is the only value in this group that should be
43
#define FIELD_BITS (1 <<
FIELD_POWER
)
RSAKeySieve.c
610
bnP->d[0] &= (UINT32_MAX << (
FIELD_POWER
+ 1)) + 1;
Completed in 829 milliseconds