/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | tls_chlo_extractor.cc | 303 const SSL_CIPHER* /*cipher*/, const uint8_t* /*secret*/, in SetReadSecretCallback() 312 const SSL_CIPHER* /*cipher*/, const uint8_t* /*secret*/, in SetWriteSecretCallback()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
D | tls_chlo_extractor.cc | 303 const SSL_CIPHER* /*cipher*/, const uint8_t* /*secret*/, in SetReadSecretCallback() 312 const SSL_CIPHER* /*cipher*/, const uint8_t* /*secret*/, in SetWriteSecretCallback()
|
/external/rust/android-crates-io/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/boringssl/src/include/openssl/ |
D | base.h | 331 typedef struct ssl_cipher_st SSL_CIPHER; typedef
|
/external/cronet/tot/third_party/boringssl/src/include/openssl/ |
D | base.h | 374 typedef struct ssl_cipher_st SSL_CIPHER; typedef
|
/external/cronet/stable/third_party/boringssl/src/include/openssl/ |
D | base.h | 374 typedef struct ssl_cipher_st SSL_CIPHER; typedef
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_types.h | 38 typedef void SSL_CIPHER; typedef
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/ |
D | base.h | 431 typedef struct ssl_cipher_st SSL_CIPHER; typedef
|
/external/rust/android-crates-io/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/cronet/tot/third_party/boringssl/src/ssl/ |
D | ssl_lib.cc | 2056 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) { in STACK_OF() argument 2067 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) { in STACK_OF() argument
|
/external/cronet/stable/third_party/boringssl/src/ssl/ |
D | ssl_lib.cc | 2056 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) { in STACK_OF() argument 2067 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) { in STACK_OF() argument
|
/external/boringssl/src/ssl/ |
D | ssl_lib.cc | 1930 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) { in STACK_OF() argument 1941 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) { in STACK_OF() argument
|
/external/rust/crates/openssl/src/ssl/ |
D | mod.rs | 1996 fn as_ptr(&self) -> *mut ffi::SSL_CIPHER { in as_ptr()
|