Home
last modified time | relevance | path

Searched refs:b_tmp (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dbntest.c1632 BIGNUM *b_tmp = BN_new(); in file_modmul() local
1634 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul()
1637 || !TEST_true(BN_nnmod(b_tmp, b, m, ctx)) in file_modmul()
1639 || !TEST_true(BN_to_montgomery(b_tmp, b_tmp, mont, ctx)) in file_modmul()
1640 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul()
1649 BN_free(b_tmp); in file_modmul()

Completed in 11 milliseconds