Home
last modified time | relevance | path

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

/openssl/test/
H A Dkeymgmt_internal_test.c147 BIGNUM *bn1 = NULL, *bn2 = NULL, *bn3 = NULL; in test_pass_rsa() local
184 || !TEST_ptr(bn3 = BN_new()) in test_pass_rsa()
185 || !TEST_true(BN_set_word(bn3, expected[D])) in test_pass_rsa()
186 || !TEST_true(RSA_set0_key(rsa, bn1, bn2, bn3))) in test_pass_rsa()
200 || !TEST_ptr(bn3 = BN_new()) in test_pass_rsa()
201 || !TEST_true(BN_set_word(bn3, expected[QINV])) in test_pass_rsa()
202 || !TEST_true(RSA_set0_crt_params(rsa, bn1, bn2, bn3))) in test_pass_rsa()
204 bn1 = bn2 = bn3 = NULL; in test_pass_rsa()
272 BN_free(bn3); in test_pass_rsa()

Completed in 5 milliseconds