Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dbntest.c1634 BIGNUM *a_tmp = BN_new(); in file_modmul() local
1637 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul()
1639 || !TEST_true(BN_nnmod(a_tmp, a, m, ctx)) in file_modmul()
1641 || !TEST_true(BN_to_montgomery(a_tmp, a_tmp, mont, ctx)) in file_modmul()
1643 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul()
1651 BN_free(a_tmp); in file_modmul()