Searched refs:CKR_OK (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c177 * @return - should return CKR_OK if the mutex creation was ok
188 CK_RV rv = CKR_OK;
272 * @return - should return CKR_OK if the mutex was destroyed
283 CK_RV rv = CKR_OK;
366 * @return - should return CKR_OK if the mutex was not locked already
377 CK_RV rv = CKR_OK;
456 * @return - should return CKR_OK if the mutex was not unlocked already
467 CK_RV rv = CKR_OK;
H A Dp11_sessmgmt.c572 CK_RV rv = CKR_OK;
H A Dp11_util.c186 * if the returnValue is not CKR_OK. The functin returns 0, if the returnValue is
187 * CKR_OK. Otherwise, it returns the returnValue as a jLong.
199 if (returnValue != CKR_OK) {
H A Dpkcs11t.h961 #define CKR_OK 0x00000000 macro
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java771 public static final long CKR_OK = 0x00000000L; field in interface:PKCS11Constants

Completed in 60 milliseconds