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

/external/tpm2/
H A DCpriECC.c601 BIGNUM *bn3; local
612 bn3 = BN_CTX_get(context);
621 || !BN_set_word(bn3, 3)
633 || !BN_mod_exp(bnX, bnX, bn3, bnP, context)

Completed in 150 milliseconds