Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dbntest.c2313 BIGNUM *bn_le = NULL, *bn_expected_le = NULL; in test_bin2bn_lengths() local
2320 || !TEST_ptr(bn_expected_le = BN_new()) in test_bin2bn_lengths()
2321 || !TEST_true(BN_set_word(bn_expected_le, 0x201))) in test_bin2bn_lengths()
2343 BN_free(bn_expected_le); in test_bin2bn_lengths()