Home
last modified time | relevance | path

Searched refs:scsvs (Results 1 - 25 of 66) sorted by relevance

123

/third_party/node/deps/openssl/openssl/ssl/statem/
H A 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/
H A 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/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c5790 STACK_OF(SSL_CIPHER) **scsvs) in SSL_bytes_to_cipher_list()
5796 return bytes_to_cipher_list(s, &pkt, sk, scsvs, isv2format, 0); in SSL_bytes_to_cipher_list()
5806 STACK_OF(SSL_CIPHER) *scsvs = NULL; in bytes_to_cipher_list()
5831 scsvs = sk_SSL_CIPHER_new_null(); in bytes_to_cipher_list()
5832 if (sk == NULL || scsvs == NULL) { in bytes_to_cipher_list()
5853 (!c->valid && !sk_SSL_CIPHER_push(scsvs, c))) { in bytes_to_cipher_list()
5875 *scsvs_out = scsvs; in bytes_to_cipher_list()
5877 sk_SSL_CIPHER_free(scsvs); in bytes_to_cipher_list()
5881 sk_SSL_CIPHER_free(scsvs); in bytes_to_cipher_list()
5788 SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len, int isv2format, STACK_OF(SSL_CIPHER) **sk, STACK_OF(SSL_CIPHER) **scsvs) SSL_bytes_to_cipher_list() argument
H A Dssl_local.h2461 STACK_OF(SSL_CIPHER) **scsvs, int sslv2format,
/third_party/openssl/ssl/
H A Dssl_lib.c5674 STACK_OF(SSL_CIPHER) **scsvs) in SSL_bytes_to_cipher_list()
5680 return bytes_to_cipher_list(s, &pkt, sk, scsvs, isv2format, 0); in SSL_bytes_to_cipher_list()
5690 STACK_OF(SSL_CIPHER) *scsvs = NULL; in bytes_to_cipher_list()
5715 scsvs = sk_SSL_CIPHER_new_null(); in bytes_to_cipher_list()
5716 if (sk == NULL || scsvs == NULL) { in bytes_to_cipher_list()
5737 (!c->valid && !sk_SSL_CIPHER_push(scsvs, c))) { in bytes_to_cipher_list()
5759 *scsvs_out = scsvs; in bytes_to_cipher_list()
5761 sk_SSL_CIPHER_free(scsvs); in bytes_to_cipher_list()
5765 sk_SSL_CIPHER_free(scsvs); in bytes_to_cipher_list()
5672 SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len, int isv2format, STACK_OF(SSL_CIPHER) **sk, STACK_OF(SSL_CIPHER) **scsvs) SSL_bytes_to_cipher_list() argument
H A Dssl_local.h2405 STACK_OF(SSL_CIPHER) **scsvs, int sslv2format,
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs3118 let mut scsvs = ptr::null_mut(); in bytes_to_cipher_list() variables
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/
H A Dssl.rs658 scsvs: *mut *mut stack_st_SSL_CIPHER, in SSL_bytes_to_cipher_list()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h2096 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dssl.h2255 STACK_OF(SSL_CIPHER) **scsvs);

Completed in 129 milliseconds

123