Home
last modified time | relevance | path

Searched refs:client_len (Results 1 – 4 of 4) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_set_alpn_select_cb.pod46 unsigned int client_len);
72 B<server_len> and B<client>, B<client_len> must be in the protocol-list format
74 matches an item in the B<client>, B<client_len> list is selected, and returned
77 item in B<client>, B<client_len> is returned in B<out>, B<outlen>. This
151 No match was found. The first item in B<client>, B<client_len> is returned in
/openssl/test/
H A Dssl_old_test.c145 unsigned client_len; in verify_npn() local
149 SSL_get0_next_proto_negotiated(client, &client_s, &client_len); in verify_npn()
152 if (client_len) { in verify_npn()
154 BIO_write(bio_stdout, client_s, client_len); in verify_npn()
168 if (client_len && (client_len != sizeof(NEXT_PROTO_STRING) - 2 || in verify_npn()
169 memcmp(client_s, NEXT_PROTO_STRING + 1, client_len))) in verify_npn()
175 if (!npn_client && client_len) in verify_npn()
181 if (npn_client && npn_server && (!client_len || !server_len)) in verify_npn()
/openssl/ssl/
H A Dssl_lib.c3351 const unsigned char *client, unsigned int client_len) in SSL_select_next_proto() argument
3361 for (j = 0; j < client_len;) { in SSL_select_next_proto()
/openssl/include/openssl/
H A Dssl.h.in789 unsigned int client_len);

Completed in 52 milliseconds