C_UnwrapKey
rv = C_UnwrapKey(sess, &unwrap, obj, (CK_BYTE_PTR)rkey,
CK_PKCS11_FUNCTION_INFO(C_UnwrapKey)
rv = FUNCLIST(dst_slot_session->fw_st_id)->C_UnwrapKey(
rv = FUNCLIST(src_slot_session->fw_st_id)->C_UnwrapKey(
rv = FUNCLIST(src_slot_session->fw_st_id)->C_UnwrapKey(
rv = FUNCLIST(unwrap_session->fw_st_id)->C_UnwrapKey(
C_UnwrapKey,
return (fast_funcs->C_UnwrapKey(hSession, pMechanism,
rv = FUNCLIST(slotid)->C_UnwrapKey(sessp->se_handle,
C_UnwrapKey,
C_UnwrapKey,
PK11_Functions.C_UnwrapKey = C_UnwrapKey;