[][src]Function mesalink::libssl::ssl::mesalink_SSL_CIPHER_get_bits

#[no_mangle]
pub extern "C" fn mesalink_SSL_CIPHER_get_bits(
    cipher_ptr: *mut MESALINK_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 <mesalink/openssl/ssl.h>

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