Searched refs:x_hex (Results 1 – 2 of 2) sorted by relevance
150 bssl::UniquePtr<char> x_hex(BN_bn2hex(x.get())); in TEST() local152 ASSERT_TRUE(x_hex); in TEST()157 x_hex.get()); in TEST()
850 bssl::UniquePtr<char> x_hex(BN_bn2hex(x.get())), in TestLittleEndian() local852 if (!x_hex || !y_hex) { in TestLittleEndian()856 fprintf(stderr, "Expected: %s\n", x_hex.get()); in TestLittleEndian()