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

/freebsd-10.1-release/crypto/openssl/engines/vendor_defns/
H A Daep.h193 typedef AEP_RV t_AEP_OpenConnection(AEP_CONNECTION_HNDL_PTR phConnection);
/freebsd-10.1-release/crypto/openssl/engines/
H A De_aep.c864 static AEP_RV aep_get_connection(AEP_CONNECTION_HNDL_PTR phConnection) argument
935 rv = p_AEP_OpenConnection(phConnection);
944 aep_app_conn_table[0].conn_hndl = *phConnection;
953 *phConnection = aep_app_conn_table[count].conn_hndl;
966 rv = p_AEP_OpenConnection(phConnection);
974 aep_app_conn_table[count].conn_hndl = *phConnection;

Completed in 54 milliseconds