Searched refs:bn_exps (Results 1 – 1 of 1) sorted by relevance
152 BIGNUM *bn_exps[1] = { NULL }; in test_pass_rsa() local208 || !TEST_ptr(bn_exps[0] = BN_new()) in test_pass_rsa()209 || !TEST_true(BN_set_word(bn_exps[0], expected[E3])) in test_pass_rsa()212 || !TEST_true(RSA_set0_multi_prime_params(rsa, bn_primes, bn_exps, in test_pass_rsa()
Completed in 4 milliseconds