Lines Matching refs:channel
30 static void expected_print(BIO *channel, in expected_print() argument
36 BIO_puts(channel, " Not Mapped\n"); in expected_print()
42 BIO_puts(channel, " Expected: "); in expected_print()
46 BIO_puts(channel, ", "); in expected_print()
47 i2a_ASN1_OBJECT(channel, oid); in expected_print()
49 BIO_puts(channel, "\n"); in expected_print()
53 static void tree_print(BIO *channel, in tree_print() argument
64 BIO_printf(channel, "Level print after %s\n", str); in tree_print()
65 BIO_printf(channel, "Printing Up to Level %ld\n", in tree_print()
70 BIO_printf(channel, "Level %ld, flags = %x\n", in tree_print()
76 X509_POLICY_NODE_print(channel, node, 2); in tree_print()
77 expected_print(channel, plev, node, 2); in tree_print()
78 BIO_printf(channel, " Flags: %x\n", node->data->flags); in tree_print()
81 X509_POLICY_NODE_print(channel, plev->anyPolicy, 2); in tree_print()