Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dkeymgmt_internal_test.c153 BIGNUM *bn_coeffs[1] = { NULL }; in test_pass_rsa() local
212 || !TEST_ptr(bn_coeffs[0] = BN_new()) in test_pass_rsa()
213 || !TEST_true(BN_set_word(bn_coeffs[0], expected[C2])) in test_pass_rsa()
215 bn_coeffs, 1))) in test_pass_rsa()