vpn_ext_deregister_key_agreement()

Remove a Key Agreement callback that was added by vpn_ext_register_key_agreement()

Synopsis:

#include <vpnext/vpn_ext_api.h>
 
VPN_EXT_PUBLIC errno_t vpn_ext_deregister_key_agreement(vpn_ext_context context, const char *api)

Since:

BlackBerry 10.2.0

Arguments:

context

The VPN Extension context.

api

The API name. Possible values are VPN_EXT_KEYAGREE_*.

Library:

libvpn_ext (For the qcc command, use the -l vpn_ext option to link against this library)

Description:

Returns:

EOK

Success.

EINVAL

One or more invalid parameters were specified.