Searched refs:bn_from (Results 1 – 1 of 1) sorted by relevance
338 BIGNUM *bn_from = BN_new(); in test_fromdata_rsa() local387 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