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

/freebsd-10.0-release/crypto/openssl/engines/
H A De_aep.c247 static AEP_CONNECTION_ENTRY aep_app_conn_table[MAX_PROCESS_CONNECTIONS]; variable
913 aep_app_conn_table[count].conn_state = NotConnected;
914 aep_app_conn_table[count].conn_hndl = 0;
927 aep_app_conn_table[0].conn_state = InUse;
928 aep_app_conn_table[0].conn_hndl = *phConnection;
934 if (aep_app_conn_table[count].conn_state == Connected)
936 aep_app_conn_table[count].conn_state = InUse;
937 *phConnection = aep_app_conn_table[count].conn_hndl;
945 if (aep_app_conn_table[count].conn_state == NotConnected)
956 aep_app_conn_table[coun
[all...]

Completed in 67 milliseconds