Searched refs:bn_coeffs (Results 1 – 1 of 1) sorted by relevance
153 BIGNUM *bn_coeffs[1] = { NULL }; in test_pass_rsa() local210 || !TEST_ptr(bn_coeffs[0] = BN_new()) in test_pass_rsa()211 || !TEST_true(BN_set_word(bn_coeffs[0], expected[C2])) in test_pass_rsa()213 bn_coeffs, 1))) in test_pass_rsa()
Completed in 4 milliseconds