Home
last modified time | relevance | path

Searched refs:a_tmp (Results 1 – 1 of 1) sorted by last modified time

/openssl/test/
H A Dbntest.c1622 BIGNUM *a_tmp = BN_new(); in file_modmul() local
1625 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul()
1627 || !TEST_true(BN_nnmod(a_tmp, a, m, ctx)) in file_modmul()
1629 || !TEST_true(BN_to_montgomery(a_tmp, a_tmp, mont, ctx)) in file_modmul()
1631 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul()
1639 BN_free(a_tmp); in file_modmul()

Completed in 17 milliseconds