Home
last modified time | relevance | path

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

/openssl/test/
H A Dbntest.c2264 BIGNUM *bn_le = NULL, *bn_expected_le = NULL; in test_bin2bn_lengths() local
2271 || !TEST_ptr(bn_expected_le = BN_new()) in test_bin2bn_lengths()
2272 || !TEST_true(BN_set_word(bn_expected_le, 0x201))) in test_bin2bn_lengths()
2294 BN_free(bn_expected_le); in test_bin2bn_lengths()

Completed in 9 milliseconds