Searched refs:C_CreateObject (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Object.c35 * C_CreateObject is a pure wrapper to the underlying provider.
39 C_CreateObject(CK_SESSION_HANDLE hSession, function
50 return (fast_funcs->C_CreateObject(hSession, pTemplate,
66 rv = FUNCLIST(sessp->se_slotid)->C_CreateObject(sessp->se_handle,
H A Dpkcs11General.c62 C_CreateObject,
H A Dpkcs11SUNWExtensions.c364 rv = C_CreateObject(hSession, template, i, obj);
H A DmetaObject.c73 * sessions. When we get these errors in C_CreateObject,
87 * This function is only used by the C_CreateObject and C_CopyObject.
215 rv = FUNCLIST(slot_session->fw_st_id)->C_CreateObject(
246 rv = FUNCLIST(slot_session->fw_st_id)->C_CreateObject(
300 * always keep a copy of the template for C_CreateObject,
H A DmetaObjectManager.c959 rv = FUNCLIST(slot_session->fw_st_id)->C_CreateObject(
1005 rv = FUNCLIST(dst_slot_session->fw_st_id)->C_CreateObject(
1920 * If create is true, we are doing a C_CreateObject operation and don't
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c60 C_CreateObject,
H A DkernelObject.c37 C_CreateObject(CK_SESSION_HANDLE hSession, function
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c131 C_CreateObject,
H A DkmsObject.c38 C_CreateObject(CK_SESSION_HANDLE hSession, function
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c64 C_CreateObject,
H A DsoftObject.c36 C_CreateObject(CK_SESSION_HANDLE hSession, function
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h260 /* C_CreateObject creates a new object. */
261 CK_PKCS11_FUNCTION_INFO(C_CreateObject)
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c514 C_CreateObject( function
1267 PK11_Functions.C_CreateObject = C_CreateObject;
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c328 ckRv = C_CreateObject(ckSession, ckTemplate,
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1196 ckrv = C_CreateObject(kmfh->pk11handle, x509templ, i, &hCert);
3460 ckrv = C_CreateObject(kmfh->pk11handle, templ, i, &keyobj);
3689 /* If the key data was given, use C_CreateObject */
3691 ckrv = C_CreateObject(hSession, templ, i, &keyhandle);
3955 * Authenticate into the token and call C_CreateObject to generate
3997 ckrv = C_CreateObject(hSession, templ, i, key);
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1311 rv = C_CreateObject(enc_context->hSession, template,
1318 "enc C_CreateObject: rv = 0x%.8X\n", rv);
1362 rv = C_CreateObject(dec_context->hSession, template,
1367 "dec C_CreateObject: rv = 0x%.8X\n", rv);

Completed in 2319 milliseconds