Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/include/
H A Dapps.h277 unsigned char *next_protos_parse(size_t *outlen, const char *in);
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c256 static unsigned char *next_protos_parse(size_t *outlen, in next_protos_parse() function
295 protos = next_protos_parse(&protos_len, alpn_str); in cb_server_alpn()
1731 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_client); in main()
/freebsd/crypto/openssl/apps/
H A Ds_client.c1721 next_protos_parse(&next_proto.len, next_proto_neg_in); in s_client_main()
1972 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in); in s_client_main()
H A Ds_server.c1842 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in); in s_server_main()
1849 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in); in s_server_main()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2165 unsigned char *next_protos_parse(size_t *outlen, const char *in) in next_protos_parse() function