<div dir="ltr"><div><div><div><div><div>Hi Folks,<br><br></div>Using pkcs11-spy, i find my app calls libsofthsm.so and<br></div>the spy log shows a non-null argument to C_Initialise().<br><br></div>While i see the processing associated with pInitArgs, i wanted to ask what use case the app programmer would want to call C_Initialise(pInitArgs) vs C_Initialize(NULL_PTR) ??<br>
<br></div>all the test code i see here calls w/null_ptr...<br><br></div>tia, jackc...<br><div><div><div><div><div><div><br><br><br>/*****************************************************************************<br> Implementation of PKCS #11 functions<br>
 *****************************************************************************/<br><br>
// PKCS #11 initialisation function<br>CK_RV SoftHSM::C_Initialize(CK_VOID_PTR pInitArgs)<br><br></div></div></div></div></div></div></div>