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

#[no_mangle]pub extern "C" fn tabby_SSL_CIPHER_get_bits(
    cipher_ptr: *mut TABBY_CIPHER,
    bits_ptr: *mut c_int
) -> c_int

SSL_CIPHER_get_bits - return the number of secret bits used for cipher. If alg_bits is not NULL, it contains the number of bits processed by the chosen algorithm. If cipher is NULL, 0 is returned.

#include <tabbyssl/openssl/ssl.h>

int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);