Searched refs:bn_exps (Results 1 – 1 of 1) sorted by relevance
148 BIGNUM *bn_exps[1] = { NULL }; in test_pass_rsa() local204 || !TEST_ptr(bn_exps[0] = BN_new()) in test_pass_rsa()205 || !TEST_true(BN_set_word(bn_exps[0], expected[E3])) in test_pass_rsa()208 || !TEST_true(RSA_set0_multi_prime_params(rsa, bn_primes, bn_exps, in test_pass_rsa()
Completed in 2 milliseconds