Function botan_sys::botan_pk_op_key_agreement_create

source ยท
pub unsafe extern "C" fn botan_pk_op_key_agreement_create(
    op: *mut botan_pk_op_ka_t,
    key: botan_privkey_t,
    kdf: *const c_char,
    flags: u32,
) -> c_int