Home
last modified time | relevance | path

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

/external/tpm2/
DRSAKeySieve.c667 UINT16 highBytes; in AdjustPrimeCandidate() local
668 highBytes = BYTE_ARRAY_TO_UINT16(a); in AdjustPrimeCandidate()
670 highBytes = ((UINT32)highBytes * (UINT32)0x4AFB) >> 16; in AdjustPrimeCandidate()
671 highBytes += 0xB505; in AdjustPrimeCandidate()
672 UINT16_TO_BYTE_ARRAY(highBytes, a); in AdjustPrimeCandidate()
Dpart4.txt31385 549 UINT16 highBytes;
31387 551 highBytes = BYTE_ARRAY_TO_UINT16(a);
31389 553 highBytes = ((UINT32)highBytes * (UINT32)0x4AFB) >> 16;
31390 554 highBytes += 0xB505;
31391 555 UINT16_TO_BYTE_ARRAY(highBytes, a);