aws_lc_sys::x86_64_unknown_linux_gnu_crypto

Function HRSS_decap

Source
pub unsafe extern "C" fn HRSS_decap(
    out_shared_key: *mut u8,
    in_priv: *const HRSS_private_key,
    ciphertext: *const u8,
    ciphertext_len: usize,
) -> c_int