HomeSort by relevance Sort by last modified time
    Searched refs:bnW (Results 1 - 2 of 2) sorted by null

  /external/tpm2/
RSAKeySieve.c 230 BIGNUM *bnW,
247 pAssert(BN_is_bit_set(bnW, 0));
257 BN_copy(bnWm1, bnW);
264 wLen = BN_num_bits(bnW);
288 if(BN_mod_exp(bnZ, bnB, bnM, bnW, context) != 1)
297 if(BN_mod_mul(bnZ, bnZ, bnZ, bnW, context) != 1)
CpriECC.c     [all...]

Completed in 234 milliseconds