Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dtls.rs63 struct SSL_CIPHER(c_void); struct
557 ssl: *mut SSL, level: crypto::Level, cipher: *const SSL_CIPHER, in set_read_secret()
607 ssl: *mut SSL, level: crypto::Level, cipher: *const SSL_CIPHER, in set_write_secret()
924 fn SSL_get_current_cipher(ssl: *mut SSL) -> *const SSL_CIPHER; in SSL_get_current_cipher()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbase.h416 typedef struct ssl_cipher_st SSL_CIPHER; typedef
/external/boringssl/src/include/openssl/
Dbase.h424 typedef struct ssl_cipher_st SSL_CIPHER; typedef
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h34 typedef void SSL_CIPHER; typedef
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc1964 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) { in STACK_OF() argument
1975 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) { in STACK_OF() argument
/external/boringssl/src/ssl/
Dssl_lib.cc2007 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) { in STACK_OF() argument
2018 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