Searched refs:BN_le2bn (Results 1 – 3 of 3) sorted by relevance
114 BIGNUM *BN_le2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_le2bn() function
742 ASSERT_TRUE(BN_le2bn(out, sizeof(out), y.get())); in TEST_F()766 ASSERT_TRUE(BN_le2bn(out, bytes, y.get())); in TEST_F()
247 OPENSSL_EXPORT BIGNUM *BN_le2bn(const uint8_t *in, size_t len, BIGNUM *ret);