Home
last modified time | relevance | path

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

/third_party/openssl/apps/include/
Dapps.h268 unsigned char *next_protos_parse(size_t *outlen, const char *in);
/third_party/openssl/test/
Dssl_old_test.c255 static unsigned char *next_protos_parse(size_t *outlen, in next_protos_parse() function
294 protos = next_protos_parse(&protos_len, alpn_str); in cb_server_alpn()
1716 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_client); in main()
/third_party/openssl/apps/
Ds_client.c1600 next_protos_parse(&next_proto.len, next_proto_neg_in); in s_client_main()
1847 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in); in s_client_main()
Ds_server.c1756 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in); in s_server_main()
1763 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in); in s_server_main()
/third_party/openssl/apps/lib/
Dapps.c2082 unsigned char *next_protos_parse(size_t *outlen, const char *in) in next_protos_parse() function