Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c338 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) in parse_protos() function
596 if (!TEST_true(parse_protos(extra->server.npn_protocols, in configure_handshake_ctx()
604 if (!TEST_true(parse_protos(extra->server2.npn_protocols, in configure_handshake_ctx()
613 if (!TEST_true(parse_protos(extra->client.npn_protocols, in configure_handshake_ctx()
622 if (!TEST_true(parse_protos(extra->server.alpn_protocols, in configure_handshake_ctx()
630 || !TEST_true(parse_protos(extra->server2.alpn_protocols, in configure_handshake_ctx()
642 if (!TEST_true(parse_protos(extra->client.alpn_protocols, in configure_handshake_ctx()