[][src]Function tabbyssl::libssl::ssl::tabby_SSL_CIPHER_get_name

#[no_mangle]pub extern "C" fn tabby_SSL_CIPHER_get_name(
    cipher_ptr: *mut TABBY_CIPHER
) -> *const c_char

SSL_CIPHER_get_name - return a pointer to the name of cipher. If the argument is the NULL pointer, a pointer to the constant value "NONE" is returned.

#include <tabbyssl/openssl/ssl.h>

const char *SSL_CIPHER_get_name(const SSL_CIPHER *cipher);