Home
last modified time | relevance | path

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

123

/third_party/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
/third_party/openssl/test/
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()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1115 const unsigned char *client, unsigned int client_len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_wolfssl.c2017 unsigned int client_len; in tls_connection_get_eap_fast_key() local
2032 &server_len, &client_random, &client_len); in tls_connection_get_eap_fast_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs337 client_len: c_uint, in SSL_select_next_proto()
/third_party/node/deps/openssl/openssl/ssl/
Dssl_lib.c3019 const unsigned char *client, unsigned int client_len) in SSL_select_next_proto() argument
3029 for (j = 0; j < client_len;) { in SSL_select_next_proto()
/third_party/openssl/ssl/
Dssl_lib.c2934 const unsigned char *client, unsigned int client_len) in SSL_select_next_proto() argument
2944 for (j = 0; j < client_len;) { in SSL_select_next_proto()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h794 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
Dssl.h809 unsigned int client_len);
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
Dssl.h809 unsigned int client_len);

123