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

/freebsd-9.3-release/crypto/openssl/engines/
H A De_aep.c934 aep_app_conn_table[count].conn_hndl = 0;
949 aep_app_conn_table[0].conn_hndl = *phConnection;
958 *phConnection = aep_app_conn_table[count].conn_hndl;
979 aep_app_conn_table[count].conn_hndl = *phConnection;
999 if (aep_app_conn_table[count].conn_hndl == hConnection) {
1021 if (aep_app_conn_table[count].conn_hndl == hConnection) {
1022 rv = p_AEP_CloseConnection(aep_app_conn_table[count].conn_hndl);
1026 aep_app_conn_table[count].conn_hndl = 0;
1047 rv = p_AEP_CloseConnection(aep_app_conn_table[count].conn_hndl);
1051 aep_app_conn_table[count].conn_hndl
[all...]
/freebsd-9.3-release/crypto/openssl/engines/vendor_defns/
H A Daep.h190 AEP_CONNECTION_HNDL conn_hndl; member in struct:AEP_CONNECTION_ENTRY

Completed in 62 milliseconds