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

/freebsd-10.1-release/crypto/openssl/engines/
H A De_aep.c248 static AEP_CONNECTION_ENTRY aep_app_conn_table[MAX_PROCESS_CONNECTIONS]; variable
928 aep_app_conn_table[count].conn_state = NotConnected;
929 aep_app_conn_table[count].conn_hndl = 0;
943 aep_app_conn_table[0].conn_state = InUse;
944 aep_app_conn_table[0].conn_hndl = *phConnection;
951 if (aep_app_conn_table[count].conn_state == Connected) {
952 aep_app_conn_table[count].conn_state = InUse;
953 *phConnection = aep_app_conn_table[count].conn_hndl;
962 if (aep_app_conn_table[count].conn_state == NotConnected) {
973 aep_app_conn_table[coun
[all...]

Completed in 93 milliseconds