Searched defs:SSL_CIPHER (Results 1 – 8 of 8) sorted by relevance
63 struct SSL_CIPHER(c_void); struct557 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()
416 typedef struct ssl_cipher_st SSL_CIPHER; typedef
424 typedef struct ssl_cipher_st SSL_CIPHER; typedef
34 typedef void SSL_CIPHER; typedef
1964 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) { in STACK_OF() argument1975 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) { in STACK_OF() argument
2007 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) { in STACK_OF() argument2018 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) { in STACK_OF() argument
1180 SSL_CIPHER = ssl_cipher_st variable