Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
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
/freebsd-12-stable/contrib/wpa/src/crypto/
Dtls_wolfssl.c2024 unsigned int client_len; in tls_connection_get_eap_fast_key() local
2039 &server_len, &client_random, &client_len); in tls_connection_get_eap_fast_key()
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_lib.c2762 const unsigned char *client, unsigned int client_len) in SSL_select_next_proto() argument
2772 for (j = 0; j < client_len;) { in SSL_select_next_proto()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h794 unsigned int client_len);