Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dbntest.c1605 BIGNUM *b_tmp = BN_new(); in file_modmul() local
1607 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul()
1610 || !TEST_true(BN_nnmod(b_tmp, b, m, ctx)) in file_modmul()
1612 || !TEST_true(BN_to_montgomery(b_tmp, b_tmp, mont, ctx)) in file_modmul()
1613 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul()
1622 BN_free(b_tmp); in file_modmul()

Completed in 4 milliseconds