Home
last modified time | relevance | path

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

/openbsd/regress/lib/libssl/ssl/
H A Dssltest.c206 next_protos_parse(unsigned short *outlen, const char *in) in next_protos_parse() function
240 if ((protos = next_protos_parse(&protos_len, alpn_server)) == NULL) { in cb_server_alpn()
701 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_client); in main()
/openbsd/usr.bin/openssl/
H A Dapps.h248 unsigned char *next_protos_parse(unsigned short *outlen, const char *in);
H A Ds_client.c979 alpn = next_protos_parse(&alpn_len, cfg.alpn_in); in s_client_main()
H A Dapps.c1899 next_protos_parse(unsigned short *outlen, const char *in) in next_protos_parse() function
H A Ds_server.c1105 alpn_ctx.data = next_protos_parse(&len, in s_server_main()