Home | History | Annotate | Download | only in tpm2

Lines Matching refs:outer

143 //      This function will test that ktx.outer will not wrap to zero if incremented. If so, the function returns FALSE.
144 // Otherwise, the ktx.outer is incremented before each number is generated.
166 *(ktx->outer) += 1;
180 // Include the outer counter (the one that changes on each prime
182 UINT32_TO_BYTE_ARRAY(*(ktx->outer), swapped);
722 UINT32 *outer, // IN: the outer iteration counter
730 pAssert(ktx != NULL && outer != NULL && digestSize != 0);
738 ktx->outer = outer;
839 // Each call to generate a random value will increment ktx.outer
840 // it doesn't matter if ktx.outer wraps. This lets the caller