Home | History | Annotate | Download | only in tpm2

Lines Matching refs:bnT

803    BIGNUM                  *bnT;
825 bnT = BN_CTX_get(context);
899 if( BN_sub(bnT, bnN, bnP) != 1
900 || BN_sub(bnT, bnT, bnQ) != 1
901 || BN_add_word(bnT, 1) != 1)
907 if( BN_mod_inverse(bnT, bnE, bnT, context) == NULL
908 || BN_is_zero(bnT))
928 || BN_mod_exp(bnQ, bnQ, bnT, bnN, context) != 1)