/third_party/openssl/doc/man3/ |
D | SSL_get_ciphers.pod | 24 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/ |
D | statem_srvr.c | 1619 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/ |
D | statem_srvr.c | 1599 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/ |
D | ssl_lib.c | 5652 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()
|
D | ssl_local.h | 2405 STACK_OF(SSL_CIPHER) **scsvs, int sslv2format,
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | ssl_lib.c | 5773 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()
|
D | ssl_local.h | 2461 STACK_OF(SSL_CIPHER) **scsvs, int sslv2format,
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 3118 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/ |
D | ssl.rs | 658 scsvs: *mut *mut stack_st_SSL_CIPHER, in SSL_bytes_to_cipher_list()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 2096 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
D | ssl.h | 2255 STACK_OF(SSL_CIPHER) **scsvs);
|