Home
last modified time | relevance | path

Searched refs:scsvs (Results 1 – 25 of 69) sorted by relevance

123

/third_party/openssl/doc/man3/
DSSL_get_ciphers.pod24 STACK_OF(SSL_CIPHER) **scsvs);
58 Values scsvs. Unsupported cipher suites are ignored. Returns 1 on success
/third_party/node/deps/openssl/openssl/ssl/statem/
Dstatem_srvr.c1619 STACK_OF(SSL_CIPHER) *scsvs = NULL; in tls_early_post_process_client_hello()
1721 !bytes_to_cipher_list(s, &clienthello->ciphersuites, &ciphers, &scsvs, in tls_early_post_process_client_hello()
1729 if (scsvs != NULL) { in tls_early_post_process_client_hello()
1730 for(i = 0; i < sk_SSL_CIPHER_num(scsvs); i++) { in tls_early_post_process_client_hello()
1731 c = sk_SSL_CIPHER_value(scsvs, i); in tls_early_post_process_client_hello()
2061 sk_SSL_CIPHER_free(scsvs); in tls_early_post_process_client_hello()
2068 sk_SSL_CIPHER_free(scsvs); in tls_early_post_process_client_hello()
/third_party/openssl/ssl/statem/
Dstatem_srvr.c1599 STACK_OF(SSL_CIPHER) *scsvs = NULL; in tls_early_post_process_client_hello()
1701 !bytes_to_cipher_list(s, &clienthello->ciphersuites, &ciphers, &scsvs, in tls_early_post_process_client_hello()
1709 if (scsvs != NULL) { in tls_early_post_process_client_hello()
1710 for(i = 0; i < sk_SSL_CIPHER_num(scsvs); i++) { in tls_early_post_process_client_hello()
1711 c = sk_SSL_CIPHER_value(scsvs, i); in tls_early_post_process_client_hello()
2041 sk_SSL_CIPHER_free(scsvs); in tls_early_post_process_client_hello()
2048 sk_SSL_CIPHER_free(scsvs); in tls_early_post_process_client_hello()
/third_party/openssl/ssl/
Dssl_lib.c5652 STACK_OF(SSL_CIPHER) **scsvs) in SSL_bytes_to_cipher_list()
5658 return bytes_to_cipher_list(s, &pkt, sk, scsvs, isv2format, 0); in SSL_bytes_to_cipher_list()
5668 STACK_OF(SSL_CIPHER) *scsvs = NULL; in bytes_to_cipher_list()
5693 scsvs = sk_SSL_CIPHER_new_null(); in bytes_to_cipher_list()
5694 if (sk == NULL || scsvs == NULL) { in bytes_to_cipher_list()
5715 (!c->valid && !sk_SSL_CIPHER_push(scsvs, c))) { in bytes_to_cipher_list()
5737 *scsvs_out = scsvs; in bytes_to_cipher_list()
5739 sk_SSL_CIPHER_free(scsvs); in bytes_to_cipher_list()
5743 sk_SSL_CIPHER_free(scsvs); in bytes_to_cipher_list()
Dssl_local.h2405 STACK_OF(SSL_CIPHER) **scsvs, int sslv2format,
/third_party/node/deps/openssl/openssl/ssl/
Dssl_lib.c5773 STACK_OF(SSL_CIPHER) **scsvs) in SSL_bytes_to_cipher_list()
5779 return bytes_to_cipher_list(s, &pkt, sk, scsvs, isv2format, 0); in SSL_bytes_to_cipher_list()
5789 STACK_OF(SSL_CIPHER) *scsvs = NULL; in bytes_to_cipher_list()
5814 scsvs = sk_SSL_CIPHER_new_null(); in bytes_to_cipher_list()
5815 if (sk == NULL || scsvs == NULL) { in bytes_to_cipher_list()
5836 (!c->valid && !sk_SSL_CIPHER_push(scsvs, c))) { in bytes_to_cipher_list()
5858 *scsvs_out = scsvs; in bytes_to_cipher_list()
5860 sk_SSL_CIPHER_free(scsvs); in bytes_to_cipher_list()
5864 sk_SSL_CIPHER_free(scsvs); in bytes_to_cipher_list()
Dssl_local.h2461 STACK_OF(SSL_CIPHER) **scsvs, int sslv2format,
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs3118 let mut scsvs = ptr::null_mut(); in bytes_to_cipher_list() localVariable
3125 &mut scsvs, in bytes_to_cipher_list()
3130 signalling_suites: Stack::from_ptr(scsvs), in bytes_to_cipher_list()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs658 scsvs: *mut *mut stack_st_SSL_CIPHER, in SSL_bytes_to_cipher_list()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h2096 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);

123