Home
last modified time | relevance | path

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

/openssl-master/test/
A Devp_pkey_provided_test.c338 BIGNUM *bn_from = BN_new(); in test_fromdata_rsa() local
387 if (!TEST_true(BN_set_word(bn_from, key_numbers[i])) in test_fromdata_rsa()
389 || !TEST_BN_eq(bn, bn_from)) in test_fromdata_rsa()
392 BN_free(bn_from); in test_fromdata_rsa()

Completed in 7 milliseconds