Home
last modified time | relevance | path

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

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