Searched refs:next_protos_parse (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/ |
H A D | apps.h | 268 unsigned char *next_protos_parse(size_t *outlen, const char *in);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | apps.h | 567 unsigned char *next_protos_parse(size_t *outlen, const char *in);
|
H A D | s_client.c | 1654 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 D | s_server.c | 1712 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 D | apps.c | 1977 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 D | ssl_old_test.c | 255 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 D | ssltest_old.c | 265 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 D | s_client.c | 1600 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 D | s_server.c | 1762 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 D | apps.c | 2090 unsigned char *next_protos_parse(size_t *outlen, const char *in) in next_protos_parse() function
|