dh_term_request_t

A Diffie-Hellman (DH) termination request.

Synopsis:

typedef struct dh_term_request {
    key_agree_request_e request_type ;
    unsigned int session_id ;
}dh_term_request_t;

Since:

BlackBerry 10.2.0

Data:

key_agree_request_e request_type
The request type, which is set to KEY_AGREE_REQUEST_DH_TERM.
unsigned int session_id
The session identifier, which is used for key and termination requests.

Library:

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

Description:

This type of request is sent by VPN_ExP_DhTerm.