Searched refs:bnW (Results 1 - 2 of 2) sorted by relevance

/external/tpm2/
H A DRSAKeySieve.c230 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)
229 MillerRabin( BIGNUM *bnW, int iterations, KDFa_CONTEXT *ktx, BN_CTX *context ) argument
H A DCpriECC.c1438 BIGNUM *bnW; local
1466 bnW = BN_CTX_get(context);
1500 if (BN_mod_inverse(bnW, bnS, bnN, context) == NULL)
1503 if( !BN_mod_mul(bnU1, bnE, bnW, bnN, context)
1504 || !BN_mod_mul(bnU2, bnR, bnW, bnN, context))

Completed in 272 milliseconds