Home
last modified time | relevance | path

Searched refs:C_UnwrapKey (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c212 C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, in C_UnwrapKey() function
227 return (fast_funcs->C_UnwrapKey(hSession, pMechanism, in C_UnwrapKey()
251 rv = FUNCLIST(slotid)->C_UnwrapKey(sessp->se_handle, in C_UnwrapKey()
H A Dmapfile-vers102 C_UnwrapKey;
H A Dpkcs11General.c104 C_UnwrapKey,
H A DmetaObjectManager.c1394 rv = FUNCLIST(dst_slot_session->fw_st_id)->C_UnwrapKey( in clone_by_wrap()
1413 rv = FUNCLIST(src_slot_session->fw_st_id)->C_UnwrapKey( in clone_by_wrap()
1429 rv = FUNCLIST(src_slot_session->fw_st_id)->C_UnwrapKey( in clone_by_wrap()
H A DmetaUtil.c1372 rv = FUNCLIST(unwrap_session->fw_st_id)->C_UnwrapKey( in meta_unwrap_key()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A Dmapfile-vers102 C_UnwrapKey;
H A DkernelGeneral.c102 C_UnwrapKey,
H A DkernelKeys.c1739 C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, in C_UnwrapKey() function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A Dmapfile-vers102 C_UnwrapKey;
H A DsoftKeys.c218 C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, in C_UnwrapKey() function
H A DsoftGeneral.c112 C_UnwrapKey,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmapfile-vers99 C_UnwrapKey;
H A Dapi_interface.c1307 PK11_Functions.C_UnwrapKey = C_UnwrapKey; in C_GetFunctionList()
2089 C_UnwrapKey(CK_SESSION_HANDLE hSession, in C_UnwrapKey() function
/illumos-gate/usr/src/lib/pkcs11/libkcfd/common/
H A Dmapfile-vers275 C_UnwrapKey {
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h844 CK_PKCS11_FUNCTION_INFO(C_UnwrapKey)
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1207 rv = C_UnwrapKey(sess, &unwrap, obj, (CK_BYTE_PTR)rkey, in getkeyfromtoken()