Home | History | Annotate | Download | only in tpm2

Lines Matching refs:chosen

115     // The chosen bit is in the byte that was just accessed
555 // the one bits in the field is chosen for testing with Miller-Rabin. If the value is prime, pnP is updated with
557 // is chosen and tested. This process repeats until all values in the field have been checked. If all bits in the
559 // to be chosen.
577 INT32 chosen;
624 chosen = FindNthSetBit(defaultFieldSize, field,((first % ones) + 1));
625 if(chosen >= ((defaultFieldSize) * 8))
628 BN_add_word(bnP, chosen * 2);
639 BN_sub_word(bnP, chosen * 2);
641 ClearBit(field, chosen);