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

#[no_mangle]pub extern "C" fn tabby_SSL_get_cipher_bits(
    ssl_ptr: *mut TABBY_SSL,
    bits_ptr: *mut c_int
) -> c_int

SSL_get_cipher_bits - obtain the number of secret/algorithm bits used.

#include <tabbyssl/openssl/ssl.h>

int SSL_get_cipher_bits(const SSL *ssl, int* np);