Home
last modified time | relevance | path

Searched defs:SSL_CIPHER (Results 1 – 12 of 12) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_chlo_extractor.cc217 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/
Dtls.rs66 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/
Dssl_types.h38 typedef void SSL_CIPHER; typedef
/external/boringssl/src/include/openssl/
Dbase.h468 typedef struct ssl_cipher_st SSL_CIPHER; typedef
/external/cronet/third_party/boringssl/src/include/openssl/
Dbase.h468 typedef struct ssl_cipher_st SSL_CIPHER; typedef
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbase.h431 typedef struct ssl_cipher_st SSL_CIPHER; typedef
/external/boringssl/src/ssl/
Dssl_lib.cc1999 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/
Dssl_lib.cc2001 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/
Dssl_lib.cc1951 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/
Dinfinite_recursion.py1180 SSL_CIPHER = ssl_cipher_st variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1180 SSL_CIPHER = ssl_cipher_st variable
/external/rust/crates/openssl/src/ssl/
Dmod.rs1907 fn as_ptr(&self) -> *mut ffi::SSL_CIPHER { in as_ptr()