Searched defs:SSL_CIPHER (Results 1 – 12 of 12) sorted by relevance
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
| D | tls_chlo_extractor.cc | 217 const SSL_CIPHER* /*cipher*/, const uint8_t* /*secret*/, in SetReadSecretCallback() 226 const SSL_CIPHER* /*cipher*/, const uint8_t* /*secret*/, in SetWriteSecretCallback()
|
| /external/rust/crates/quiche/src/ |
| D | tls.rs | 66 struct SSL_CIPHER(c_void); struct 929 ssl: *mut SSL, level: crypto::Level, cipher: *const SSL_CIPHER, in set_read_secret() 980 ssl: *mut SSL, level: crypto::Level, cipher: *const SSL_CIPHER, in set_write_secret() 1334 fn SSL_get_current_cipher(ssl: *const SSL) -> *const SSL_CIPHER; in SSL_get_current_cipher()
|
| /external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
| D | ssl_types.h | 38 typedef void SSL_CIPHER; typedef
|
| /external/boringssl/src/include/openssl/ |
| D | base.h | 468 typedef struct ssl_cipher_st SSL_CIPHER; typedef
|
| /external/cronet/third_party/boringssl/src/include/openssl/ |
| D | base.h | 468 typedef struct ssl_cipher_st SSL_CIPHER; typedef
|
| /external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
| D | base.h | 431 typedef struct ssl_cipher_st SSL_CIPHER; typedef
|
| /external/boringssl/src/ssl/ |
| D | ssl_lib.cc | 1999 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) { in STACK_OF() argument 2010 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) { in STACK_OF() argument
|
| /external/cronet/third_party/boringssl/src/ssl/ |
| D | ssl_lib.cc | 2001 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) { in STACK_OF() argument 2012 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) { in STACK_OF() argument
|
| /external/rust/crates/quiche/deps/boringssl/src/ssl/ |
| D | ssl_lib.cc | 1951 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) { in STACK_OF() argument 1962 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) { in STACK_OF() argument
|
| /external/python/cpython3/Lib/lib2to3/tests/data/ |
| D | infinite_recursion.py | 1180 SSL_CIPHER = ssl_cipher_st variable
|
| /external/python/cpython2/Lib/lib2to3/tests/data/ |
| D | infinite_recursion.py | 1180 SSL_CIPHER = ssl_cipher_st variable
|
| /external/rust/crates/openssl/src/ssl/ |
| D | mod.rs | 1907 fn as_ptr(&self) -> *mut ffi::SSL_CIPHER { in as_ptr()
|