Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_pkey_provided_test.c382 BIGNUM *bn_from = BN_new(); in test_fromdata_rsa() local
431 if (!TEST_true(BN_set_word(bn_from, key_numbers[i])) in test_fromdata_rsa()
433 || !TEST_BN_eq(bn, bn_from)) in test_fromdata_rsa()
436 BN_free(bn_from); in test_fromdata_rsa()