Searched refs:a_tmp (Results 1 – 1 of 1) sorted by relevance
1631 BIGNUM *a_tmp = BN_new(); in file_modmul() local1634 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul()1636 || !TEST_true(BN_nnmod(a_tmp, a, m, ctx)) in file_modmul()1638 || !TEST_true(BN_to_montgomery(a_tmp, a_tmp, mont, ctx)) in file_modmul()1640 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul()1648 BN_free(a_tmp); in file_modmul()
Completed in 10 milliseconds