Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c214 C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, in C_UnwrapKey() function
229 return (fast_funcs->C_UnwrapKey(hSession, pMechanism, in C_UnwrapKey()
253 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.c1390 rv = FUNCLIST(dst_slot_session->fw_st_id)->C_UnwrapKey( in clone_by_wrap()
1409 rv = FUNCLIST(src_slot_session->fw_st_id)->C_UnwrapKey( in clone_by_wrap()
1425 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()
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A Dmapfile-vers102 C_UnwrapKey;
H A DkernelGeneral.c102 C_UnwrapKey,
H A DkernelKeys.c1744 C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, in C_UnwrapKey() function
/titanic_41/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.c108 C_UnwrapKey,
/titanic_41/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
/titanic_41/usr/src/lib/pkcs11/libkcfd/common/
H A Dmapfile-vers275 C_UnwrapKey {
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h820 CK_PKCS11_FUNCTION_INFO(C_UnwrapKey)
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c494 ckrv = C_UnwrapKey(pk11session, &aes_cbc_pad_mech, aes_key_obj, in get_sensitive_key_data()
/titanic_41/usr/src/cmd/lofiadm/
H A Dmain.c1125 rv = C_UnwrapKey(sess, &unwrap, obj, (CK_BYTE_PTR)rkey, in getkeyfromtoken()