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

/freebsd-10.1-release/crypto/openssl/engines/vendor_defns/
H A Daep.h194 typedef AEP_RV t_AEP_CloseConnection(AEP_CONNECTION_HNDL hConnection);
196 typedef AEP_RV t_AEP_ModExp(AEP_CONNECTION_HNDL hConnection,
202 typedef AEP_RV t_AEP_ModExpCrt(AEP_CONNECTION_HNDL hConnection,
211 typedef AEP_RV t_AEP_GenRandom(AEP_CONNECTION_HNDL hConnection,
/freebsd-10.1-release/crypto/openssl/engines/
H A De_aep.c107 static AEP_RV aep_get_connection(AEP_CONNECTION_HNDL_PTR hConnection);
108 static AEP_RV aep_return_connection(AEP_CONNECTION_HNDL hConnection);
109 static AEP_RV aep_close_connection(AEP_CONNECTION_HNDL hConnection);
605 AEP_CONNECTION_HNDL hConnection; local
620 rv = aep_get_connection(&hConnection);
629 rv = p_AEP_ModExp(hConnection, (void *)a, (void *)p, (void *)m, (void *)r,
634 rv = aep_close_connection(hConnection);
641 rv = aep_return_connection(hConnection);
659 AEP_CONNECTION_HNDL hConnection; local
664 rv = aep_get_connection(&hConnection);
700 AEP_CONNECTION_HNDL hConnection; local
984 aep_return_connection(AEP_CONNECTION_HNDL hConnection) argument
1005 aep_close_connection(AEP_CONNECTION_HNDL hConnection) argument
[all...]

Completed in 51 milliseconds