Function bssl_sys::BN_bin2bn

source ·
pub unsafe extern "C" fn BN_bin2bn(
    in_: *const u8,
    len: usize,
    ret: *mut BIGNUM
) -> *mut BIGNUM