Searched refs:client_len (Results 1 – 4 of 4) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_CTX_set_alpn_select_cb.pod | 46 unsigned int client_len); 73 B<server_len> and B<client>, B<client_len> must be in the protocol-list format 75 matches an item in the B<client>, B<client_len> list is selected, and returned 82 item in B<client>, B<client_len> is returned in B<out>, B<outlen> and 165 No match was found. The first item in B<client>, B<client_len> is returned in
|
/openssl/test/ |
H A D | ssl_old_test.c | 146 unsigned client_len; in verify_npn() local 150 SSL_get0_next_proto_negotiated(client, &client_s, &client_len); in verify_npn() 153 if (client_len) { in verify_npn() 155 BIO_write(bio_stdout, client_s, client_len); in verify_npn() 169 if (client_len && (client_len != sizeof(NEXT_PROTO_STRING) - 2 || in verify_npn() 170 memcmp(client_s, NEXT_PROTO_STRING + 1, client_len))) in verify_npn() 176 if (!npn_client && client_len) in verify_npn() 182 if (npn_client && npn_server && (!client_len || !server_len)) in verify_npn()
|
/openssl/ssl/ |
H A D | ssl_lib.c | 3544 const unsigned char *client, unsigned int client_len) in SSL_select_next_proto() argument 3548 if (!PACKET_buf_init(&cpkt, client, client_len) in SSL_select_next_proto() 3570 if (PACKET_buf_init(&cpkt, client, client_len)) { in SSL_select_next_proto()
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 806 unsigned int client_len);
|
Completed in 45 milliseconds