HomeSort by: relevance | last modified time | path
    Searched refs:parse_protos (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.c 341 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) function
592 if (!TEST_true(parse_protos(extra->server.npn_protocols,
600 if (!TEST_true(parse_protos(extra->server2.npn_protocols,
609 if (!TEST_true(parse_protos(extra->client.npn_protocols,
618 if (!TEST_true(parse_protos(extra->server.alpn_protocols,
626 || !TEST_true(parse_protos(extra->server2.alpn_protocols,
637 if (!TEST_true(parse_protos(extra->client.alpn_protocols,
  /src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.c 345 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) function
592 if (!TEST_true(parse_protos(extra->server.npn_protocols,
600 if (!TEST_true(parse_protos(extra->server2.npn_protocols,
609 if (!TEST_true(parse_protos(extra->client.npn_protocols,
618 if (!TEST_true(parse_protos(extra->server.alpn_protocols,
626 || !TEST_true(parse_protos(extra->server2.alpn_protocols,
638 if (!TEST_true(parse_protos(extra->client.alpn_protocols,
  /src/crypto/external/bsd/openssl.old/dist/test/
handshake_helper.c 338 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) function
596 if (!TEST_true(parse_protos(extra->server.npn_protocols,
604 if (!TEST_true(parse_protos(extra->server2.npn_protocols,
613 if (!TEST_true(parse_protos(extra->client.npn_protocols,
622 if (!TEST_true(parse_protos(extra->server.alpn_protocols,
630 || !TEST_true(parse_protos(extra->server2.alpn_protocols,
642 if (!TEST_true(parse_protos(extra->client.alpn_protocols,

Completed in 24 milliseconds