Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c346 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) in parse_protos() function
593 if (!TEST_true(parse_protos(extra->server.npn_protocols, in configure_handshake_ctx()
601 if (!TEST_true(parse_protos(extra->server2.npn_protocols, in configure_handshake_ctx()
610 if (!TEST_true(parse_protos(extra->client.npn_protocols, in configure_handshake_ctx()
619 if (!TEST_true(parse_protos(extra->server.alpn_protocols, in configure_handshake_ctx()
627 || !TEST_true(parse_protos(extra->server2.alpn_protocols, in configure_handshake_ctx()
639 if (!TEST_true(parse_protos(extra->client.alpn_protocols, in configure_handshake_ctx()
/freebsd/usr.bin/sockstat/
H A Dmain.c253 parse_protos(char *protospec) in parse_protos() function
1782 protos_defined = parse_protos(optarg); in main()