Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dbntest.c1612 BIGNUM *a_tmp = BN_new(); in file_modmul() local
1615 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul()
1617 || !TEST_true(BN_nnmod(a_tmp, a, m, ctx)) in file_modmul()
1619 || !TEST_true(BN_to_montgomery(a_tmp, a_tmp, mont, ctx)) in file_modmul()
1621 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul()
1629 BN_free(a_tmp); in file_modmul()