Home
last modified time | relevance | path

Searched refs:bn_exps (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dkeymgmt_internal_test.c152 BIGNUM *bn_exps[1] = { NULL }; in test_pass_rsa() local
208 || !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