Searched refs:conn_hndl (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/crypto/openssl/engines/
H A De_aep.c929 aep_app_conn_table[count].conn_hndl = 0;
944 aep_app_conn_table[0].conn_hndl = *phConnection;
953 *phConnection = aep_app_conn_table[count].conn_hndl;
974 aep_app_conn_table[count].conn_hndl = *phConnection;
994 if (aep_app_conn_table[count].conn_hndl == hConnection) {
1016 if (aep_app_conn_table[count].conn_hndl == hConnection) {
1017 rv = p_AEP_CloseConnection(aep_app_conn_table[count].conn_hndl);
1021 aep_app_conn_table[count].conn_hndl = 0;
1042 rv = p_AEP_CloseConnection(aep_app_conn_table[count].conn_hndl);
1046 aep_app_conn_table[count].conn_hndl
[all...]
/freebsd-10.2-release/crypto/openssl/engines/vendor_defns/
H A Daep.h190 AEP_CONNECTION_HNDL conn_hndl; member in struct:AEP_CONNECTION_ENTRY

Completed in 74 milliseconds