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

/freebsd-9.3-release/crypto/openssl/demos/engines/ibmca/
H A Dica_openssl_api.h12 # define ICA_CALL macro
16 # define ICA_CALL __stdcall macro
H A Dhw_ibmca.c332 static unsigned int (ICA_CALL * p_icaOpenAdapter) ();
333 static unsigned int (ICA_CALL * p_icaCloseAdapter) ();
334 static unsigned int (ICA_CALL * p_icaRsaModExpo) ();
335 static unsigned int (ICA_CALL * p_icaRandomNumberGenerate) ();
336 static unsigned int (ICA_CALL * p_icaRsaCrt) ();
402 p_icaOpenAdapter = (unsigned int (ICA_CALL *) ())p1;
403 p_icaCloseAdapter = (unsigned int (ICA_CALL *) ())p2;
404 p_icaRsaModExpo = (unsigned int (ICA_CALL *) ())p3;
405 p_icaRandomNumberGenerate = (unsigned int (ICA_CALL *) ())p4;
406 p_icaRsaCrt = (unsigned int (ICA_CALL *) ())p
[all...]

Completed in 99 milliseconds