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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSoftCommon.h41 #define OP_FINAL 0x04 macro
H A DkernelSoftCommon.c91 if (opflag & OP_FINAL) {
173 if (session_p == NULL || !(opflag & OP_SINGLE || opflag & OP_FINAL)) {
201 if (session_p == NULL || !(opflag & OP_SINGLE || opflag & OP_FINAL)) {
H A DkernelDigest.c613 NULL, NULL, NULL, pDigest, pulDigestLen, OP_FINAL);
H A DkernelSign.c415 NULL, 0, pSignature, pulSignatureLen, OP_FINAL);
H A DkernelVerify.c394 OP_FINAL);

Completed in 47 milliseconds