Searched refs:C_Finalize (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c680 (void) prov_funcs->C_Finalize(NULL);
720 (void) prov_funcs->C_Finalize(NULL);
729 (void) prov_funcs->C_Finalize(NULL);
778 (void) prov_funcs->C_Finalize(NULL);
813 (void) prov_funcs->C_Finalize(NULL);
842 (void) prov_funcs->C_Finalize(NULL);
1041 (void) prov_funcs->C_Finalize(NULL);
H A Dpkcs11General.c43 C_Finalize,
352 * C_Finalize is a wrapper around finalize_common. The
353 * globalmutex should be locked by C_Finalize().
355 * When an explicit C_Finalize() call is received, all
363 C_Finalize(CK_VOID_PTR pReserved) function
378 * finalize_common() does the work for C_Finalize. globalmutex
444 * a C_Finalize() call. This would be common when applications
446 * shared libraries should not call C_Finalize().
449 * pkcs11_slottable_delete() will not call C_Finalize() on the plugins.
H A Dpkcs11Slottable.c159 * pkcs11_slottable_delete should only be called by C_Finalize(),
193 * Only call C_Finalize of plug-in if we
194 * get here from an explicit C_Finalize
205 sl_func_list->C_Finalize(NULL);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c41 C_Finalize,
256 * C_Finalize is a wrapper around finalize_common. The
257 * globalmutex should be locked by C_Finalize().
260 C_Finalize(CK_VOID_PTR pReserved) function
293 * finalize_common() does the work for C_Finalize. globalmutex
391 * a C_Finalize() call.
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c112 C_Finalize,
321 * C_Finalize is a wrapper around kms_finalize_common. The
322 * globalmutex should be locked by C_Finalize().
325 C_Finalize(CK_VOID_PTR pReserved) function
356 * kms_finalize_common() does the work for C_Finalize. globalmutex
443 * a C_Finalize() call.
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c45 C_Finalize,
128 /* protects softtoken_initialized and access to C_Initialize/C_Finalize */
310 * C_Finalize is a wrapper around finalize_common. The
311 * soft_giant_mutex should be locked by C_Finalize().
314 C_Finalize(CK_VOID_PTR pReserved) function
330 * finalize_common() does the work for C_Finalize. soft_giant_mutex
344 /* C_Finalize() pReserved must be NULL; reserved for future use. */
420 * is done if softtoken is ever unloaded without a C_Finalize() call.
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h38 /* C_Finalize indicates that an application is done with the
40 CK_PKCS11_FUNCTION_INFO(C_Finalize)
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1044 C_Finalize(CK_VOID_PTR pReserved) { function
1248 PK11_Functions.C_Finalize = C_Finalize;
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c838 * Only call C_Finalize if the process was not already using pkcs11.
841 ctx->p11->C_Finalize(NULL_PTR);
4150 * or not C_Finalize() should be called.

Completed in 59 milliseconds