Searched defs:ckAuthenticationKeyHandle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c337 CK_OBJECT_HANDLE ckAuthenticationKeyHandle; local
348 ckAuthenticationKeyHandle = jLongToCKULong(jAuthenticationKeyHandle);
350 rv = (*ckpFunctions->C_SetOperationState)(ckSessionHandle, ckpState, ckStateLength, ckEncryptionKeyHandle, ckAuthenticationKeyHandle);

Completed in 31 milliseconds