Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h268 unsigned char *next_protos_parse(size_t *outlen, const char *in);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.h567 unsigned char *next_protos_parse(size_t *outlen, const char *in);
H A Ds_client.c1654 next_protos_parse(&next_proto.len, next_proto_neg_in); in s_client_main()
1882 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in); in s_client_main()
H A Ds_server.c1712 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in); in s_server_main()
1719 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in); in s_server_main()
H A Dapps.c1977 unsigned char *next_protos_parse(size_t *outlen, const char *in) in next_protos_parse() function
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A 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()
1719 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_client); in main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssltest_old.c265 static unsigned char *next_protos_parse(size_t *outlen, in next_protos_parse() function
304 protos = next_protos_parse(&protos_len, alpn_str); in cb_server_alpn()
1718 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_client); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A 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()
H A Ds_server.c1762 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in); in s_server_main()
1769 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in); in s_server_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c2090 unsigned char *next_protos_parse(size_t *outlen, const char *in) in next_protos_parse() function